Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee committed Mar 5, 2018
1 parent 78408bb commit f478610
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.36",
"version": "0.31.0",
"version": "0.32.0",
"commands": {
"publish": {
"ignore": [
Expand Down
46 changes: 23 additions & 23 deletions packages/material-components-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,38 +14,38 @@
},
"dependencies": {
"@material/animation": "^0.25.0",
"@material/auto-init": "^0.30.0",
"@material/auto-init": "^0.32.0",
"@material/base": "^0.29.0",
"@material/button": "^0.31.0",
"@material/card": "^0.31.0",
"@material/checkbox": "^0.31.0",
"@material/chips": "^0.31.0",
"@material/dialog": "^0.31.0",
"@material/button": "^0.32.0",
"@material/card": "^0.32.0",
"@material/checkbox": "^0.32.0",
"@material/chips": "^0.32.0",
"@material/dialog": "^0.32.0",
"@material/drawer": "^0.30.0",
"@material/elevation": "^0.28.0",
"@material/fab": "^0.31.0",
"@material/floating-label": "0.0.0",
"@material/form-field": "^0.31.0",
"@material/fab": "^0.32.0",
"@material/floating-label": "^0.32.0",
"@material/form-field": "^0.32.0",
"@material/grid-list": "^0.30.0",
"@material/icon-toggle": "^0.31.0",
"@material/icon-toggle": "^0.32.0",
"@material/layout-grid": "^0.24.0",
"@material/line-ripple": "^0.30.0",
"@material/line-ripple": "^0.32.0",
"@material/linear-progress": "^0.30.0",
"@material/list": "^0.31.0",
"@material/list": "^0.32.0",
"@material/menu": "^0.31.0",
"@material/radio": "^0.31.0",
"@material/ripple": "^0.31.0",
"@material/radio": "^0.32.0",
"@material/ripple": "^0.32.0",
"@material/rtl": "^0.30.0",
"@material/select": "^0.31.0",
"@material/selection-control": "^0.31.0",
"@material/slider": "^0.30.0",
"@material/select": "^0.32.0",
"@material/selection-control": "^0.32.0",
"@material/slider": "^0.32.0",
"@material/snackbar": "^0.30.0",
"@material/switch": "^0.31.0",
"@material/tabs": "^0.31.0",
"@material/textfield": "^0.31.0",
"@material/switch": "^0.32.0",
"@material/tabs": "^0.32.0",
"@material/textfield": "^0.32.0",
"@material/theme": "^0.30.0",
"@material/toolbar": "^0.30.0",
"@material/top-app-bar": "^0.0.0",
"@material/toolbar": "^0.32.0",
"@material/top-app-bar": "^0.32.0",
"@material/typography": "^0.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-auto-init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/auto-init",
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
"version": "0.30.0",
"version": "0.32.0",
"main": "index.js",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/button",
"description": "The Material Components for the web button component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@material/elevation": "^0.28.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/card",
"version": "0.31.0",
"version": "0.32.0",
"description": "The Material Components for the web card component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@material/elevation": "^0.28.0",
"@material/theme": "^0.30.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/rtl": "^0.30.0"
}
}
6 changes: 3 additions & 3 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/ripple": "^0.31.0",
"@material/selection-control": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/selection-control": "^0.32.0",
"@material/rtl": "^0.30.0",
"@material/theme": "^0.30.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-chips/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -17,6 +17,6 @@
},
"dependencies": {
"@material/base": "^0.29.0",
"@material/ripple": "^0.31.0"
"@material/ripple": "^0.32.0"
}
}
4 changes: 2 additions & 2 deletions packages/mdc-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/dialog",
"version": "0.31.0",
"version": "0.32.0",
"description": "The Material Components Web dialog component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/elevation": "^0.28.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/rtl": "^0.30.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-fab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/fab",
"description": "The Material Components for the web floating action button component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/elevation": "^0.28.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/theme": "^0.30.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-floating-label/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/floating-label",
"description": "The Material Components for the web floating-label component",
"version": "0.0.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/form-field",
"description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/base": "^0.29.0",
"@material/rtl": "^0.30.0",
"@material/selection-control": "^0.31.0",
"@material/selection-control": "^0.32.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-icon-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/icon-toggle",
"description": "The Material Components for the web icon toggle component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/theme": "^0.30.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-line-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/line-ripple",
"description": "The Material Components for the web line-ripple component",
"version": "0.30.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/list",
"description": "The Material Components for the web list component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@material/rtl": "^0.30.0",
"@material/typography": "^0.28.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/theme": "^0.30.0"
}
}
6 changes: 3 additions & 3 deletions packages/mdc-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/radio",
"description": "The Material Components for the web radio component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/ripple": "^0.31.0",
"@material/selection-control": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/selection-control": "^0.32.0",
"@material/theme": "^0.30.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/ripple",
"description": "The Material Components for the web Ink Ripple effect for web element interactions",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand Down
6 changes: 3 additions & 3 deletions packages/mdc-select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/select",
"description": "The Material Components web select (text field drop-down) component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -17,9 +17,9 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/list": "^0.31.0",
"@material/list": "^0.32.0",
"@material/menu": "^0.31.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/rtl": "^0.30.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-selection-control/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@material/selection-control",
"description": "The set of base classes for Material selection controls",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/ripple": "^0.31.0"
"@material/ripple": "^0.32.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/slider",
"version": "0.30.0",
"version": "0.32.0",
"description": "The Material Components for the web slider component",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/switch",
"description": "The Material Components for the web switch component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/tabs",
"version": "0.31.0",
"version": "0.32.0",
"description": "The Material Components for the web tabs component",
"license": "Apache-2.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@material/base": "^0.29.0",
"@material/ripple": "^0.31.0",
"@material/ripple": "^0.32.0",
"@material/animation": "^0.25.0",
"@material/typography": "^0.28.0",
"@material/rtl": "^0.30.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/mdc-textfield/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/textfield",
"description": "The Material Components for the web text field component",
"version": "0.31.0",
"version": "0.32.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -17,9 +17,9 @@
"dependencies": {
"@material/animation": "^0.25.0",
"@material/base": "^0.29.0",
"@material/floating-label": "0.0.0",
"@material/line-ripple": "^0.30.0",
"@material/ripple": "^0.31.0",
"@material/floating-label": "^0.32.0",
"@material/line-ripple": "^0.32.0",
"@material/ripple": "^0.32.0",
"@material/rtl": "^0.30.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0"
Expand Down
Loading

0 comments on commit f478610

Please sign in to comment.