Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier committed May 30, 2017
1 parent ae4e87f commit 403340e
Show file tree
Hide file tree
Showing 24 changed files with 96 additions and 96 deletions.
48 changes: 24 additions & 24 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.11.1",
"version": "0.12.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -13,32 +13,32 @@
"url": "https://github.com/material-components/material-components-web"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/animation": "^0.2.3",
"@material/auto-init": "^0.1.2",
"@material/base": "^0.1.3",
"@material/button": "^0.3.6",
"@material/card": "^0.2.1",
"@material/checkbox": "^0.3.4",
"@material/dialog": "^0.2.4",
"@material/drawer": "^0.4.2",
"@material/elevation": "^0.1.7",
"@material/fab": "^0.3.8",
"@material/form-field": "^0.2.5",
"@material/grid-list": "^0.2.2",
"@material/icon-toggle": "^0.1.11",
"@material/base": "^0.2.0",
"@material/button": "^0.3.7",
"@material/card": "^0.2.2",
"@material/checkbox": "^0.3.5",
"@material/dialog": "^0.3.0",
"@material/drawer": "^0.4.3",
"@material/elevation": "^0.1.8",
"@material/fab": "^0.3.9",
"@material/form-field": "^0.2.6",
"@material/grid-list": "^0.2.3",
"@material/icon-toggle": "^0.1.12",
"@material/layout-grid": "^0.1.2",
"@material/linear-progress": "^0.0.0",
"@material/list": "^0.2.8",
"@material/menu": "^0.2.6",
"@material/radio": "^0.2.4",
"@material/ripple": "^0.6.1",
"@material/select": "^0.3.6",
"@material/snackbar": "^0.1.11",
"@material/switch": "^0.1.7",
"@material/tabs": "^0.1.1",
"@material/textfield": "^0.2.9",
"@material/linear-progress": "^0.1.0",
"@material/list": "^0.2.9",
"@material/menu": "^0.2.7",
"@material/radio": "^0.2.5",
"@material/ripple": "^0.6.2",
"@material/select": "^0.3.7",
"@material/snackbar": "^0.2.0",
"@material/switch": "^0.1.8",
"@material/tabs": "^0.2.0",
"@material/textfield": "^0.2.10",
"@material/theme": "^0.1.5",
"@material/toolbar": "^0.3.2",
"@material/toolbar": "^0.3.3",
"@material/typography": "^0.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
"version": "0.2.2",
"version": "0.2.3",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/base",
"description": "The set of base classes for Material Components for the web",
"version": "0.1.3",
"version": "0.2.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 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.3.6",
"version": "0.3.7",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -13,9 +13,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/elevation": "^0.1.7",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/elevation": "^0.1.8",
"@material/ripple": "^0.6.2",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2"
}
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.2.1",
"version": "0.2.2",
"description": "The Material Components for the web card component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/elevation": "^0.1.7",
"@material/elevation": "^0.1.8",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2",
"@material/rtl": "^0.1.4"
Expand Down
8 changes: 4 additions & 4 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.3.4",
"version": "0.3.5",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/ripple": "^0.6.2",
"@material/rtl": "^0.1.4",
"@material/theme": "^0.1.5"
}
Expand Down
10 changes: 5 additions & 5 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.2.4",
"version": "0.3.0",
"description": "The Material Components Web dialog component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,10 +15,10 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/elevation": "^0.1.7",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/elevation": "^0.1.8",
"@material/ripple": "^0.6.2",
"@material/rtl": "^0.1.4",
"@material/theme": "^0.1.5",
"@material/typography": "^0.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/mdc-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/drawer",
"version": "0.4.2",
"version": "0.4.3",
"description": "The Material Components Web drawer component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,9 +15,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/elevation": "^0.1.7",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/elevation": "^0.1.8",
"@material/rtl": "^0.1.4",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-elevation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/elevation",
"description": "Material Components for the web mixins + CSS Classes for Material Design elevation",
"version": "0.1.7",
"version": "0.1.8",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,6 +14,6 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2"
"@material/animation": "^0.2.3"
}
}
8 changes: 4 additions & 4 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.3.8",
"version": "0.3.9",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/elevation": "^0.1.7",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/elevation": "^0.1.8",
"@material/ripple": "^0.6.2",
"@material/theme": "^0.1.5"
}
}
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.2.5",
"version": "0.2.6",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/base": "^0.1.3",
"@material/base": "^0.2.0",
"@material/rtl": "^0.1.4",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-grid-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/grid-list",
"version": "0.2.2",
"version": "0.2.3",
"description": "The Material Components for the web grid list component",
"license": "Apache-2.0",
"repository": {
Expand All @@ -13,7 +13,7 @@
"grid list"
],
"dependencies": {
"@material/base": "^0.1.3",
"@material/base": "^0.2.0",
"@material/rtl": "^0.1.4",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2"
Expand Down
8 changes: 4 additions & 4 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.1.11",
"version": "0.1.12",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/ripple": "^0.6.2",
"@material/theme": "^0.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/mdc-linear-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/linear-progress",
"description": "The Material Components for the web linear progress indicator component",
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/theme": "^0.1.5"
},
"publishConfig": {
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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@material/rtl": "^0.1.4",
"@material/typography": "^0.2.2",
"@material/ripple": "^0.6.1",
"@material/ripple": "^0.6.2",
"@material/theme": "^0.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/mdc-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/menu",
"version": "0.2.6",
"version": "0.2.7",
"description": "The Material Components for the web menu component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/elevation": "^0.1.7",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/elevation": "^0.1.8",
"@material/theme": "^0.1.5",
"@material/typography": "^0.2.2"
}
Expand Down
8 changes: 4 additions & 4 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.2.4",
"version": "0.2.5",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.2.2",
"@material/base": "^0.1.3",
"@material/ripple": "^0.6.1",
"@material/animation": "^0.2.3",
"@material/base": "^0.2.0",
"@material/ripple": "^0.6.2",
"@material/theme": "^0.1.5"
}
}
4 changes: 2 additions & 2 deletions 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.6.1",
"version": "0.6.2",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/base": "^0.1.3",
"@material/base": "^0.2.0",
"@material/theme": "^0.1.5"
}
}
Loading

0 comments on commit 403340e

Please sign in to comment.