Skip to content

Commit

Permalink
chore(release): publish v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Sep 2, 2020
1 parent 4015256 commit 530b23c
Show file tree
Hide file tree
Showing 74 changed files with 601 additions and 268 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package react-md

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package react-md
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.2.1"
"version": "2.2.2"
}
9 changes: 9 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/alert

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/alert
Expand Down
16 changes: 8 additions & 8 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/alert",
"version": "2.2.1",
"version": "2.2.2",
"description": "Create accessible alerts through snackbars and banners.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,13 +42,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.2.1",
"@react-md/elevation": "^2.2.1",
"@react-md/portal": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/transition": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/button": "^2.2.2",
"@react-md/elevation": "^2.2.2",
"@react-md/portal": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/transition": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/app-bar

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/app-bar
Expand Down
14 changes: 7 additions & 7 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/app-bar",
"version": "2.2.1",
"version": "2.2.2",
"description": "This small package implments the AppBar spec in material design.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -40,12 +40,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.2.1",
"@react-md/elevation": "^2.2.1",
"@react-md/icon": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/button": "^2.2.2",
"@react-md/elevation": "^2.2.2",
"@react-md/icon": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/autocomplete

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/autocomplete
Expand Down
18 changes: 9 additions & 9 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.2.1",
"version": "2.2.2",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,14 +42,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.2.1",
"@react-md/list": "^2.2.1",
"@react-md/portal": "^2.2.1",
"@react-md/states": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/transition": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/form": "^2.2.2",
"@react-md/list": "^2.2.2",
"@react-md/portal": "^2.2.2",
"@react-md/states": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/transition": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/avatar

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/avatar
Expand Down
8 changes: 4 additions & 4 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/avatar",
"version": "2.2.1",
"version": "2.2.2",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -40,9 +40,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/icon": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/badge

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/badge
Expand Down
12 changes: 6 additions & 6 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/badge",
"version": "2.2.1",
"version": "2.2.2",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,11 +41,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.2.1",
"@react-md/icon": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/button": "^2.2.2",
"@react-md/icon": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/button

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/button
Expand Down
16 changes: 8 additions & 8 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/button",
"version": "2.2.1",
"version": "2.2.2",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.2.1",
"@react-md/icon": "^2.2.1",
"@react-md/states": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/transition": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/elevation": "^2.2.2",
"@react-md/icon": "^2.2.2",
"@react-md/states": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/transition": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/card

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/card
Expand Down
16 changes: 8 additions & 8 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/card",
"version": "2.2.1",
"version": "2.2.2",
"description": "Create interactable cards from the material design specifications.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.2.1",
"@react-md/elevation": "^2.2.1",
"@react-md/icon": "^2.2.1",
"@react-md/states": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/divider": "^2.2.2",
"@react-md/elevation": "^2.2.2",
"@react-md/icon": "^2.2.2",
"@react-md/states": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/chip

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/chip
Expand Down
14 changes: 7 additions & 7 deletions packages/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/chip",
"version": "2.2.1",
"version": "2.2.2",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,12 +41,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.2.1",
"@react-md/icon": "^2.2.1",
"@react-md/states": "^2.2.1",
"@react-md/theme": "^2.2.1",
"@react-md/typography": "^2.2.1",
"@react-md/utils": "^2.2.1",
"@react-md/elevation": "^2.2.2",
"@react-md/icon": "^2.2.2",
"@react-md/states": "^2.2.2",
"@react-md/theme": "^2.2.2",
"@react-md/typography": "^2.2.2",
"@react-md/utils": "^2.2.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

**Note:** Version bump only for package @react-md/dev-utils

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.2.1) (2020-09-02)

**Note:** Version bump only for package @react-md/dev-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dev-utils",
"version": "2.2.1",
"version": "2.2.2",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
Expand Down
Loading

0 comments on commit 530b23c

Please sign in to comment.