Skip to content

Commit

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

# [2.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)


### Bug Fixes

* **@react-md/layout:** floating layout has correct color in dark theme ([7fa6b0c](https://github.com/mlaursen/react-md/commit/7fa6b0c415b87aade6296b7c5083abe1e75abf24))
* **@react-md/layout:** toggleable layout title now aligns with persistent layouts ([8b8efb2](https://github.com/mlaursen/react-md/commit/8b8efb2ac6176975e4f3898956916350526487fa))


### Features

* **@react-md/chip:** added support for noninteractable chips ([9309985](https://github.com/mlaursen/react-md/commit/9309985a2efaafd731bbfb3e157d8b1443b297de)), closes [#1046](https://github.com/mlaursen/react-md/issues/1046)
* **@react-md/layout:** added prop to control toggleable layouts default visibility ([6e4a06d](https://github.com/mlaursen/react-md/commit/6e4a06db83d079bf67f75a1625e4375effd159b0)), closes [#1066](https://github.com/mlaursen/react-md/issues/1066)


### Documentation

* **react-md.dev:** slightly better search results ([0e3d3f7](https://github.com/mlaursen/react-md/commit/0e3d3f79bf71450f49cc67df88a56af0dde72359))


### Other Internal Changes

* **@react-md/divider:** updated test to use the correct act ([a621625](https://github.com/mlaursen/react-md/commit/a621625d7f6229fb91fea91b5c30e82e27a3f45c))
* **@react-md/link:** added new tests for `SkipToMainContent` ([3f6e866](https://github.com/mlaursen/react-md/commit/3f6e866bb0b97ec3a4be08dc9744592e9c8443cb))
* **@react-md/utils:** Added better dev display names for UserInteractionMode context parts ([01f6e3d](https://github.com/mlaursen/react-md/commit/01f6e3dbc91086b2c76099e8ba75f595480c8302))
* **@react-md/utils:** refactored UserInteractionMode hooks and components ([af72791](https://github.com/mlaursen/react-md/commit/af7279154bf8d5b4d4c8ee83e8e0815354e5eee0))
* **changelog:** fixed some more changelog/release behavior ([e11c0ea](https://github.com/mlaursen/react-md/commit/e11c0ea16e59167eb13746ad0160a8d00fb90ef1))
* **coverage:** fixed test coverage to include files without tests ([ba72630](https://github.com/mlaursen/react-md/commit/ba726304c4a9a55d5735b41faee8ad14449c07cb))






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

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

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

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.13 KB
- themes/react-md.lime-teal-200-dark.min.css 17.2 KB
- themes/react-md.grey-red-700-light.min.css 17.17 KB
- themes/react-md.lime-teal-200-dark.min.css 17.23 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.5.5"
"version": "2.6.0"
}
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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/alert](../alert)
Expand Down
14 changes: 7 additions & 7 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/alert",
"version": "2.5.5",
"version": "2.6.0",
"description": "Create accessible alerts through snackbars and banners.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/button": "^2.6.0",
"@react-md/elevation": "^2.6.0",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/theme": "^2.6.0",
"@react-md/transition": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6",
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/app-bar](../app-bar)
Expand Down
14 changes: 7 additions & 7 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/app-bar",
"version": "2.5.5",
"version": "2.6.0",
"description": "This small package implments the AppBar spec in material design.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/button": "^2.6.0",
"@react-md/elevation": "^2.6.0",
"@react-md/icon": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package
Expand Down
16 changes: 8 additions & 8 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.5.5",
"version": "2.6.0",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.5.5",
"@react-md/list": "^2.5.5",
"@react-md/form": "^2.6.0",
"@react-md/list": "^2.6.0",
"@react-md/portal": "^2.5.0",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/states": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/transition": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/avatar](../avatar)
Expand Down
8 changes: 4 additions & 4 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/avatar",
"version": "2.5.5",
"version": "2.6.0",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/icon": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/badge](../badge)
Expand Down
12 changes: 6 additions & 6 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/badge",
"version": "2.5.5",
"version": "2.6.0",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/button": "^2.6.0",
"@react-md/icon": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/button](../button)
Expand Down
16 changes: 8 additions & 8 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/button",
"version": "2.5.5",
"version": "2.6.0",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/transition": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/elevation": "^2.6.0",
"@react-md/icon": "^2.6.0",
"@react-md/states": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/transition": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)

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





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

**Note:** Version bump only for package [@react-md/card](../card)
Expand Down
16 changes: 8 additions & 8 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/card",
"version": "2.5.5",
"version": "2.6.0",
"description": "Create interactable cards from the material design specifications.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.5.5",
"@react-md/elevation": "^2.5.5",
"@react-md/icon": "^2.5.5",
"@react-md/states": "^2.5.5",
"@react-md/theme": "^2.5.5",
"@react-md/typography": "^2.5.5",
"@react-md/utils": "^2.5.5",
"@react-md/divider": "^2.6.0",
"@react-md/elevation": "^2.6.0",
"@react-md/icon": "^2.6.0",
"@react-md/states": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"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.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)


### Features

* **@react-md/chip:** added support for noninteractable chips ([9309985](https://github.com/mlaursen/react-md/commit/9309985a2efaafd731bbfb3e157d8b1443b297de)), closes [#1046](https://github.com/mlaursen/react-md/issues/1046)






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

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

0 comments on commit fe44249

Please sign in to comment.