Skip to content

Commit

Permalink
chore(release): publish v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 27, 2021
1 parent 64103c8 commit 9a1f1f2
Show file tree
Hide file tree
Showing 79 changed files with 765 additions and 280 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Bug Fixes

* **@react-md/layout:** Do not unmount children when swapping to non-fixed appbar mini layouts ([64103c8](https://github.com/mlaursen/react-md/commit/64103c8f3cc87cd5684cc354f4976d6034262ee4)), closes [#1207](https://github.com/mlaursen/react-md/issues/1207)
* **@react-md/utils:** `useMediaQuery` uses addEventListener/removeEventListener ([b889a9e](https://github.com/mlaursen/react-md/commit/b889a9e38b311cffda849a33dd6953c49993bcbc))


### Other Internal Changes

* fixed sass-lint error ([58f614b](https://github.com/mlaursen/react-md/commit/58f614b38b5a7dcca6a84319275320b9863cba87))
* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))
* **react-md.dev:** fix links to form demos in blog ([b1626b5](https://github.com/mlaursen/react-md/commit/b1626b5a4ef77a1dda2863bbed9fe1379a0e9513))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

This release is focused around the `FileInput` component in the `@react-md/form` package and implementing a `useFileUpload` hook to handle uploading/previewing files in the browser. However, there is a notable change in this release for the form documentation since the demos have been split into the following pages:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ 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 86.92 KB
- dist/umd/react-md-with-font-icons.production.min.js 111.21 KB
- dist/umd/react-md-with-svg-icons.production.min.js 176.99 KB
- dist/umd/react-md.production.min.js 86.98 KB
- dist/umd/react-md-with-font-icons.production.min.js 111.26 KB
- dist/umd/react-md-with-svg-icons.production.min.js 177.04 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.57 KB
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.9.0"
"version": "2.9.1"
}
12 changes: 12 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

**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.9.0",
"version": "2.9.1",
"description": "Create accessible alerts through snackbars and banners.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.9.0",
"@react-md/elevation": "^2.9.0",
"@react-md/portal": "^2.8.3",
"@react-md/theme": "^2.9.0",
"@react-md/transition": "^2.9.0",
"@react-md/typography": "^2.9.0",
"@react-md/utils": "^2.9.0",
"@react-md/button": "^2.9.1",
"@react-md/elevation": "^2.9.1",
"@react-md/portal": "^2.9.1",
"@react-md/theme": "^2.9.1",
"@react-md/transition": "^2.9.1",
"@react-md/typography": "^2.9.1",
"@react-md/utils": "^2.9.1",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.2"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

**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.9.0",
"version": "2.9.1",
"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 @@ -30,13 +30,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.9.0",
"@react-md/icon": "^2.9.0",
"@react-md/states": "^2.9.0",
"@react-md/theme": "^2.9.0",
"@react-md/transition": "^2.9.0",
"@react-md/typography": "^2.9.0",
"@react-md/utils": "^2.9.0",
"@react-md/elevation": "^2.9.1",
"@react-md/icon": "^2.9.1",
"@react-md/states": "^2.9.1",
"@react-md/theme": "^2.9.1",
"@react-md/transition": "^2.9.1",
"@react-md/typography": "^2.9.1",
"@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)


### Other Internal Changes

* **install:** slighly reduce install size by excluding tests in publish ([9d01a44](https://github.com/mlaursen/react-md/commit/9d01a44b81b619d6ac1c4d458005c99838fc6894))






# [2.9.0](https://github.com/mlaursen/react-md/compare/v2.8.5...v2.9.0) (2021-07-18)

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

1 comment on commit 9a1f1f2

@vercel
Copy link

@vercel vercel bot commented on 9a1f1f2 Jul 27, 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.