Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Jul 22, 2019
1 parent 4f36078 commit 7cf30b6
Show file tree
Hide file tree
Showing 32 changed files with 137 additions and 79 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [0.15.0](https://github.com/material-components/material-components-web-react/compare/v0.14.0...v0.15.0) (2019-07-22)


### Bug Fixes

* **infrastructure:** chips need unique key ([#974](https://github.com/material-components/material-components-web-react/issues/974)) ([58408c8](https://github.com/material-components/material-components-web-react/commit/58408c8))
* **infrastructure:** add eslint ignore lines ([#973](https://github.com/material-components/material-components-web-react/issues/973)) ([7172019](https://github.com/material-components/material-components-web-react/commit/7172019))
* **list:** Only apply aria-orientation with role ([#945](https://github.com/material-components/material-components-web-react/issues/945)) ([beab319](https://github.com/material-components/material-components-web-react/commit/beab319))
* **list:** Remove selected & activated from prop spread ([#977](https://github.com/material-components/material-components-web-react/issues/977)) ([4f36078](https://github.com/material-components/material-components-web-react/commit/4f36078))
* **ripple:** broken relative imports ([#953](https://github.com/material-components/material-components-web-react/issues/953)) ([aabe0c1](https://github.com/material-components/material-components-web-react/commit/aabe0c1))


### Features

* **list:** Implement getAttributeForElementIndex ([#948](https://github.com/material-components/material-components-web-react/issues/948)) ([00f2ef1](https://github.com/material-components/material-components-web-react/commit/00f2ef1))


### BREAKING CHANGES

* **list:** 'orientation` is now used instead of 'aria-orientation' to specify list orientation.
This allows smarter aria defaults that can be overridden if needed.



# [0.14.1](https://github.com/material-components/material-components-web-react/compare/v0.14.0...v0.14.1) (2019-07-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.14.1"
"version": "0.15.0"
}
76 changes: 55 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-button",
"version": "0.14.1",
"version": "0.15.0",
"description": "Material Components React Button",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@material/button": "^1.1.0",
"@material/react-ripple": "^0.14.1",
"@material/react-ripple": "^0.15.0",
"classnames": "^2.2.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-card",
"version": "0.14.1",
"version": "0.15.0",
"description": "Material Components React Card",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@material/card": "^2.1.1",
"@material/react-ripple": "^0.14.1",
"@material/react-ripple": "^0.15.0",
"classnames": "^2.2.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-checkbox",
"version": "0.14.1",
"version": "0.15.0",
"description": "Material Components React Checkbox",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@material/checkbox": "^2.1.1",
"@material/react-ripple": "^0.14.1",
"@material/react-ripple": "^0.15.0",
"classnames": "^2.2.6"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 7cf30b6

Please sign in to comment.