Skip to content

Commit 8a3f2a6

Browse files
author
Elliott Marquez
committed
chore: get ready for release and fix deps
1 parent 5b9b4d6 commit 8a3f2a6

File tree

31 files changed

+102
-100
lines changed

31 files changed

+102
-100
lines changed

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.15.0",
3+
"version": "0.16.1",
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.15.0",
3+
"version": "0.16.1",
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.15.0",
20-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/mwc-icon": "^0.16.1",
20+
"@material/mwc-ripple": "^0.16.1",
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.15.0",
3+
"version": "0.16.1",
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.15.0",
20-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/mwc-base": "^0.16.1",
20+
"@material/mwc-ripple": "^0.16.1",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"

packages/dialog/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-dialog",
3-
"version": "0.15.0",
3+
"version": "0.16.1",
44
"description": "Material Design dialog web component",
55
"keywords": [
66
"material design",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@material/dialog": "=8.0.0-canary.610c26c4a.0",
2020
"@material/dom": "=8.0.0-canary.610c26c4a.0",
21-
"@material/mwc-base": "^0.15.0",
21+
"@material/mwc-base": "^0.16.1",
2222
"blocking-elements": "^0.1.0",
2323
"lit-element": "^2.3.0",
2424
"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.15.0",
3+
"version": "0.16.1",
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.610c26c4a.0",
20-
"@material/mwc-base": "^0.15.0",
20+
"@material/mwc-base": "^0.16.1",
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.15.0",
3+
"version": "0.16.1",
44
"description": "Material design floating action button component",
55
"keywords": [
66
"material design",
@@ -16,16 +16,16 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/mwc-ripple": "^0.16.1",
2020
"lit-element": "^2.3.0",
2121
"lit-html": "^1.1.2",
2222
"tslib": "^1.10.0"
2323
},
2424
"devDependencies": {
2525
"@material/animation": "=8.0.0-canary.610c26c4a.0",
2626
"@material/fab": "=8.0.0-canary.610c26c4a.0",
27-
"@material/mwc-base": "^0.15.0",
28-
"@material/mwc-icon": "^0.15.0",
27+
"@material/mwc-base": "^0.16.1",
28+
"@material/mwc-icon": "^0.16.1",
2929
"@material/ripple": "=8.0.0-canary.610c26c4a.0",
3030
"@material/rtl": "=8.0.0-canary.610c26c4a.0"
3131
},

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.15.0",
3+
"version": "0.16.1",
44
"description": "Material Design floating label web component",
55
"keywords": [
66
"material design",

packages/formfield/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-formfield",
3-
"version": "0.15.0",
3+
"version": "0.16.1",
44
"description": "Material Design formfield web component",
55
"keywords": [
66
"material design",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@material/form-field": "=8.0.0-canary.610c26c4a.0",
20-
"@material/mwc-base": "^0.15.0",
20+
"@material/mwc-base": "^0.16.1",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"

packages/icon-button-toggle/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/mwc-icon-button-toggle",
3-
"version": "0.15.0",
3+
"version": "0.16.1",
44
"description": "Material Design icon button toggle",
55
"keywords": [
66
"material design",
@@ -16,10 +16,10 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/icon-button": "=7.0.0-canary.b9776b1d0.0",
20-
"@material/mwc-base": "^0.15.0",
21-
"@material/mwc-icon-button": "^0.15.0",
22-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/icon-button": "=8.0.0-canary.610c26c4a.0",
20+
"@material/mwc-base": "^0.16.1",
21+
"@material/mwc-icon-button": "^0.16.1",
22+
"@material/mwc-ripple": "^0.16.1",
2323
"lit-element": "^2.3.0",
2424
"tslib": "^1.10.0"
2525
},

packages/icon-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-icon-button",
3-
"version": "0.15.0",
3+
"version": "0.16.1",
44
"description": "Material Design icon button web component",
55
"keywords": [
66
"material design",
@@ -16,14 +16,14 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/mwc-ripple": "^0.16.1",
2020
"lit-element": "^2.3.0",
2121
"tslib": "^1.10.0"
2222
},
2323
"devDependencies": {
2424
"@material/feature-targeting": "=8.0.0-canary.610c26c4a.0",
2525
"@material/icon-button": "=8.0.0-canary.610c26c4a.0",
26-
"@material/mwc-icon": "^0.15.0",
26+
"@material/mwc-icon": "^0.16.1",
2727
"@material/ripple": "=8.0.0-canary.610c26c4a.0",
2828
"@material/theme": "=8.0.0-canary.610c26c4a.0"
2929
},

0 commit comments

Comments
 (0)