Skip to content

Commit

Permalink
chore(release): publish v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 17, 2020
1 parent 5beb6df commit 0e734e6
Show file tree
Hide file tree
Showing 2,381 changed files with 3,211 additions and 421 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

- this is a re-release of v2.4.0 to ensure that all the themes are created
correctly for CDNs

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Bug Fixes

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

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/alert](../alert)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

Expand Down
16 changes: 8 additions & 8 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/alert",
"version": "2.4.0",
"version": "2.4.1",
"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.4.0",
"@react-md/elevation": "^2.4.0",
"@react-md/portal": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/transition": "^2.4.0",
"@react-md/typography": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/button": "^2.4.1",
"@react-md/elevation": "^2.4.1",
"@react-md/portal": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/transition": "^2.4.1",
"@react-md/typography": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6",
"react-transition-group": "^4.4.1"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/alert](../app-bar)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

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

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package
[@react-md/autocomplete](../autocomplete)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

Expand Down
18 changes: 9 additions & 9 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.4.0",
"@react-md/list": "^2.4.0",
"@react-md/portal": "^2.4.0",
"@react-md/states": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/transition": "^2.4.0",
"@react-md/typography": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/form": "^2.4.1",
"@react-md/list": "^2.4.1",
"@react-md/portal": "^2.4.1",
"@react-md/states": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/transition": "^2.4.1",
"@react-md/typography": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/avatar](../avatar)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

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.4.0",
"version": "2.4.1",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/icon": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/badge](../badge)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

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.4.0",
"version": "2.4.1",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.4.0",
"@react-md/icon": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/typography": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/button": "^2.4.1",
"@react-md/icon": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/typography": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/button](../button)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Bug Fixes

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.4.0",
"version": "2.4.1",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.4.0",
"@react-md/icon": "^2.4.0",
"@react-md/states": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/transition": "^2.4.0",
"@react-md/typography": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/elevation": "^2.4.1",
"@react-md/icon": "^2.4.1",
"@react-md/states": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/transition": "^2.4.1",
"@react-md/typography": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/card](../card)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

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

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

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

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

Expand Down
14 changes: 7 additions & 7 deletions packages/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/chip",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.4.0",
"@react-md/icon": "^2.4.0",
"@react-md/states": "^2.4.0",
"@react-md/theme": "^2.4.0",
"@react-md/typography": "^2.4.0",
"@react-md/utils": "^2.4.0",
"@react-md/elevation": "^2.4.1",
"@react-md/icon": "^2.4.1",
"@react-md/states": "^2.4.1",
"@react-md/theme": "^2.4.1",
"@react-md/typography": "^2.4.1",
"@react-md/utils": "^2.4.1",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.1) (2020-10-17)

### Features

- [@react-md/theme](../theme): Better Contrast Colors by Default and dev-utils
refactor ([#955](https://github.com/mlaursen/react-md/issues/955))
([519b128](https://github.com/mlaursen/react-md/commit/519b128522de944d55ff96a1e1125447665ed586))
- **themes:** updated sandboxes to use new CDN for pre-compiled themes
([e83f47e](https://github.com/mlaursen/react-md/commit/e83f47edb7401a81af6e3669745815cb85f565a8))

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dev-utils",
"version": "2.4.0",
"version": "2.4.1",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
Expand Down
6 changes: 5 additions & 1 deletion packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17)
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17)

**Note:** Version bump only for package [@react-md/dialog](../dialog)

# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17)

### Features

Expand Down
Loading

0 comments on commit 0e734e6

Please sign in to comment.