Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed May 29, 2018
1 parent 2b9b216 commit 2f13286
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 69 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.35.2",
"version": "0.36.0-0",
"commands": {
"publish": {
"ignore": [
Expand Down
38 changes: 19 additions & 19 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.35.2",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,40 +16,40 @@
"@material/animation": "^0.34.0",
"@material/auto-init": "^0.35.0",
"@material/base": "^0.35.0",
"@material/button": "^0.35.0",
"@material/card": "^0.35.0",
"@material/checkbox": "^0.35.0",
"@material/chips": "^0.35.1",
"@material/dialog": "^0.35.2",
"@material/button": "^0.36.0-0",
"@material/card": "^0.36.0-0",
"@material/checkbox": "^0.36.0-0",
"@material/chips": "^0.36.0-0",
"@material/dialog": "^0.36.0-0",
"@material/drawer": "^0.35.0",
"@material/elevation": "^0.35.0",
"@material/fab": "^0.35.0",
"@material/fab": "^0.36.0-0",
"@material/floating-label": "^0.35.2",
"@material/form-field": "^0.35.0",
"@material/form-field": "^0.36.0-0",
"@material/grid-list": "^0.35.0",
"@material/icon-button": "^0.0.0",
"@material/icon-toggle": "^0.35.0",
"@material/icon-button": "^0.36.0-0",
"@material/icon-toggle": "^0.36.0-0",
"@material/image-list": "^0.35.0",
"@material/layout-grid": "^0.34.0",
"@material/line-ripple": "^0.35.0",
"@material/linear-progress": "^0.35.0",
"@material/list": "^0.35.0",
"@material/list": "^0.36.0-0",
"@material/menu": "^0.35.0",
"@material/notched-outline": "^0.35.0",
"@material/radio": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/radio": "^0.36.0-0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/select": "^0.35.2",
"@material/selection-control": "^0.35.0",
"@material/select": "^0.36.0-0",
"@material/selection-control": "^0.36.0-0",
"@material/shape": "^0.35.0",
"@material/slider": "^0.35.0",
"@material/snackbar": "^0.35.0",
"@material/switch": "^0.35.2",
"@material/tabs": "^0.35.0",
"@material/textfield": "^0.35.2",
"@material/tabs": "^0.36.0-0",
"@material/textfield": "^0.36.0-0",
"@material/theme": "^0.35.0",
"@material/toolbar": "^0.35.0",
"@material/top-app-bar": "^0.35.2",
"@material/toolbar": "^0.36.0-0",
"@material/top-app-bar": "^0.36.0-0",
"@material/typography": "^0.35.0"
}
}
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.35.0",
"version": "0.36.0-0",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@material/elevation": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.0"
Expand Down
8 changes: 4 additions & 4 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.35.0",
"version": "0.36.0-0",
"description": "The Material Components for the web card component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@material/elevation": "^0.35.0",
"@material/theme": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/rtl": "^0.35.0"
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/theme": "^0.35.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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,9 +16,9 @@
"dependencies": {
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/selection-control": "^0.35.0",
"@material/selection-control": "^0.36.0-0",
"@material/theme": "^0.35.0"
}
}
6 changes: 3 additions & 3 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.35.1",
"version": "0.36.0-0",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/checkbox": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/checkbox": "^0.36.0-0",
"@material/ripple": "^0.36.0-0",
"@material/typography": "^0.35.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.35.2",
"version": "0.36.0-0",
"description": "The Material Components Web dialog component",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/elevation": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.0",
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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/animation": "^0.34.0",
"@material/elevation": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/theme": "^0.35.0"
}
}
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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/base": "^0.35.0",
"@material/rtl": "^0.35.0",
"@material/selection-control": "^0.35.0",
"@material/selection-control": "^0.36.0-0",
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/icon-button",
"description": "The Material Components for the web icon button component",
"version": "0.0.0",
"version": "0.36.0-0",
"license": "Apache 2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/theme": "^0.35.0"
},
"publishConfig": {
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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/theme": "^0.35.0"
}
}
8 changes: 4 additions & 4 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.35.0",
"version": "0.36.0-0",
"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/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/typography": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/theme": "^0.35.0"
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/selection-control": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/selection-control": "^0.36.0-0",
"@material/theme": "^0.35.0"
}
}
6 changes: 3 additions & 3 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.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^0.34.0",
"@material/base": "^0.35.0",
"@material/theme": "^0.35.0",
"@material/animation": "^0.34.0"
"@material/theme": "^0.35.0"
}
}
4 changes: 2 additions & 2 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.35.2",
"version": "0.36.0-0",
"license": "Apache-2.0",
"keywords": [
"material components",
Expand All @@ -19,7 +19,7 @@
"@material/base": "^0.35.0",
"@material/floating-label": "^0.35.2",
"@material/line-ripple": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.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.35.0",
"version": "0.36.0-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.35.0"
"@material/ripple": "^0.36.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-tab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/tab",
"description": "The Material Components for the web tab component",
"version": "0.35.0",
"version": "0.36.0-0",
"license": "Apache-2.0",
"private": true,
"keywords": [
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.30.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.35.0"
Expand Down
10 changes: 5 additions & 5 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.35.0",
"version": "0.36.0-0",
"description": "The Material Components for the web tabs component",
"license": "Apache-2.0",
"repository": {
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@material/base": "^0.35.0",
"@material/ripple": "^0.35.0",
"@material/animation": "^0.34.0",
"@material/typography": "^0.35.0",
"@material/base": "^0.35.0",
"@material/ripple": "^0.36.0-0",
"@material/rtl": "^0.35.0",
"@material/theme": "^0.35.0"
"@material/theme": "^0.35.0",
"@material/typography": "^0.35.0"
}
}
Loading

0 comments on commit 2f13286

Please sign in to comment.