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
(cherry picked from commit 183b0a6)
  • Loading branch information
Kenneth G. Franqueiro committed Mar 26, 2019
1 parent 9d88611 commit 1397376
Show file tree
Hide file tree
Showing 37 changed files with 159 additions and 159 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": "1.0.1",
"version": "1.1.0",
"commands": {
"publish": {
"ignore": [
Expand Down
70 changes: 35 additions & 35 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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -19,44 +19,44 @@
"@material/animation": "^1.0.0",
"@material/auto-init": "^1.0.0",
"@material/base": "^1.0.0",
"@material/button": "^1.0.1",
"@material/card": "^1.0.1",
"@material/checkbox": "^1.0.1",
"@material/chips": "^1.0.1",
"@material/dialog": "^1.0.1",
"@material/dom": "^1.0.1",
"@material/drawer": "^1.0.1",
"@material/elevation": "^1.0.0",
"@material/fab": "^1.0.1",
"@material/button": "^1.1.0",
"@material/card": "^1.1.0",
"@material/checkbox": "^1.1.0",
"@material/chips": "^1.1.0",
"@material/dialog": "^1.1.0",
"@material/dom": "^1.1.0",
"@material/drawer": "^1.1.0",
"@material/elevation": "^1.1.0",
"@material/fab": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/floating-label": "^1.0.0",
"@material/form-field": "^1.0.1",
"@material/grid-list": "^1.0.1",
"@material/icon-button": "^1.0.1",
"@material/image-list": "^1.0.0",
"@material/floating-label": "^1.1.0",
"@material/form-field": "^1.1.0",
"@material/grid-list": "^1.1.0",
"@material/icon-button": "^1.1.0",
"@material/image-list": "^1.1.0",
"@material/layout-grid": "^0.41.0",
"@material/line-ripple": "^1.0.0",
"@material/linear-progress": "^1.0.0",
"@material/list": "^1.0.1",
"@material/menu": "^1.0.1",
"@material/menu-surface": "^1.0.1",
"@material/notched-outline": "^1.0.0",
"@material/radio": "^1.0.1",
"@material/ripple": "^1.0.1",
"@material/line-ripple": "^1.1.0",
"@material/linear-progress": "^1.1.0",
"@material/list": "^1.1.0",
"@material/menu": "^1.1.0",
"@material/menu-surface": "^1.1.0",
"@material/notched-outline": "^1.1.0",
"@material/radio": "^1.1.0",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/select": "^1.0.1",
"@material/select": "^1.1.0",
"@material/shape": "^1.0.0",
"@material/slider": "^1.0.0",
"@material/snackbar": "^1.0.1",
"@material/switch": "^1.0.1",
"@material/tab": "^1.0.1",
"@material/tab-bar": "^1.0.1",
"@material/tab-indicator": "^1.0.0",
"@material/tab-scroller": "^1.0.1",
"@material/textfield": "^1.0.1",
"@material/theme": "^1.0.0",
"@material/toolbar": "^1.0.1",
"@material/top-app-bar": "^1.0.1",
"@material/slider": "^1.1.0",
"@material/snackbar": "^1.1.0",
"@material/switch": "^1.1.0",
"@material/tab": "^1.1.0",
"@material/tab-bar": "^1.1.0",
"@material/tab-indicator": "^1.1.0",
"@material/tab-scroller": "^1.1.0",
"@material/textfield": "^1.1.0",
"@material/theme": "^1.1.0",
"@material/toolbar": "^1.1.0",
"@material/top-app-bar": "^1.1.0",
"@material/typography": "^1.0.0"
}
}
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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -13,12 +13,12 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/elevation": "^1.0.0",
"@material/elevation": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0"
}
}
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": "1.0.1",
"version": "1.1.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
Expand All @@ -13,11 +13,11 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/elevation": "^1.0.0",
"@material/elevation": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0"
"@material/theme": "^1.1.0"
}
}
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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -19,11 +19,11 @@
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/dom": "^1.0.1",
"@material/dom": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"tslib": "^1.9.3"
}
}
10 changes: 5 additions & 5 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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -22,11 +22,11 @@
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/checkbox": "^1.0.1",
"@material/elevation": "^1.0.0",
"@material/ripple": "^1.0.1",
"@material/checkbox": "^1.1.0",
"@material/elevation": "^1.1.0",
"@material/ripple": "^1.1.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"tslib": "^1.9.3"
}
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": "1.0.1",
"version": "1.1.0",
"description": "The Material Components Web dialog component",
"license": "MIT",
"keywords": [
Expand All @@ -20,13 +20,13 @@
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/dom": "^1.0.1",
"@material/elevation": "^1.0.0",
"@material/dom": "^1.1.0",
"@material/elevation": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"tslib": "^1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/dom",
"description": "DOM manipulation utilities for Material Components for the web",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/mdc.dom.js",
"module": "index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/mdc-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/drawer",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Material Components Web drawer component",
"license": "MIT",
"keywords": [
Expand All @@ -20,12 +20,12 @@
"dependencies": {
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/elevation": "^1.0.0",
"@material/list": "^1.0.1",
"@material/ripple": "^1.0.1",
"@material/elevation": "^1.1.0",
"@material/list": "^1.1.0",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"tslib": "^1.9.3"
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": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,6 +15,6 @@
"dependencies": {
"@material/animation": "^1.0.0",
"@material/feature-targeting": "^0.44.1",
"@material/theme": "^1.0.0"
"@material/theme": "^1.1.0"
}
}
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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,12 +15,12 @@
},
"dependencies": {
"@material/animation": "^1.0.0",
"@material/elevation": "^1.0.0",
"@material/elevation": "^1.1.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions 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": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -24,7 +24,7 @@
"@material/animation": "^1.0.0",
"@material/base": "^1.0.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"tslib": "^1.9.3"
}
Expand Down
6 changes: 3 additions & 3 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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@material/base": "^1.0.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/ripple": "^1.1.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"tslib": "^1.9.3"
}
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": "1.0.1",
"version": "1.1.0",
"description": "The Material Components for the web grid list component",
"license": "MIT",
"main": "dist/mdc.gridList.js",
Expand All @@ -20,7 +20,7 @@
"@material/base": "^1.0.0",
"@material/feature-targeting": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"tslib": "^1.9.3"
},
Expand Down
6 changes: 3 additions & 3 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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/mdc.iconButton.js",
"module": "index.js",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@material/base": "^1.0.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.1",
"@material/theme": "^1.0.0",
"@material/ripple": "^1.1.0",
"@material/theme": "^1.1.0",
"tslib": "^1.9.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-image-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/image-list",
"version": "1.0.0",
"version": "1.1.0",
"description": "The Material Components for the web image list component",
"license": "MIT",
"repository": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@material/feature-targeting": "^0.44.1",
"@material/shape": "^1.0.0",
"@material/theme": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1397376

Please sign in to comment.