Skip to content

Commit

Permalink
chore(release): publish v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 12, 2020
1 parent 2253a3a commit f7581c6
Show file tree
Hide file tree
Showing 72 changed files with 692 additions and 258 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Bug Fixes

- `AppBar` text color now defaults to
`rmd-theme-var(text-primary-on-background)`
([2c3ea5e](https://github.com/mlaursen/react-md/commit/2c3ea5e984b033b05098d01499a41a24790b639c))
- Booleans in dist/scssVariables
([f6d43a3](https://github.com/mlaursen/react-md/commit/f6d43a31a13647e0b92c256975652913fb8bb34e))
- ListItem disabled states
([7b37292](https://github.com/mlaursen/react-md/commit/7b372926289d0c1cdab76dbea9cb298e7594dfa9))
- Scroll active element into view while focusing
([a9a0902](https://github.com/mlaursen/react-md/commit/a9a090268f8aecb8b7478dc3fb6c06eec346c62a))
- Tree focused index after expanding all with asterisk
([8547629](https://github.com/mlaursen/react-md/commit/854762991dfab43a89191ee29cd2acc7e43ec236))
- Tree keyboard movement for child items that are expanded
([fadddc7](https://github.com/mlaursen/react-md/commit/fadddc7798be9179a9db8a937455b9d989e38c79))
- Tree scrolling elements into view
([eef48dc](https://github.com/mlaursen/react-md/commit/eef48dcc547dae6146a3b2fd04c7a2ad13043036))

### Features

- Added new mixin for optional css-modules
([28ba828](https://github.com/mlaursen/react-md/commit/28ba8281489ddfa794a61749cb32817a9bd64311))
- Exported the `useAutoComplete` hook
([cac5cd1](https://github.com/mlaursen/react-md/commit/cac5cd16a1452130ba600833c8ad1180d7ec4918))
- Improved Dark Mode using Raising Elevation
([547877c](https://github.com/mlaursen/react-md/commit/547877c51217a544fdaad9c77e2469a45f30336e)),
closes [#860](https://github.com/mlaursen/react-md/issues/860)
- Render non-searchable items in AutoComplete
([e7a82ac](https://github.com/mlaursen/react-md/commit/e7a82acf874f46b56e8427cdb389ff1f18f12927))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/mlaursen/react-md/compare/v2.0.3...v2.0.4) (2020-07-10)

### 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.0.4"
"version": "2.1.0"
}
13 changes: 13 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Features

- Improved Dark Mode using Raising Elevation
([547877c](https://github.com/mlaursen/react-md/commit/547877c51217a544fdaad9c77e2469a45f30336e)),
closes [#860](https://github.com/mlaursen/react-md/issues/860)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
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.0.2",
"version": "2.1.0",
"description": "Create accessible alerts through snackbars and banners.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,13 +42,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.2",
"@react-md/elevation": "^2.0.2",
"@react-md/button": "^2.1.0",
"@react-md/elevation": "^2.1.0",
"@react-md/portal": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/transition": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/theme": "^2.1.0",
"@react-md/transition": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Bug Fixes

- `AppBar` text color now defaults to
`rmd-theme-var(text-primary-on-background)`
([2c3ea5e](https://github.com/mlaursen/react-md/commit/2c3ea5e984b033b05098d01499a41a24790b639c))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
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.0.2",
"version": "2.1.0",
"description": "This small package implments the AppBar spec in material design.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -40,12 +40,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.2",
"@react-md/elevation": "^2.0.2",
"@react-md/icon": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/button": "^2.1.0",
"@react-md/elevation": "^2.1.0",
"@react-md/icon": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Features

- Exported the `useAutoComplete` hook
([cac5cd1](https://github.com/mlaursen/react-md/commit/cac5cd16a1452130ba600833c8ad1180d7ec4918))
- Render non-searchable items in AutoComplete
([e7a82ac](https://github.com/mlaursen/react-md/commit/e7a82acf874f46b56e8427cdb389ff1f18f12927))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/mlaursen/react-md/compare/v2.0.2...v2.0.3) (2020-07-07)

**Note:** Version bump only for package @react-md/autocomplete
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.0.3",
"version": "2.1.0",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,14 +42,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.0.3",
"@react-md/list": "^2.0.2",
"@react-md/form": "^2.1.0",
"@react-md/list": "^2.1.0",
"@react-md/portal": "^2.0.2",
"@react-md/states": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/transition": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/states": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/transition": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
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.0.2",
"version": "2.1.0",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -40,9 +40,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/icon": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
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.0.2",
"version": "2.1.0",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,11 +41,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.2",
"@react-md/icon": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/button": "^2.1.0",
"@react-md/icon": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### 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.0.2",
"version": "2.1.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.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.0.2",
"@react-md/icon": "^2.0.2",
"@react-md/states": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/transition": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/elevation": "^2.1.0",
"@react-md/icon": "^2.1.0",
"@react-md/states": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/transition": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Features

- Improved Dark Mode using Raising Elevation
([547877c](https://github.com/mlaursen/react-md/commit/547877c51217a544fdaad9c77e2469a45f30336e)),
closes [#860](https://github.com/mlaursen/react-md/issues/860)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
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.0.2",
"version": "2.1.0",
"description": "Create interactable cards from the material design specifications.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.0.2",
"@react-md/elevation": "^2.0.2",
"@react-md/icon": "^2.0.2",
"@react-md/states": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/divider": "^2.1.0",
"@react-md/elevation": "^2.1.0",
"@react-md/icon": "^2.1.0",
"@react-md/states": "^2.1.0",
"@react-md/theme": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

### Features

- Improved Dark Mode using Raising Elevation
([547877c](https://github.com/mlaursen/react-md/commit/547877c51217a544fdaad9c77e2469a45f30336e)),
closes [#860](https://github.com/mlaursen/react-md/issues/860)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

### Bug Fixes
Expand Down
Loading

0 comments on commit f7581c6

Please sign in to comment.