diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe63a117fd..a88f1d727f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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:
diff --git a/README.md b/README.md
index 58ca2916a3..1c714e998e 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/lerna.json b/lerna.json
index cefbff6fd5..ea6e7a3edf 100644
--- a/lerna.json
+++ b/lerna.json
@@ -17,5 +17,5 @@
},
"useWorkspaces": true,
"npmClient": "yarn",
- "version": "2.9.0"
+ "version": "2.9.1"
}
diff --git a/packages/alert/CHANGELOG.md b/packages/alert/CHANGELOG.md
index edbf96a608..fd421b5277 100644
--- a/packages/alert/CHANGELOG.md
+++ b/packages/alert/CHANGELOG.md
@@ -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
diff --git a/packages/alert/package.json b/packages/alert/package.json
index ac337b880d..1338e1447e 100644
--- a/packages/alert/package.json
+++ b/packages/alert/package.json
@@ -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",
@@ -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"
},
diff --git a/packages/app-bar/CHANGELOG.md b/packages/app-bar/CHANGELOG.md
index bc73d9d4ea..86cdcc1016 100644
--- a/packages/app-bar/CHANGELOG.md
+++ b/packages/app-bar/CHANGELOG.md
@@ -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
diff --git a/packages/app-bar/package.json b/packages/app-bar/package.json
index b9626acc24..8a55f0f5a2 100644
--- a/packages/app-bar/package.json
+++ b/packages/app-bar/package.json
@@ -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",
@@ -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": {
diff --git a/packages/autocomplete/CHANGELOG.md b/packages/autocomplete/CHANGELOG.md
index 4b00b45237..168ca6c257 100644
--- a/packages/autocomplete/CHANGELOG.md
+++ b/packages/autocomplete/CHANGELOG.md
@@ -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
diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json
index d5ceb5682e..5f90a0c33e 100644
--- a/packages/autocomplete/package.json
+++ b/packages/autocomplete/package.json
@@ -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",
@@ -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": {
diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md
index 7e633dd81b..a7400f8fd8 100644
--- a/packages/avatar/CHANGELOG.md
+++ b/packages/avatar/CHANGELOG.md
@@ -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
diff --git a/packages/avatar/package.json b/packages/avatar/package.json
index 4df91287f4..6685ea46f1 100644
--- a/packages/avatar/package.json
+++ b/packages/avatar/package.json
@@ -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",
@@ -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": {
diff --git a/packages/badge/CHANGELOG.md b/packages/badge/CHANGELOG.md
index 3bdd762809..bb3c859bc6 100644
--- a/packages/badge/CHANGELOG.md
+++ b/packages/badge/CHANGELOG.md
@@ -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
diff --git a/packages/badge/package.json b/packages/badge/package.json
index 7dff3bcc63..e73b5fb7df 100644
--- a/packages/badge/package.json
+++ b/packages/badge/package.json
@@ -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",
@@ -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": {
diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md
index 8bf63fd517..3435e8d27d 100644
--- a/packages/button/CHANGELOG.md
+++ b/packages/button/CHANGELOG.md
@@ -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
diff --git a/packages/button/package.json b/packages/button/package.json
index 43d04f70bb..402657847f 100644
--- a/packages/button/package.json
+++ b/packages/button/package.json
@@ -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",
@@ -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": {
diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md
index 0288dacb3d..cf4a7ba363 100644
--- a/packages/card/CHANGELOG.md
+++ b/packages/card/CHANGELOG.md
@@ -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
diff --git a/packages/card/package.json b/packages/card/package.json
index 0ddab29a26..050c0ae1ec 100644
--- a/packages/card/package.json
+++ b/packages/card/package.json
@@ -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",
@@ -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": {
diff --git a/packages/chip/CHANGELOG.md b/packages/chip/CHANGELOG.md
index 727fa032e0..bae5647de8 100644
--- a/packages/chip/CHANGELOG.md
+++ b/packages/chip/CHANGELOG.md
@@ -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
diff --git a/packages/chip/package.json b/packages/chip/package.json
index 404d680ba3..d96f040caa 100644
--- a/packages/chip/package.json
+++ b/packages/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/chip",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,12 +30,12 @@
],
"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/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/typography": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md
index 7e83ec13d5..c429dcce50 100644
--- a/packages/dev-utils/CHANGELOG.md
+++ b/packages/dev-utils/CHANGELOG.md
@@ -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)
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index d893994ef6..38a6a1c994 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/dev-utils",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md
index 2ab3e7d5c0..0501348ec2 100644
--- a/packages/dialog/CHANGELOG.md
+++ b/packages/dialog/CHANGELOG.md
@@ -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/dialog
diff --git a/packages/dialog/package.json b/packages/dialog/package.json
index 76919200bb..f4f659738a 100644
--- a/packages/dialog/package.json
+++ b/packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/dialog",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is used to create accessible dialogs and modals.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,14 +31,14 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/app-bar": "^2.9.0",
- "@react-md/elevation": "^2.9.0",
- "@react-md/overlay": "^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/app-bar": "^2.9.1",
+ "@react-md/elevation": "^2.9.1",
+ "@react-md/overlay": "^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"
},
diff --git a/packages/divider/CHANGELOG.md b/packages/divider/CHANGELOG.md
index d5bcbc0acf..816c210c99 100644
--- a/packages/divider/CHANGELOG.md
+++ b/packages/divider/CHANGELOG.md
@@ -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/divider
diff --git a/packages/divider/package.json b/packages/divider/package.json
index 47dd581fca..d552e06e18 100644
--- a/packages/divider/package.json
+++ b/packages/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/divider",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is used to create horizontal or vertical dividers in your application.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,8 +28,8 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md
index 6d09632c9a..43e508a470 100644
--- a/packages/documentation/CHANGELOG.md
+++ b/packages/documentation/CHANGELOG.md
@@ -3,6 +3,19 @@
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
+
+* fixed sass-lint error ([58f614b](https://github.com/mlaursen/react-md/commit/58f614b38b5a7dcca6a84319275320b9863cba87))
+* **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)
diff --git a/packages/documentation/package.json b/packages/documentation/package.json
index 667ebe0b5b..9b865ac877 100644
--- a/packages/documentation/package.json
+++ b/packages/documentation/package.json
@@ -1,6 +1,6 @@
{
"name": "documentation",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
@@ -20,39 +20,39 @@
},
"license": "MIT",
"dependencies": {
- "@react-md/alert": "^2.9.0",
- "@react-md/app-bar": "^2.9.0",
- "@react-md/autocomplete": "^2.9.0",
- "@react-md/avatar": "^2.9.0",
- "@react-md/badge": "^2.9.0",
- "@react-md/button": "^2.9.0",
- "@react-md/card": "^2.9.0",
- "@react-md/chip": "^2.9.0",
- "@react-md/dialog": "^2.9.0",
- "@react-md/divider": "^2.9.0",
- "@react-md/elevation": "^2.9.0",
- "@react-md/expansion-panel": "^2.9.0",
- "@react-md/form": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/layout": "^2.9.0",
- "@react-md/link": "^2.9.0",
- "@react-md/list": "^2.9.0",
- "@react-md/material-icons": "^2.9.0",
- "@react-md/media": "^2.9.0",
- "@react-md/menu": "^2.9.0",
- "@react-md/overlay": "^2.9.0",
- "@react-md/portal": "^2.8.3",
- "@react-md/progress": "^2.9.0",
- "@react-md/sheet": "^2.9.0",
- "@react-md/states": "^2.9.0",
- "@react-md/table": "^2.9.0",
- "@react-md/tabs": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/tooltip": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/tree": "^2.9.0",
- "@react-md/typography": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/alert": "^2.9.1",
+ "@react-md/app-bar": "^2.9.1",
+ "@react-md/autocomplete": "^2.9.1",
+ "@react-md/avatar": "^2.9.1",
+ "@react-md/badge": "^2.9.1",
+ "@react-md/button": "^2.9.1",
+ "@react-md/card": "^2.9.1",
+ "@react-md/chip": "^2.9.1",
+ "@react-md/dialog": "^2.9.1",
+ "@react-md/divider": "^2.9.1",
+ "@react-md/elevation": "^2.9.1",
+ "@react-md/expansion-panel": "^2.9.1",
+ "@react-md/form": "^2.9.1",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/layout": "^2.9.1",
+ "@react-md/link": "^2.9.1",
+ "@react-md/list": "^2.9.1",
+ "@react-md/material-icons": "^2.9.1",
+ "@react-md/media": "^2.9.1",
+ "@react-md/menu": "^2.9.1",
+ "@react-md/overlay": "^2.9.1",
+ "@react-md/portal": "^2.9.1",
+ "@react-md/progress": "^2.9.1",
+ "@react-md/sheet": "^2.9.1",
+ "@react-md/states": "^2.9.1",
+ "@react-md/table": "^2.9.1",
+ "@react-md/tabs": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/tooltip": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/tree": "^2.9.1",
+ "@react-md/typography": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1",
"codesandbox": "^2.2.3",
"date-fns": "^2.22.1",
@@ -76,7 +76,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.6",
- "@react-md/dev-utils": "^2.9.0",
+ "@react-md/dev-utils": "^2.9.1",
"@types/formidable": "^1.2.3",
"@types/gtag.js": "^0.0.7",
"@types/js-cookie": "^2.2.7",
diff --git a/packages/documentation/src/blogs/index.md b/packages/documentation/src/blogs/index.md
index ba2ed6bcc9..7248a7b5b7 100644
--- a/packages/documentation/src/blogs/index.md
+++ b/packages/documentation/src/blogs/index.md
@@ -1,3 +1,25 @@
+Title: react-md 2.9.1
+
+Date: 07/26/2021
+
+Summary:
+
+##### Bug Fixes
+
+- **@react-md/layout:** Do not unmount children when swapping to non-fixed
+ appbar mini layouts (64103c8), closes #1207
+- **@react-md/utils:** `useMediaQuery` uses addEventListener/removeEventListener
+ (b889a9e)
+
+##### Other Internal Changes
+
+- fixed sass-lint error (58f614b)
+- **install:** slighly reduce install size by excluding tests in publish
+ (9d01a44)
+- **react-md.dev:** fix links to form demos in blog (b1626b5)
+
+---
+
Title: react-md 2.9.0
Date: 07/17/2021
diff --git a/packages/documentation/src/components/About/README.md b/packages/documentation/src/components/About/README.md
index a14b02156a..8793759f58 100644
--- a/packages/documentation/src/components/About/README.md
+++ b/packages/documentation/src/components/About/README.md
@@ -20,9 +20,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
diff --git a/packages/documentation/src/components/Home/LibraryInfo/OtherPros.tsx b/packages/documentation/src/components/Home/LibraryInfo/OtherPros.tsx
index 4c5897d1a1..913795af20 100644
--- a/packages/documentation/src/components/Home/LibraryInfo/OtherPros.tsx
+++ b/packages/documentation/src/components/Home/LibraryInfo/OtherPros.tsx
@@ -12,7 +12,7 @@ export default function OtherPros(): ReactElement {
Production UMD Bundle:
- 86.92 KB
+ 86.98 KB
Default Production CSS Bundles:
diff --git a/packages/elevation/CHANGELOG.md b/packages/elevation/CHANGELOG.md
index 4000269a16..4a1eb9f80a 100644
--- a/packages/elevation/CHANGELOG.md
+++ b/packages/elevation/CHANGELOG.md
@@ -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/elevation
diff --git a/packages/elevation/package.json b/packages/elevation/package.json
index 0868a23190..1db3ab263c 100644
--- a/packages/elevation/package.json
+++ b/packages/elevation/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/elevation",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.",
"main": "./dist/scssVariables.js",
"module": "./dist/scssVariables.js",
@@ -27,9 +27,9 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0"
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1"
},
"publishConfig": {
"access": "public"
diff --git a/packages/expansion-panel/CHANGELOG.md b/packages/expansion-panel/CHANGELOG.md
index 2f16e4e508..a99a695449 100644
--- a/packages/expansion-panel/CHANGELOG.md
+++ b/packages/expansion-panel/CHANGELOG.md
@@ -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/expansion-panel
diff --git a/packages/expansion-panel/package.json b/packages/expansion-panel/package.json
index 6e22ed7cc8..fdc3b8023c 100644
--- a/packages/expansion-panel/package.json
+++ b/packages/expansion-panel/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/expansion-panel",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create accessible expansion components for accordions and disclosures.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,12 +30,12 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/button": "^2.9.0",
- "@react-md/card": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/button": "^2.9.1",
+ "@react-md/card": "^2.9.1",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md
index a8744dfa82..f69d64f2ea 100644
--- a/packages/form/CHANGELOG.md
+++ b/packages/form/CHANGELOG.md
@@ -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)
diff --git a/packages/form/package.json b/packages/form/package.json
index c02f6da278..92326f0773 100644
--- a/packages/form/package.json
+++ b/packages/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/form",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is for creating all the different form input types.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -35,22 +35,22 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/button": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/list": "^2.9.0",
- "@react-md/portal": "^2.8.3",
- "@react-md/progress": "^2.9.0",
- "@react-md/states": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/tooltip": "^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/icon": "^2.9.1",
+ "@react-md/list": "^2.9.1",
+ "@react-md/portal": "^2.9.1",
+ "@react-md/progress": "^2.9.1",
+ "@react-md/states": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/tooltip": "^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",
"nanoid": "^3.1.23"
},
"devDependencies": {
- "@react-md/menu": "^2.9.0",
+ "@react-md/menu": "^2.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.1"
},
diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md
index b8ed6e34c0..c463e25063 100644
--- a/packages/icon/CHANGELOG.md
+++ b/packages/icon/CHANGELOG.md
@@ -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/icon
diff --git a/packages/icon/package.json b/packages/icon/package.json
index a4b1fc58c0..b8072826b5 100644
--- a/packages/icon/package.json
+++ b/packages/icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/icon",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,9 +30,9 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/typography": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/typography": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md
index 39b2147461..f219a978a9 100644
--- a/packages/layout/CHANGELOG.md
+++ b/packages/layout/CHANGELOG.md
@@ -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.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)
+
+
+### 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)
diff --git a/packages/layout/package.json b/packages/layout/package.json
index 5bad674037..7efce0c9c4 100644
--- a/packages/layout/package.json
+++ b/packages/layout/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/layout",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is used to configure most of react-md as well as create some pre-defined layouts",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -33,21 +33,21 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/app-bar": "^2.9.0",
- "@react-md/dialog": "^2.9.0",
- "@react-md/divider": "^2.9.0",
- "@react-md/form": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/link": "^2.9.0",
- "@react-md/list": "^2.9.0",
- "@react-md/sheet": "^2.9.0",
- "@react-md/states": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/tooltip": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/tree": "^2.9.0",
- "@react-md/typography": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/app-bar": "^2.9.1",
+ "@react-md/dialog": "^2.9.1",
+ "@react-md/divider": "^2.9.1",
+ "@react-md/form": "^2.9.1",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/link": "^2.9.1",
+ "@react-md/list": "^2.9.1",
+ "@react-md/sheet": "^2.9.1",
+ "@react-md/states": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/tooltip": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/tree": "^2.9.1",
+ "@react-md/typography": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/link/CHANGELOG.md b/packages/link/CHANGELOG.md
index b8b60e5d55..d50c38f794 100644
--- a/packages/link/CHANGELOG.md
+++ b/packages/link/CHANGELOG.md
@@ -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/link
diff --git a/packages/link/package.json b/packages/link/package.json
index 2c3dd87d2b..895c8342f7 100644
--- a/packages/link/package.json
+++ b/packages/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/link",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "The base package for including a theme for react-md. This is required by most other packages.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,10 +30,10 @@
],
"license": "MIT",
"dependencies": {
- "@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/states": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/typography": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md
index e6893f7aba..85dc16730f 100644
--- a/packages/list/CHANGELOG.md
+++ b/packages/list/CHANGELOG.md
@@ -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/list
diff --git a/packages/list/package.json b/packages/list/package.json
index 2976e104db..27d43c36f4 100644
--- a/packages/list/package.json
+++ b/packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/list",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is used to create lists with the material design specs.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,13 +31,13 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/avatar": "^2.9.0",
- "@react-md/divider": "^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/avatar": "^2.9.1",
+ "@react-md/divider": "^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": {
diff --git a/packages/material-icons/CHANGELOG.md b/packages/material-icons/CHANGELOG.md
index 8b241995d8..083044fb7e 100644
--- a/packages/material-icons/CHANGELOG.md
+++ b/packages/material-icons/CHANGELOG.md
@@ -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/material-icons
diff --git a/packages/material-icons/package.json b/packages/material-icons/package.json
index f2522d4d86..33b6987b10 100644
--- a/packages/material-icons/package.json
+++ b/packages/material-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/material-icons",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is just a simple wrapper for using material icons within react-md as either font icons or svg icons.",
"scripts": {
"executable": "chmod +x bin/cli.js",
@@ -38,7 +38,7 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/icon": "^2.9.0"
+ "@react-md/icon": "^2.9.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
diff --git a/packages/media/CHANGELOG.md b/packages/media/CHANGELOG.md
index 6c542d983f..166a108272 100644
--- a/packages/media/CHANGELOG.md
+++ b/packages/media/CHANGELOG.md
@@ -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/media
diff --git a/packages/media/package.json b/packages/media/package.json
index b64c2f2376..1d37e2f35a 100644
--- a/packages/media/package.json
+++ b/packages/media/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/media",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This package is used for including responsive media (images, videos, etc) within your app.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,8 +31,8 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md
index cf837e7c55..de7f68eaa6 100644
--- a/packages/menu/CHANGELOG.md
+++ b/packages/menu/CHANGELOG.md
@@ -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/menu
diff --git a/packages/menu/package.json b/packages/menu/package.json
index 950655d2e0..5946fe2f6a 100644
--- a/packages/menu/package.json
+++ b/packages/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/menu",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,16 +31,16 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/app-bar": "^2.9.0",
- "@react-md/button": "^2.9.0",
- "@react-md/divider": "^2.9.0",
- "@react-md/elevation": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/list": "^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/app-bar": "^2.9.1",
+ "@react-md/button": "^2.9.1",
+ "@react-md/divider": "^2.9.1",
+ "@react-md/elevation": "^2.9.1",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/list": "^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": {
diff --git a/packages/overlay/CHANGELOG.md b/packages/overlay/CHANGELOG.md
index 573a281cce..1790d946dc 100644
--- a/packages/overlay/CHANGELOG.md
+++ b/packages/overlay/CHANGELOG.md
@@ -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/overlay
diff --git a/packages/overlay/package.json b/packages/overlay/package.json
index 5690f67061..20afaddb75 100644
--- a/packages/overlay/package.json
+++ b/packages/overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/overlay",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "A very simple package for dynamically creating overlays.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,10 +28,10 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/portal": "^2.8.3",
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/portal": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.2"
},
diff --git a/packages/portal/CHANGELOG.md b/packages/portal/CHANGELOG.md
index cf9bf0080c..9f5007c5eb 100644
--- a/packages/portal/CHANGELOG.md
+++ b/packages/portal/CHANGELOG.md
@@ -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.8.3](https://github.com/mlaursen/react-md/compare/v2.8.2...v2.8.3) (2021-05-18)
diff --git a/packages/portal/package.json b/packages/portal/package.json
index 80b11a6d85..bbb87107eb 100644
--- a/packages/portal/package.json
+++ b/packages/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/portal",
- "version": "2.8.3",
+ "version": "2.9.1",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",
"main": "./lib/index.js",
"module": "./es/index.js",
diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md
index bc711031b2..deb1c39826 100644
--- a/packages/progress/CHANGELOG.md
+++ b/packages/progress/CHANGELOG.md
@@ -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/progress
diff --git a/packages/progress/package.json b/packages/progress/package.json
index da8f1a1d9f..1eebbec596 100644
--- a/packages/progress/package.json
+++ b/packages/progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/progress",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create horizontal, vertical, and circular progress indicators",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,9 +28,9 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/react-md/CHANGELOG.md b/packages/react-md/CHANGELOG.md
index 6d74a4bdd0..32e8629879 100644
--- a/packages/react-md/CHANGELOG.md
+++ b/packages/react-md/CHANGELOG.md
@@ -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
diff --git a/packages/react-md/README.md b/packages/react-md/README.md
index 8782524de7..6f9ff8fab5 100644
--- a/packages/react-md/README.md
+++ b/packages/react-md/README.md
@@ -242,9 +242,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
diff --git a/packages/react-md/package.json b/packages/react-md/package.json
index aca1e65e72..bf2415c2a4 100644
--- a/packages/react-md/package.json
+++ b/packages/react-md/package.json
@@ -1,6 +1,6 @@
{
"name": "react-md",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "This is the full react-md library bundled together for convenience.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,39 +28,39 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/alert": "^2.9.0",
- "@react-md/app-bar": "^2.9.0",
- "@react-md/autocomplete": "^2.9.0",
- "@react-md/avatar": "^2.9.0",
- "@react-md/badge": "^2.9.0",
- "@react-md/button": "^2.9.0",
- "@react-md/card": "^2.9.0",
- "@react-md/chip": "^2.9.0",
- "@react-md/dialog": "^2.9.0",
- "@react-md/divider": "^2.9.0",
- "@react-md/elevation": "^2.9.0",
- "@react-md/expansion-panel": "^2.9.0",
- "@react-md/form": "^2.9.0",
- "@react-md/icon": "^2.9.0",
- "@react-md/layout": "^2.9.0",
- "@react-md/link": "^2.9.0",
- "@react-md/list": "^2.9.0",
- "@react-md/material-icons": "^2.9.0",
- "@react-md/media": "^2.9.0",
- "@react-md/menu": "^2.9.0",
- "@react-md/overlay": "^2.9.0",
- "@react-md/portal": "^2.8.3",
- "@react-md/progress": "^2.9.0",
- "@react-md/sheet": "^2.9.0",
- "@react-md/states": "^2.9.0",
- "@react-md/table": "^2.9.0",
- "@react-md/tabs": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/tooltip": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/tree": "^2.9.0",
- "@react-md/typography": "^2.9.0",
- "@react-md/utils": "^2.9.0"
+ "@react-md/alert": "^2.9.1",
+ "@react-md/app-bar": "^2.9.1",
+ "@react-md/autocomplete": "^2.9.1",
+ "@react-md/avatar": "^2.9.1",
+ "@react-md/badge": "^2.9.1",
+ "@react-md/button": "^2.9.1",
+ "@react-md/card": "^2.9.1",
+ "@react-md/chip": "^2.9.1",
+ "@react-md/dialog": "^2.9.1",
+ "@react-md/divider": "^2.9.1",
+ "@react-md/elevation": "^2.9.1",
+ "@react-md/expansion-panel": "^2.9.1",
+ "@react-md/form": "^2.9.1",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/layout": "^2.9.1",
+ "@react-md/link": "^2.9.1",
+ "@react-md/list": "^2.9.1",
+ "@react-md/material-icons": "^2.9.1",
+ "@react-md/media": "^2.9.1",
+ "@react-md/menu": "^2.9.1",
+ "@react-md/overlay": "^2.9.1",
+ "@react-md/portal": "^2.9.1",
+ "@react-md/progress": "^2.9.1",
+ "@react-md/sheet": "^2.9.1",
+ "@react-md/states": "^2.9.1",
+ "@react-md/table": "^2.9.1",
+ "@react-md/tabs": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/tooltip": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/tree": "^2.9.1",
+ "@react-md/typography": "^2.9.1",
+ "@react-md/utils": "^2.9.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.1",
diff --git a/packages/sheet/CHANGELOG.md b/packages/sheet/CHANGELOG.md
index 1b4a96e852..2df4a5b858 100644
--- a/packages/sheet/CHANGELOG.md
+++ b/packages/sheet/CHANGELOG.md
@@ -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/sheet
diff --git a/packages/sheet/package.json b/packages/sheet/package.json
index 6d1d9b6a55..b606fbf0e8 100644
--- a/packages/sheet/package.json
+++ b/packages/sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/sheet",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "A package for making temporary sheets of material (normally for navigation or details).",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,12 +30,12 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/dialog": "^2.9.0",
- "@react-md/elevation": "^2.9.0",
- "@react-md/overlay": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/dialog": "^2.9.1",
+ "@react-md/elevation": "^2.9.1",
+ "@react-md/overlay": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/states/CHANGELOG.md b/packages/states/CHANGELOG.md
index f2550ac71c..007ae7a29c 100644
--- a/packages/states/CHANGELOG.md
+++ b/packages/states/CHANGELOG.md
@@ -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/states
diff --git a/packages/states/package.json b/packages/states/package.json
index b738cfe03b..b9ae58fe0c 100644
--- a/packages/states/package.json
+++ b/packages/states/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/states",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "A package for adding the different focus, hover, selected, active, etc states to elements",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,9 +28,9 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.2"
},
diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md
index a8d81f5052..85cfd600ab 100644
--- a/packages/table/CHANGELOG.md
+++ b/packages/table/CHANGELOG.md
@@ -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/table
diff --git a/packages/table/package.json b/packages/table/package.json
index 18ceafba65..5c4c3a6425 100644
--- a/packages/table/package.json
+++ b/packages/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/table",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create responsive data tables and accessible fixed tables",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -30,12 +30,12 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/divider": "^2.9.0",
- "@react-md/form": "^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/divider": "^2.9.1",
+ "@react-md/form": "^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": {
diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md
index 30cd02f3ab..036024eeea 100644
--- a/packages/tabs/CHANGELOG.md
+++ b/packages/tabs/CHANGELOG.md
@@ -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/tabs
diff --git a/packages/tabs/package.json b/packages/tabs/package.json
index e18ed2fd9f..f5942b0114 100644
--- a/packages/tabs/package.json
+++ b/packages/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/tabs",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create accessible tabs to organize data across multiple screens or interactions.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,12 +31,12 @@
],
"license": "MIT",
"dependencies": {
- "@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/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",
"react-transition-group": "^4.4.2"
},
diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md
index 9adce1bd4a..1327f1e5d7 100644
--- a/packages/theme/CHANGELOG.md
+++ b/packages/theme/CHANGELOG.md
@@ -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/theme
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 517e067d11..50446b3c1e 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/theme",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "The base package for including a theme for react-md. This is required by most other packages.",
"main": "./dist/scssVariables.js",
"module": "./dist/scssVariables.js",
@@ -28,7 +28,7 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/utils": "^2.9.0"
+ "@react-md/utils": "^2.9.1"
},
"devDependencies": {
"react": "^17.0.2",
diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md
index b4e60a6b74..d28487621c 100644
--- a/packages/tooltip/CHANGELOG.md
+++ b/packages/tooltip/CHANGELOG.md
@@ -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/tooltip
diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json
index d776dae94c..9b91f12a26 100644
--- a/packages/tooltip/package.json
+++ b/packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/tooltip",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "Create accessible tooltips within react-md based on the material design specifications.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -31,11 +31,11 @@
],
"license": "MIT",
"dependencies": {
- "@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/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"
},
diff --git a/packages/transition/CHANGELOG.md b/packages/transition/CHANGELOG.md
index 3089954c83..644525dbde 100644
--- a/packages/transition/CHANGELOG.md
+++ b/packages/transition/CHANGELOG.md
@@ -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/transition
diff --git a/packages/transition/package.json b/packages/transition/package.json
index 7feb470ba5..caeb907656 100644
--- a/packages/transition/package.json
+++ b/packages/transition/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/transition",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "A package for working with react-md to use some simple transitions.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -29,9 +29,9 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/portal": "^2.8.3",
- "@react-md/theme": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/portal": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"@types/react-transition-group": "^4.4.2",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.2"
diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md
index c5c4cd6f6b..dc4cacb9b3 100644
--- a/packages/tree/CHANGELOG.md
+++ b/packages/tree/CHANGELOG.md
@@ -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/tree
diff --git a/packages/tree/package.json b/packages/tree/package.json
index 17e5c983a7..9439e980a1 100644
--- a/packages/tree/package.json
+++ b/packages/tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/tree",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "A package for creating an accessible tree component following the tree role.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -29,11 +29,11 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/icon": "^2.9.0",
- "@react-md/list": "^2.9.0",
- "@react-md/theme": "^2.9.0",
- "@react-md/transition": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/icon": "^2.9.1",
+ "@react-md/list": "^2.9.1",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/transition": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/typography/CHANGELOG.md b/packages/typography/CHANGELOG.md
index ab8f9d1b38..7bed832463 100644
--- a/packages/typography/CHANGELOG.md
+++ b/packages/typography/CHANGELOG.md
@@ -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/typography
diff --git a/packages/typography/package.json b/packages/typography/package.json
index 3f08e5b207..3cfb37fd9b 100644
--- a/packages/typography/package.json
+++ b/packages/typography/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/typography",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "The base package for including typography for react-md.",
"main": "./lib/index.js",
"module": "./es/index.js",
@@ -28,8 +28,8 @@
],
"license": "MIT",
"dependencies": {
- "@react-md/theme": "^2.9.0",
- "@react-md/utils": "^2.9.0",
+ "@react-md/theme": "^2.9.1",
+ "@react-md/utils": "^2.9.1",
"classnames": "^2.3.1"
},
"devDependencies": {
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 5b6d49049c..bdb566347d 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -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.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27)
+
+
+### Bug Fixes
+
+* **@react-md/utils:** `useMediaQuery` uses addEventListener/removeEventListener ([b889a9e](https://github.com/mlaursen/react-md/commit/b889a9e38b311cffda849a33dd6953c49993bcbc))
+
+
+### 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)
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 66e2e8e2f9..17293bc9d6 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-md/utils",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "General utils for react-md.",
"main": "./lib/index.js",
"module": "./es/index.js",