Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Sep 25, 2018
1 parent c638e79 commit d369b75
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 35 deletions.
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
<a name=""></a>
# [](https://github.com/material-components/material-components-web-react/compare/v0.4.1...v) (2018-08-14)
# [](https://github.com/material-components/material-components-web-react/compare/v0.4.2...v) (2018-09-25)


### Bug Fixes

* **card:** add missing hasRipple ([#248](https://github.com/material-components/material-components-web-react/issues/248)) ([#255](https://github.com/material-components/material-components-web-react/issues/255)) ([d2f58d6](https://github.com/material-components/material-components-web-react/commit/d2f58d6))
* **chips:** add chip leading icon class management ([#281](https://github.com/material-components/material-components-web-react/issues/281)) ([c638e79](https://github.com/material-components/material-components-web-react/commit/c638e79))
* **chips:** remove handleRemove method for chipsUpdate method ([#282](https://github.com/material-components/material-components-web-react/issues/282)) ([8435079](https://github.com/material-components/material-components-web-react/commit/8435079))
* **chips:** use notifyRemoval and notifyInteraction adapter methods ([#277](https://github.com/material-components/material-components-web-react/issues/277)) ([ba433ea](https://github.com/material-components/material-components-web-react/commit/ba433ea))
* **infrastructure:** add the es5 [@material](https://github.com/material)/package/dist/mdc.package to externals ([#223](https://github.com/material-components/material-components-web-react/issues/223)) ([73fb45b](https://github.com/material-components/material-components-web-react/commit/73fb45b))
* **ripple:** react-ripple does not contain styles ([#172](https://github.com/material-components/material-components-web-react/issues/172)) ([#251](https://github.com/material-components/material-components-web-react/issues/251)) ([ac0f87f](https://github.com/material-components/material-components-web-react/commit/ac0f87f))
* **tab:** update readme and ref name in tab component ([#226](https://github.com/material-components/material-components-web-react/issues/226)) ([f18fda1](https://github.com/material-components/material-components-web-react/commit/f18fda1))
* **tab-bar:** add missing url from screenshot list ([#264](https://github.com/material-components/material-components-web-react/issues/264)) ([dd2f183](https://github.com/material-components/material-components-web-react/commit/dd2f183))
* **tab-bar:** Arrow keys should focus adjacent tab ([#280](https://github.com/material-components/material-components-web-react/issues/280)) ([54224c8](https://github.com/material-components/material-components-web-react/commit/54224c8))
* **tab-indicator:** update component to work with mdc tab ([#215](https://github.com/material-components/material-components-web-react/issues/215)) ([bc41a8b](https://github.com/material-components/material-components-web-react/commit/bc41a8b))
* tab indicator sliding animation broken ([#273](https://github.com/material-components/material-components-web-react/issues/273)) ([c436f58](https://github.com/material-components/material-components-web-react/commit/c436f58))


### Features

* **button:** Add dense variant to button ([#228](https://github.com/material-components/material-components-web-react/issues/228)) ([28b7d6e](https://github.com/material-components/material-components-web-react/commit/28b7d6e))
* **chips:** Update chips to use ids and add input chips ([#246](https://github.com/material-components/material-components-web-react/issues/246)) ([14353ab](https://github.com/material-components/material-components-web-react/commit/14353ab))
* **icon-button:** create component ([#154](https://github.com/material-components/material-components-web-react/issues/154)) ([c7b4cf6](https://github.com/material-components/material-components-web-react/commit/c7b4cf6))
* **infrastructure:** react router screenshots ([#232](https://github.com/material-components/material-components-web-react/issues/232)) ([69e4efe](https://github.com/material-components/material-components-web-react/commit/69e4efe))
* **switch:** Add component ([#208](https://github.com/material-components/material-components-web-react/issues/208)) ([3eb8a4b](https://github.com/material-components/material-components-web-react/commit/3eb8a4b))
* **tab:** add new component ([#216](https://github.com/material-components/material-components-web-react/issues/216)) ([ffd9bba](https://github.com/material-components/material-components-web-react/commit/ffd9bba))
* **tab:** Add ripple ([#261](https://github.com/material-components/material-components-web-react/issues/261)) ([e1918fa](https://github.com/material-components/material-components-web-react/commit/e1918fa))
* **tab-bar:** Add component ([#229](https://github.com/material-components/material-components-web-react/issues/229)) ([731e980](https://github.com/material-components/material-components-web-react/commit/731e980))
* **tab-scroller:** add new component ([#222](https://github.com/material-components/material-components-web-react/issues/222)) ([fedf138](https://github.com/material-components/material-components-web-react/commit/fedf138))


### BREAKING CHANGES

* **chips:** Updated API for `selectedChipIds` and `handleSelect` props in ChipSet and `id` prop in Chip.



<a name="0.4.2"></a>
## [0.4.2](https://github.com/material-components/material-components-web-react/compare/v0.4.1...v0.4.2) (2018-08-14)



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.4.2"
"version": "0.5.0"
}
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.4.2",
"version": "0.5.0",
"description": "Material Components React Button",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@material/button": "^0.39.0",
"@material/react-ripple": "^0.4.2",
"@material/react-ripple": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.4.2"
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.4.2",
"version": "0.5.0",
"description": "Material Components React Card",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-ripple": "^0.4.2",
"@material/card": "^0.39.0",
"@material/react-ripple": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/chips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-chips",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Chips",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-fab",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Floating Action Button (FAB)",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@material/fab": "^0.39.0",
"@material/react-ripple": "^0.4.2",
"@material/react-ripple": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-floating-label",
"version": "0.4.1",
"version": "0.5.0",
"description": "Material Components React Floating Label",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-icon-button",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Icon Button",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@material/icon-button": "^0.39.0",
"@material/react-ripple": "^0.4.2",
"@material/react-ripple": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/line-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-line-ripple",
"version": "0.4.1",
"version": "0.5.0",
"description": "Material Components React Line Ripple",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-material-icon",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Material Icon",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-ripple": "^0.4.2",
"@material/react-ripple": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/notched-outline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-notched-outline",
"version": "0.4.1",
"version": "0.5.0",
"description": "Material Componens React Notched Outline",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-ripple",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Ripple",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-select",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Select",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -15,9 +15,9 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-floating-label": "^0.4.1",
"@material/react-line-ripple": "^0.4.1",
"@material/react-notched-outline": "^0.4.1",
"@material/react-floating-label": "^0.5.0",
"@material/react-line-ripple": "^0.5.0",
"@material/react-notched-outline": "^0.5.0",
"@material/select": "^0.39.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-switch",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Switch",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-ripple": "^0.4.0",
"@material/react-ripple": "^0.5.0",
"@material/ripple": "^0.39.0",
"@material/switch": "^0.39.0",
"classnames": "^2.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/tab-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-tab-bar",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Tab Bar",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-tab-scroller": "^0.0.0",
"@material/react-tab-scroller": "^0.5.0",
"@material/tab-bar": "^0.39.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tab-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-tab-indicator",
"version": "0.4.1",
"version": "0.5.0",
"description": "Material Components React Tab Indicator",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tab-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-tab-scroller",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Tab Scroller",
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/tab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-tab",
"version": "0.0.0",
"version": "0.5.0",
"description": "Material Components React Tab",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-ripple": "^0.4.2",
"@material/react-tab-indicator": "^0.4.1",
"@material/react-ripple": "^0.5.0",
"@material/react-tab-indicator": "^0.5.0",
"@material/tab": "^0.39.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/text-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-text-field",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Text Field",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-floating-label": "^0.4.1",
"@material/react-line-ripple": "^0.4.1",
"@material/react-notched-outline": "^0.4.1",
"@material/react-floating-label": "^0.5.0",
"@material/react-line-ripple": "^0.5.0",
"@material/react-notched-outline": "^0.5.0",
"@material/textfield": "^0.39.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/top-app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/react-top-app-bar",
"version": "0.4.2",
"version": "0.5.0",
"description": "Material Components React Top App Bar",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit d369b75

Please sign in to comment.