Skip to content

Commit

Permalink
chore(release): publish v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 23, 2021
1 parent 3690e7b commit c691050
Show file tree
Hide file tree
Showing 2,381 changed files with 2,888 additions and 2,571 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)


### Bug Fixes

* **@react-md/utils:** Cancel hover mode timers on click ([892dc24](https://github.com/mlaursen/react-md/commit/892dc2413ef2811d6aa5ad9d569bcaeaed6d6423))


### Other Internal Changes

* removed engines from root package.json ([1165471](https://github.com/mlaursen/react-md/commit/1165471e233c7b75680ab14487807167c256c8b5))






## [2.8.1](https://github.com/mlaursen/react-md/compare/v2.8.0...v2.8.1) (2021-04-23)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ The gizipped UMD bundle sizes are:
- dist/umd/react-md-with-svg-icons.production.min.js 173.75 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.31 KB
- themes/react-md.lime-teal-200-dark.min.css 17.38 KB
- themes/react-md.grey-red-700-light.min.css 17.44 KB
- themes/react-md.lime-teal-200-dark.min.css 17.51 KB
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.8.1"
"version": "2.8.2"
}
8 changes: 8 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"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.8.0",
"@react-md/elevation": "^2.8.0",
"@react-md/button": "^2.8.2",
"@react-md/elevation": "^2.8.2",
"@react-md/portal": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/transition": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/theme": "^2.8.2",
"@react-md/transition": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"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.8.0",
"@react-md/elevation": "^2.8.0",
"@react-md/icon": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/button": "^2.8.2",
"@react-md/elevation": "^2.8.2",
"@react-md/icon": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





## [2.8.1](https://github.com/mlaursen/react-md/compare/v2.8.0...v2.8.1) (2021-04-23)

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

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"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.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/icon": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"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.8.0",
"@react-md/icon": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/button": "^2.8.2",
"@react-md/icon": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.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.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.8.0",
"@react-md/icon": "^2.8.0",
"@react-md/states": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/transition": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/elevation": "^2.8.2",
"@react-md/icon": "^2.8.2",
"@react-md/states": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/transition": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"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.8.0",
"@react-md/elevation": "^2.8.0",
"@react-md/icon": "^2.8.0",
"@react-md/states": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/divider": "^2.8.2",
"@react-md/elevation": "^2.8.2",
"@react-md/icon": "^2.8.2",
"@react-md/states": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


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.8.0",
"version": "2.8.2",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.8.0",
"@react-md/icon": "^2.8.0",
"@react-md/states": "^2.8.0",
"@react-md/theme": "^2.8.0",
"@react-md/typography": "^2.8.0",
"@react-md/utils": "^2.8.0",
"@react-md/elevation": "^2.8.2",
"@react-md/icon": "^2.8.2",
"@react-md/states": "^2.8.2",
"@react-md/theme": "^2.8.2",
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

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





# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)


Expand Down
Loading

1 comment on commit c691050

@vercel
Copy link

@vercel vercel bot commented on c691050 Apr 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.