Skip to content

Commit

Permalink
chore(release): publish v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 30, 2021
1 parent 8c34790 commit 229ac35
Show file tree
Hide file tree
Showing 71 changed files with 418 additions and 257 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

### Bug Fixes

- [@react-md/utils](./packages/utils): added missing classnames dependency
([8c34790](https://github.com/mlaursen/react-md/commit/8c347901167cd713bce178edf9e24f3c78b72e7e))

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

### Bug Fixes
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.5.4"
"version": "2.5.5"
}
4 changes: 4 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/alert](../alert)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/alert](../alert)
Expand Down
14 changes: 7 additions & 7 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.5.4",
"version": "2.5.5",
"description": "Create accessible alerts through snackbars and banners.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/button": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.4",
"@react-md/transition": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6",
"react-transition-group": "^4.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/app-bar](../app-bar)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/app-bar](../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.5.4",
"version": "2.5.5",
"description": "This small package implments the AppBar spec in material design.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/icon": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/button": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package
[@react-md/autocomplete](../autocomplete)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package
Expand Down
16 changes: 8 additions & 8 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.5.4",
"version": "2.5.5",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.5.4",
"@react-md/list": "^2.5.4",
"@react-md/form": "^2.5.5",
"@react-md/list": "^2.5.5",
"@react-md/portal": "^2.5.0",
"@react-md/states": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/transition": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/avatar](../avatar)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/avatar](../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.5.4",
"version": "2.5.5",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/badge](../badge)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/badge](../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.5.4",
"version": "2.5.5",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.4",
"@react-md/icon": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/button": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/button](../button)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/button](../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.5.4",
"version": "2.5.5",
"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.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.5.4",
"@react-md/icon": "^2.5.4",
"@react-md/states": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/transition": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/card](../card)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

### Bug Fixes
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.5.4",
"version": "2.5.5",
"description": "Create interactable cards from the material design specifications.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/icon": "^2.5.4",
"@react-md/states": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/divider": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/chip](../chip)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/chip](../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.5.4",
"version": "2.5.5",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.5.4",
"@react-md/icon": "^2.5.4",
"@react-md/states": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/dialog](../dialog)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/dialog](../dialog)
Expand Down
16 changes: 8 additions & 8 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dialog",
"version": "2.5.4",
"version": "2.5.5",
"description": "This package is used to create accessible dialogs and modals.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/app-bar": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/overlay": "^2.5.4",
"@react-md/app-bar": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/overlay": "^2.5.5",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.4",
"@react-md/transition": "^2.5.4",
"@react-md/typography": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6",
"react-transition-group": "^4.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

**Note:** Version bump only for package [@react-md/divider](../divider)

## [2.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

**Note:** Version bump only for package [@react-md/divider](../divider)
Expand Down
6 changes: 3 additions & 3 deletions packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/divider",
"version": "2.5.4",
"version": "2.5.5",
"description": "This package is used to create horizontal or vertical dividers in your application.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"license": "MIT",
"dependencies": {
"@react-md/theme": "^2.5.4",
"@react-md/utils": "^2.5.0",
"@react-md/theme": "^2.5.5",
"@react-md/utils": "^2.5.5",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 229ac35

Please sign in to comment.