Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
(cherry picked from commit c9699fb)
  • Loading branch information
acdvorak committed Feb 19, 2019
1 parent 35c3721 commit e58313d
Show file tree
Hide file tree
Showing 37 changed files with 167 additions and 167 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.44.0",
"version": "0.44.1",
"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": "0.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -16,46 +16,46 @@
"@material/animation": "^0.41.0",
"@material/auto-init": "^0.41.0",
"@material/base": "^0.41.0",
"@material/button": "^0.44.0",
"@material/card": "^0.44.0",
"@material/checkbox": "^0.44.0",
"@material/chips": "^0.44.0",
"@material/dialog": "^0.44.0",
"@material/button": "^0.44.1",
"@material/card": "^0.44.1",
"@material/checkbox": "^0.44.1",
"@material/chips": "^0.44.1",
"@material/dialog": "^0.44.1",
"@material/dom": "^0.41.0",
"@material/drawer": "^0.44.0",
"@material/elevation": "^0.44.0",
"@material/fab": "^0.44.0",
"@material/feature-targeting": "^0.44.0",
"@material/floating-label": "^0.44.0",
"@material/form-field": "^0.44.0",
"@material/grid-list": "^0.44.0",
"@material/icon-button": "^0.44.0",
"@material/icon-toggle": "^0.44.0",
"@material/image-list": "^0.44.0",
"@material/drawer": "^0.44.1",
"@material/elevation": "^0.44.1",
"@material/fab": "^0.44.1",
"@material/feature-targeting": "^0.44.1",
"@material/floating-label": "^0.44.1",
"@material/form-field": "^0.44.1",
"@material/grid-list": "^0.44.1",
"@material/icon-button": "^0.44.1",
"@material/icon-toggle": "^0.44.1",
"@material/image-list": "^0.44.1",
"@material/layout-grid": "^0.41.0",
"@material/line-ripple": "^0.43.0",
"@material/linear-progress": "^0.43.0",
"@material/list": "^0.44.0",
"@material/menu": "^0.44.0",
"@material/menu-surface": "^0.44.0",
"@material/notched-outline": "^0.44.0",
"@material/radio": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/list": "^0.44.1",
"@material/menu": "^0.44.1",
"@material/menu-surface": "^0.44.1",
"@material/notched-outline": "^0.44.1",
"@material/radio": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/select": "^0.44.0",
"@material/selection-control": "^0.44.0",
"@material/shape": "^0.43.0",
"@material/slider": "^0.44.0",
"@material/snackbar": "^0.44.0",
"@material/switch": "^0.44.0",
"@material/tab": "^0.44.0",
"@material/tab-bar": "^0.44.0",
"@material/select": "^0.44.1",
"@material/selection-control": "^0.44.1",
"@material/shape": "^0.44.1",
"@material/slider": "^0.44.1",
"@material/snackbar": "^0.44.1",
"@material/switch": "^0.44.1",
"@material/tab": "^0.44.1",
"@material/tab-bar": "^0.44.1",
"@material/tab-indicator": "^0.43.0",
"@material/tab-scroller": "^0.44.0",
"@material/textfield": "^0.44.0",
"@material/tab-scroller": "^0.44.1",
"@material/textfield": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/toolbar": "^0.44.0",
"@material/top-app-bar": "^0.44.0",
"@material/typography": "^0.44.0"
"@material/toolbar": "^0.44.1",
"@material/top-app-bar": "^0.44.1",
"@material/typography": "^0.44.1"
}
}
12 changes: 6 additions & 6 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.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -13,12 +13,12 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/elevation": "^0.44.0",
"@material/feature-targeting": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/elevation": "^0.44.1",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/shape": "^0.43.0",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
}
}
10 changes: 5 additions & 5 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.44.0",
"version": "0.44.1",
"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": "^0.44.0",
"@material/feature-targeting": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/elevation": "^0.44.1",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/shape": "^0.43.0",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.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": "0.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,10 +17,10 @@
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/dom": "^0.41.0",
"@material/feature-targeting": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/selection-control": "^0.44.0",
"@material/selection-control": "^0.44.1",
"@material/theme": "^0.43.0"
}
}
12 changes: 6 additions & 6 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.44.0",
"version": "0.44.1",
"license": "MIT",
"main": "dist/mdc.chips.js",
"keywords": [
Expand All @@ -19,11 +19,11 @@
"dependencies": {
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/checkbox": "^0.44.0",
"@material/elevation": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/shape": "^0.43.0",
"@material/checkbox": "^0.44.1",
"@material/elevation": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
}
}
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.44.0",
"version": "0.44.1",
"description": "The Material Components Web dialog component",
"license": "MIT",
"keywords": [
Expand All @@ -18,12 +18,12 @@
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/dom": "^0.41.0",
"@material/elevation": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/elevation": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/shape": "^0.43.0",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0",
"@material/typography": "^0.44.1",
"focus-trap": "^4.0.2"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 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.44.0",
"version": "0.44.1",
"description": "The Material Components Web drawer component",
"license": "MIT",
"keywords": [
Expand All @@ -17,13 +17,13 @@
"dependencies": {
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/elevation": "^0.44.0",
"@material/list": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/elevation": "^0.44.1",
"@material/list": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/shape": "^0.43.0",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0",
"@material/typography": "^0.44.1",
"focus-trap": "^4.0.2"
}
}
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.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@material/animation": "^0.41.0",
"@material/feature-targeting": "^0.44.0",
"@material/feature-targeting": "^0.44.1",
"@material/theme": "^0.43.0"
}
}
10 changes: 5 additions & 5 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.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,11 +15,11 @@
},
"dependencies": {
"@material/animation": "^0.41.0",
"@material/elevation": "^0.44.0",
"@material/ripple": "^0.44.0",
"@material/elevation": "^0.44.1",
"@material/ripple": "^0.44.1",
"@material/rtl": "^0.42.0",
"@material/shape": "^0.43.0",
"@material/shape": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-feature-targeting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/feature-targeting",
"description": "Material Components for the web Feature Targeting Scss helpers",
"version": "0.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand Down
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": "0.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -22,6 +22,6 @@
"@material/base": "^0.41.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
}
}
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": "0.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@material/base": "^0.41.0",
"@material/rtl": "^0.42.0",
"@material/selection-control": "^0.44.0",
"@material/selection-control": "^0.44.1",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
}
}
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.44.0",
"version": "0.44.1",
"description": "The Material Components for the web grid list component",
"license": "MIT",
"main": "dist/mdc.gridList.js",
Expand All @@ -17,7 +17,7 @@
"@material/base": "^0.41.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^0.43.0",
"@material/typography": "^0.44.0"
"@material/typography": "^0.44.1"
},
"publishConfig": {
"access": "public"
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.44.0",
"version": "0.44.1",
"license": "MIT",
"main": "dist/mdc.iconButton.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@material/base": "^0.41.0",
"@material/ripple": "^0.44.0",
"@material/ripple": "^0.44.1",
"@material/theme": "^0.43.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.44.0",
"version": "0.44.1",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@material/animation": "^0.41.0",
"@material/base": "^0.41.0",
"@material/ripple": "^0.44.0",
"@material/ripple": "^0.44.1",
"@material/theme": "^0.43.0"
}
}
Loading

0 comments on commit e58313d

Please sign in to comment.