Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Aug 27, 2019
1 parent d6b4da7 commit c8c5d01
Show file tree
Hide file tree
Showing 27 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
]
}
},
"version": "0.6.0"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-base",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-button",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-button.js",
"repository": {
Expand All @@ -15,9 +15,9 @@
"license": "Apache-2.0",
"dependencies": {
"@material/button": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-ripple": "^0.6.0"
"@material/mwc-base": "^0.7.0",
"@material/mwc-icon": "^0.7.0",
"@material/mwc-ripple": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-checkbox",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-checkbox.js",
"repository": {
Expand All @@ -15,8 +15,8 @@
"license": "Apache-2.0",
"dependencies": {
"@material/checkbox": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-ripple": "^0.6.0"
"@material/mwc-base": "^0.7.0",
"@material/mwc-ripple": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-drawer",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-drawer.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"@material/drawer": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"blocking-elements": "^0.1.0",
"wicg-inert": "^2.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-fab",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-fab.js",
"repository": {
Expand All @@ -15,9 +15,9 @@
"license": "Apache-2.0",
"dependencies": {
"@material/fab": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-ripple": "^0.6.0"
"@material/mwc-base": "^0.7.0",
"@material/mwc-icon": "^0.7.0",
"@material/mwc-ripple": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-floating-label",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-floating-label-directive.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-formfield",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-formfield.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"@material/form-field": "^3.0.0",
"@material/mwc-base": "^0.6.0"
"@material/mwc-base": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/icon-button-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-icon-button-toggle",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-icon-button-toggle.js",
"repository": {
Expand All @@ -15,10 +15,10 @@
"license": "Apache-2.0",
"dependencies": {
"@material/icon-button": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-icon-button": "^0.6.0",
"@material/mwc-ripple": "^0.6.0"
"@material/mwc-base": "^0.7.0",
"@material/mwc-icon": "^0.7.0",
"@material/mwc-icon-button": "^0.7.0",
"@material/mwc-ripple": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-icon-button",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-icon-button.js",
"repository": {
Expand All @@ -15,9 +15,9 @@
"license": "Apache-2.0",
"dependencies": {
"@material/icon-button": "^3.0.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-ripple": "^0.6.0"
"@material/mwc-base": "^0.7.0",
"@material/mwc-icon": "^0.7.0",
"@material/mwc-ripple": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-icon",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-icon.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0"
"@material/mwc-base": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/line-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-line-ripple",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-line-ripple-directive.js",
"repository": {
Expand All @@ -17,4 +17,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/linear-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-linear-progress",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-linear-progress.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"@material/linear-progress": "^3.0.0",
"@material/mwc-base": "^0.6.0"
"@material/mwc-base": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/notched-outline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-notched-outline",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-notched-outline.js",
"repository": {
Expand All @@ -14,10 +14,10 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.7.0",
"@material/notched-outline": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/mwc-base": "^0.6.0"
"@material/theme": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-radio",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-radio.js",
"repository": {
Expand All @@ -14,8 +14,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-ripple": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/mwc-ripple": "^0.7.0",
"@material/radio": "^3.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-ripple",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-ripple.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"@material/dom": "^3.1.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/ripple": "^3.0.0",
"lit-html": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-slider",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-slider.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/slider": "^3.0.0",
"lit-html": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-snackbar",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-snackbar.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/snackbar": "^3.0.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-switch",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-switch.js",
"repository": {
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-ripple": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/mwc-ripple": "^0.7.0",
"@material/switch": "^3.0.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tab-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-tab-bar",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-tab-bar.js",
"repository": {
Expand All @@ -15,9 +15,9 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-tab": "^0.6.0",
"@material/mwc-tab-scroller": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/mwc-tab": "^0.7.0",
"@material/mwc-tab-scroller": "^0.7.0",
"@material/tab-bar": "^3.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tab-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-tab-indicator",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-tab-indicator.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/tab-indicator": "^3.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tab-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-tab-scroller",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-tab-scroller.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"@material/dom": "^3.1.0",
"@material/mwc-base": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/tab-scroller": "^3.0.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/tab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/mwc-tab",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "mwc-tab.js",
"repository": {
Expand All @@ -15,10 +15,10 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-ripple": "^0.6.0",
"@material/mwc-tab-indicator": "^0.6.0",
"@material/mwc-base": "^0.7.0",
"@material/mwc-icon": "^0.7.0",
"@material/mwc-ripple": "^0.7.0",
"@material/mwc-tab-indicator": "^0.7.0",
"@material/tab": "^3.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c8c5d01

Please sign in to comment.