Skip to content

Commit

Permalink
chore(release): publish v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Dec 11, 2023
1 parent feb9ec6 commit f794f04
Show file tree
Hide file tree
Showing 2,379 changed files with 2,888 additions and 2,548 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)


### Bug Fixes

* **@react-md/chip:** add overflow to support font icons ([da44bbd](https://github.com/mlaursen/react-md/commit/da44bbd8de1de8b1d50d6a0cc35cffa7906a58c2)), closes [#1432](https://github.com/mlaursen/react-md/issues/1432)
* **select:** port fixed positioning fixes back from v6.0.0 ([feb9ec6](https://github.com/mlaursen/react-md/commit/feb9ec6c32c22665851d6e470aa38637b0d3b32e)), closes [#1461](https://github.com/mlaursen/react-md/issues/1461)


### Documentation

* **react-md.dev:** update blog to include additional releases ([b305882](https://github.com/mlaursen/react-md/commit/b3058824056f5a0e97bd45049b63a9b583903ade))






## [5.1.5](https://github.com/mlaursen/react-md/compare/v5.1.4...v5.1.5) (2023-05-09)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gzipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 92.34 kB
- dist/umd/react-md-with-font-icons.production.min.js 211.32 kB
- dist/umd/react-md-with-svg-icons.production.min.js 211.38 kB
- dist/umd/react-md.production.min.js 92.51 kB
- dist/umd/react-md-with-font-icons.production.min.js 211.46 kB
- dist/umd/react-md-with-svg-icons.production.min.js 211.5 kB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 18.08 kB
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
},
"useWorkspaces": true,
"npmClient": "yarn",
"version": "5.1.5"
"version": "5.1.6"
}
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.

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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": "5.1.3",
"version": "5.1.6",
"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": "^5.1.3",
"@react-md/elevation": "^5.1.3",
"@react-md/button": "^5.1.6",
"@react-md/elevation": "^5.1.6",
"@react-md/portal": "^5.1.0",
"@react-md/theme": "^5.1.3",
"@react-md/transition": "^5.1.3",
"@react-md/typography": "^5.1.3",
"@react-md/utils": "^5.1.3",
"@react-md/theme": "^5.1.6",
"@react-md/transition": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6",
"classnames": "^2.3.1"
},
"devDependencies": {
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.

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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": "5.1.3",
"version": "5.1.6",
"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": "^5.1.3",
"@react-md/elevation": "^5.1.3",
"@react-md/icon": "^5.1.3",
"@react-md/theme": "^5.1.3",
"@react-md/typography": "^5.1.3",
"@react-md/utils": "^5.1.3",
"@react-md/button": "^5.1.6",
"@react-md/elevation": "^5.1.6",
"@react-md/icon": "^5.1.6",
"@react-md/theme": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6",
"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.

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)


### Bug Fixes

* **select:** port fixed positioning fixes back from v6.0.0 ([feb9ec6](https://github.com/mlaursen/react-md/commit/feb9ec6c32c22665851d6e470aa38637b0d3b32e)), closes [#1461](https://github.com/mlaursen/react-md/issues/1461)






## [5.1.5](https://github.com/mlaursen/react-md/compare/v5.1.4...v5.1.5) (2023-05-09)


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

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)

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





## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


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": "5.1.3",
"version": "5.1.6",
"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": "^5.1.3",
"@react-md/elevation": "^5.1.3",
"@react-md/icon": "^5.1.3",
"@react-md/states": "^5.1.3",
"@react-md/theme": "^5.1.3",
"@react-md/typography": "^5.1.3",
"@react-md/utils": "^5.1.3",
"@react-md/divider": "^5.1.6",
"@react-md/elevation": "^5.1.6",
"@react-md/icon": "^5.1.6",
"@react-md/states": "^5.1.6",
"@react-md/theme": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6",
"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.

## [5.1.6](https://github.com/mlaursen/react-md/compare/v5.1.5...v5.1.6) (2023-12-11)


### Bug Fixes

* **@react-md/chip:** add overflow to support font icons ([da44bbd](https://github.com/mlaursen/react-md/commit/da44bbd8de1de8b1d50d6a0cc35cffa7906a58c2)), closes [#1432](https://github.com/mlaursen/react-md/issues/1432)






## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)


Expand Down
14 changes: 7 additions & 7 deletions packages/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/chip",
"version": "5.1.3",
"version": "5.1.6",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -30,12 +30,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^5.1.3",
"@react-md/icon": "^5.1.3",
"@react-md/states": "^5.1.3",
"@react-md/theme": "^5.1.3",
"@react-md/typography": "^5.1.3",
"@react-md/utils": "^5.1.3",
"@react-md/elevation": "^5.1.6",
"@react-md/icon": "^5.1.6",
"@react-md/states": "^5.1.6",
"@react-md/theme": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit f794f04

@vercel
Copy link

@vercel vercel bot commented on f794f04 Dec 11, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

react-md – ./

react-md-pi.vercel.app
react-md-mlaursen.vercel.app
react-md-git-main-mlaursen.vercel.app
react-md.dev

Please sign in to comment.