Skip to content

Commit

Permalink
chore(release): publish v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 27, 2021
1 parent a9dd552 commit db9831b
Show file tree
Hide file tree
Showing 74 changed files with 397 additions and 229 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.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

### Bug Fixes

- [@react-md/card](./packages/card): fixed the bordered background color when
the dark elevation flag is enabled
([a9dd552](https://github.com/mlaursen/react-md/commit/a9dd5521d7eb58442bfc6110686d8f039b525e72)),
closes [#1053](https://github.com/mlaursen/react-md/issues/1053)

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 97.37 KB
- dist/umd/react-md.production.min.js 97.36 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.43 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.8 KB

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.3"
"version": "2.5.4"
}
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/alert](../alert)
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "2.5.4",
"description": "Create accessible alerts through snackbars and banners.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/button": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^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",
"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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/app-bar](../app-bar)
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "2.5.4",
"description": "This small package implments the AppBar spec in material design.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@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",
"classnames": "^2.2.6"
},
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.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/autocomplete](../autocomplete)

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package
Expand Down
14 changes: 7 additions & 7 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.3",
"version": "2.5.4",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.5.3",
"@react-md/list": "^2.5.1",
"@react-md/form": "^2.5.4",
"@react-md/list": "^2.5.4",
"@react-md/portal": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^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",
"classnames": "^2.2.6"
},
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/avatar](../avatar)
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "2.5.4",
"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,8 +36,8 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/icon": "^2.5.4",
"@react-md/theme": "^2.5.4",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/badge](../badge)
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "2.5.4",
"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,10 +37,10 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@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",
"classnames": "^2.2.6"
},
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/button](../button)
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "2.5.4",
"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,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@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",
"classnames": "^2.2.6"
},
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.5.4](https://github.com/mlaursen/react-md/compare/v2.5.3...v2.5.4) (2021-01-27)

### Bug Fixes

- [@react-md/card](../card): fixed the bordered background color when the dark
elevation flag is enabled
([a9dd552](https://github.com/mlaursen/react-md/commit/a9dd5521d7eb58442bfc6110686d8f039b525e72)),
closes [#1053](https://github.com/mlaursen/react-md/issues/1053)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/card](../card)
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "2.5.4",
"description": "Create interactable cards from the material design specifications.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@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",
"classnames": "^2.2.6"
},
Expand Down
1 change: 1 addition & 0 deletions packages/card/src/scssVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default {
"rmd-card-border-color":
"var(--rmd-divider-background-color, rgba(0, 0, 0, 0.12))",
"rmd-card-border-width": "1px",
"rmd-card-dark-elevation-bordered-background-color": "#242424",
"rmd-card-theme-values": {
"background-color": "var(--rmd-theme-surface, #fff)",
color: "var(--rmd-theme-on-surface, #000)",
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/chip](../chip)
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "2.5.4",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@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",
"classnames": "^2.2.6"
},
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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/dialog](../dialog)
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "2.5.4",
"description": "This package is used to create accessible dialogs and modals.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/app-bar": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/overlay": "^2.5.0",
"@react-md/app-bar": "^2.5.4",
"@react-md/elevation": "^2.5.4",
"@react-md/overlay": "^2.5.4",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^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",
"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.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)

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

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

0 comments on commit db9831b

Please sign in to comment.