Skip to content

Commit

Permalink
chore(release): publish v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Aug 11, 2020
1 parent 6663f1e commit 0a40248
Show file tree
Hide file tree
Showing 40 changed files with 286 additions and 76 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

### Bug Fixes

- **listbox:** render `0` as a valid display value
([d02b7a9](https://github.com/mlaursen/react-md/commit/d02b7a9042786e4d4c4a46d286b62e6d80afc621))

### Features

- **avatar:** Added ability to pass props to `<img>`
([11848ee](https://github.com/mlaursen/react-md/commit/11848ee80b5aca0416ea3e0f4812746dd47d90b7)),
closes [#908](https://github.com/mlaursen/react-md/issues/908)
- **form:** Added props to style Checkbox and Radio input element
([b6d2318](https://github.com/mlaursen/react-md/commit/b6d23186b7355bacc198d5187d50c10a7186f4ca))
- **form:** Updated toggle inactive and active colors to be configurable
([49319e6](https://github.com/mlaursen/react-md/commit/49319e65e7bf29380469b567b893a3cc775b2720))

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

### 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.1.2"
"version": "2.2.0"
}
9 changes: 9 additions & 0 deletions packages/alert/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/alert
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "2.2.0",
"description": "Create accessible alerts through snackbars and banners.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.1.2",
"@react-md/button": "^2.2.0",
"@react-md/elevation": "^2.1.2",
"@react-md/portal": "^2.0.2",
"@react-md/theme": "^2.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-bar/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/app-bar
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "2.2.0",
"description": "This small package implments the AppBar spec in material design.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.1.2",
"@react-md/button": "^2.2.0",
"@react-md/elevation": "^2.1.2",
"@react-md/icon": "^2.1.2",
"@react-md/theme": "^2.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/autocomplete/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/autocomplete
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "2.2.0",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,8 +42,8 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.1.2",
"@react-md/list": "^2.1.2",
"@react-md/form": "^2.2.0",
"@react-md/list": "^2.2.0",
"@react-md/portal": "^2.0.2",
"@react-md/states": "^2.1.2",
"@react-md/theme": "^2.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/avatar/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

### Features

- **avatar:** Added ability to pass props to `<img>`
([11848ee](https://github.com/mlaursen/react-md/commit/11848ee80b5aca0416ea3e0f4812746dd47d90b7)),
closes [#908](https://github.com/mlaursen/react-md/issues/908)

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/avatar
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/avatar",
"version": "2.1.2",
"version": "2.2.0",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"scripts": {
"build": "dev-utils build",
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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

**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.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/badge
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "2.2.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,7 +41,7 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.1.2",
"@react-md/button": "^2.2.0",
"@react-md/icon": "^2.1.2",
"@react-md/theme": "^2.1.2",
"@react-md/typography": "^2.1.2",
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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

**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.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/button
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/button",
"version": "2.1.2",
"version": "2.2.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
9 changes: 9 additions & 0 deletions packages/dev-utils/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/dev-utils
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.1.2",
"version": "2.2.0",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/dialog/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/dialog
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dialog",
"version": "2.1.2",
"version": "2.2.0",
"description": "This package is used to create accessible dialogs and modals.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"license": "MIT",
"dependencies": {
"@react-md/app-bar": "^2.1.2",
"@react-md/app-bar": "^2.2.0",
"@react-md/elevation": "^2.1.2",
"@react-md/overlay": "^2.1.2",
"@react-md/portal": "^2.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/documentation/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

### Features

- **form:** Updated toggle inactive and active colors to be configurable
([49319e6](https://github.com/mlaursen/react-md/commit/49319e65e7bf29380469b567b893a3cc775b2720))

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package documentation
Expand Down
36 changes: 18 additions & 18 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "2.1.2",
"version": "2.2.0",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
Expand All @@ -22,37 +22,37 @@
},
"license": "MIT",
"dependencies": {
"@react-md/alert": "^2.1.2",
"@react-md/app-bar": "^2.1.2",
"@react-md/autocomplete": "^2.1.2",
"@react-md/avatar": "^2.1.2",
"@react-md/badge": "^2.1.2",
"@react-md/button": "^2.1.2",
"@react-md/alert": "^2.2.0",
"@react-md/app-bar": "^2.2.0",
"@react-md/autocomplete": "^2.2.0",
"@react-md/avatar": "^2.2.0",
"@react-md/badge": "^2.2.0",
"@react-md/button": "^2.2.0",
"@react-md/card": "^2.1.2",
"@react-md/chip": "^2.1.2",
"@react-md/dialog": "^2.1.2",
"@react-md/dialog": "^2.2.0",
"@react-md/divider": "^2.1.2",
"@react-md/elevation": "^2.1.2",
"@react-md/expansion-panel": "^2.1.2",
"@react-md/form": "^2.1.2",
"@react-md/expansion-panel": "^2.2.0",
"@react-md/form": "^2.2.0",
"@react-md/icon": "^2.1.2",
"@react-md/layout": "^2.1.2",
"@react-md/layout": "^2.2.0",
"@react-md/link": "^2.1.2",
"@react-md/list": "^2.1.2",
"@react-md/list": "^2.2.0",
"@react-md/material-icons": "^2.1.2",
"@react-md/media": "^2.1.2",
"@react-md/menu": "^2.1.2",
"@react-md/menu": "^2.2.0",
"@react-md/overlay": "^2.1.2",
"@react-md/portal": "^2.0.2",
"@react-md/progress": "^2.1.2",
"@react-md/sheet": "^2.1.2",
"@react-md/progress": "^2.2.0",
"@react-md/sheet": "^2.2.0",
"@react-md/states": "^2.1.2",
"@react-md/table": "^2.1.2",
"@react-md/table": "^2.2.0",
"@react-md/tabs": "^2.1.2",
"@react-md/theme": "^2.1.2",
"@react-md/tooltip": "^2.1.2",
"@react-md/transition": "^2.1.2",
"@react-md/tree": "^2.1.2",
"@react-md/tree": "^2.2.0",
"@react-md/typography": "^2.1.2",
"@react-md/utils": "^2.1.0",
"codesandbox": "^2.1.16",
Expand All @@ -77,7 +77,7 @@
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@react-md/dev-utils": "^2.1.2",
"@react-md/dev-utils": "^2.2.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.7",
"@types/gtag.js": "^0.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/expansion-panel/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.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)

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

# Change Log

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

## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)

**Note:** Version bump only for package @react-md/expansion-panel
Expand Down
Loading

0 comments on commit 0a40248

Please sign in to comment.