Skip to content

Commit f643676

Browse files
author
Elliott Marquez
committed
v0.18.0
1 parent 852a5d4 commit f643676

File tree

33 files changed

+98
-98
lines changed

33 files changed

+98
-98
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
]
1212
}
1313
},
14-
"version": "0.17.2"
14+
"version": "0.18.0"
1515
}

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-base",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "",
55
"main": "base-element.js",
66
"module": "base-element.js",

packages/button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-button",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design button web component",
55
"keywords": [
66
"material design",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-icon": "^0.17.2",
20-
"@material/mwc-ripple": "^0.17.2",
19+
"@material/mwc-icon": "^0.18.0",
20+
"@material/mwc-ripple": "^0.18.0",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"

packages/checkbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-checkbox",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design checkbox web component",
55
"keywords": [
66
"material design",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-base": "^0.17.2",
20-
"@material/mwc-ripple": "^0.17.2",
19+
"@material/mwc-base": "^0.18.0",
20+
"@material/mwc-ripple": "^0.18.0",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"

packages/circular-progress-four-color/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-circular-progress-four-color",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design circular progress web component",
55
"keywords": [
66
"material design",
@@ -17,8 +17,8 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@material/circular-progress": "=8.0.0-canary.096a7a066.0",
20-
"@material/mwc-base": "^0.17.2",
21-
"@material/mwc-circular-progress": "^0.17.2",
20+
"@material/mwc-base": "^0.18.0",
21+
"@material/mwc-circular-progress": "^0.18.0",
2222
"@material/theme": "=8.0.0-canary.096a7a066.0",
2323
"lit-element": "^2.3.0",
2424
"tslib": "^1.10.0"

packages/circular-progress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-circular-progress",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design circular progress web component",
55
"keywords": [
66
"material design",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@material/circular-progress": "=8.0.0-canary.096a7a066.0",
20-
"@material/mwc-base": "^0.17.2",
20+
"@material/mwc-base": "^0.18.0",
2121
"@material/theme": "=8.0.0-canary.096a7a066.0",
2222
"lit-element": "^2.3.0",
2323
"lit-html": "^1.1.2",

packages/dialog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-dialog",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design dialog web component",
55
"keywords": [
66
"material design",
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@material/dialog": "=8.0.0-canary.096a7a066.0",
2020
"@material/dom": "=8.0.0-canary.096a7a066.0",
21-
"@material/mwc-base": "^0.17.2",
22-
"@material/mwc-button": "^0.17.2",
21+
"@material/mwc-base": "^0.18.0",
22+
"@material/mwc-button": "^0.18.0",
2323
"blocking-elements": "^0.1.0",
2424
"lit-element": "^2.3.0",
2525
"lit-html": "^1.1.2",

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-drawer",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design drawer web component",
55
"keywords": [
66
"material design",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@material/drawer": "=8.0.0-canary.096a7a066.0",
20-
"@material/mwc-base": "^0.17.2",
20+
"@material/mwc-base": "^0.18.0",
2121
"blocking-elements": "^0.1.0",
2222
"lit-element": "^2.3.0",
2323
"lit-html": "^1.1.2",

packages/fab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-fab",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material design floating action button component",
55
"keywords": [
66
"material design",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-ripple": "^0.17.2",
19+
"@material/mwc-ripple": "^0.18.0",
2020
"lit-element": "^2.3.0",
2121
"lit-html": "^1.1.2",
2222
"tslib": "^1.10.0"
@@ -25,8 +25,8 @@
2525
"@material/animation": "=8.0.0-canary.096a7a066.0",
2626
"@material/elevation": "=8.0.0-canary.096a7a066.0",
2727
"@material/fab": "=8.0.0-canary.096a7a066.0",
28-
"@material/mwc-base": "^0.17.2",
29-
"@material/mwc-icon": "^0.17.2",
28+
"@material/mwc-base": "^0.18.0",
29+
"@material/mwc-icon": "^0.18.0",
3030
"@material/ripple": "=8.0.0-canary.096a7a066.0",
3131
"@material/rtl": "=8.0.0-canary.096a7a066.0",
3232
"@material/shape": "=8.0.0-canary.096a7a066.0",

packages/floating-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-floating-label",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Material Design floating label web component",
55
"keywords": [
66
"material design",

0 commit comments

Comments
 (0)