Skip to content

Commit 0afbfef

Browse files
Merge pull request #1488 from material-components:manually-bump-deps
PiperOrigin-RevId: 319277419
2 parents f7e3760 + 04456a4 commit 0afbfef

File tree

33 files changed

+184
-180
lines changed

33 files changed

+184
-180
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
7+
<!-- ## Unreleased -->
8+
9+
## [v0.17.0] - 2020-01-01
810

911
### Changed
1012

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.16.1"
14+
"version": "0.17.0"
1515
}

packages/base/package.json

Lines changed: 7 additions & 7 deletions
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.17.0",
44
"description": "",
55
"main": "base-element.js",
66
"module": "base-element.js",
@@ -11,16 +11,16 @@
1111
},
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@material/base": "=8.0.0-canary.c678a9d34.0",
15-
"@material/dom": "=8.0.0-canary.c678a9d34.0",
14+
"@material/base": "=8.0.0-canary.610c26c4a.0",
15+
"@material/dom": "=8.0.0-canary.610c26c4a.0",
1616
"lit-element": "^2.3.0",
1717
"tslib": "^1.10.0"
1818
},
1919
"devDependencies": {
20-
"@material/elevation": "=8.0.0-canary.c678a9d34.0",
21-
"@material/feature-targeting": "=8.0.0-canary.c678a9d34.0",
22-
"@material/ripple": "=8.0.0-canary.c678a9d34.0",
23-
"@material/theme": "=8.0.0-canary.c678a9d34.0"
20+
"@material/elevation": "=8.0.0-canary.610c26c4a.0",
21+
"@material/feature-targeting": "=8.0.0-canary.610c26c4a.0",
22+
"@material/ripple": "=8.0.0-canary.610c26c4a.0",
23+
"@material/theme": "=8.0.0-canary.610c26c4a.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/button/package.json

Lines changed: 6 additions & 6 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.17.0",
44
"description": "Material Design button web component",
55
"keywords": [
66
"material design",
@@ -16,16 +16,16 @@
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.17.0",
20+
"@material/mwc-ripple": "^0.17.0",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"
2424
},
2525
"devDependencies": {
26-
"@material/button": "=8.0.0-canary.c678a9d34.0",
27-
"@material/feature-targeting": "=8.0.0-canary.c678a9d34.0",
28-
"@material/theme": "=8.0.0-canary.c678a9d34.0"
26+
"@material/button": "=8.0.0-canary.610c26c4a.0",
27+
"@material/feature-targeting": "=8.0.0-canary.610c26c4a.0",
28+
"@material/theme": "=8.0.0-canary.610c26c4a.0"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/checkbox/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-checkbox",
3-
"version": "0.15.0",
3+
"version": "0.17.0",
44
"description": "Material Design checkbox web component",
55
"keywords": [
66
"material design",
@@ -16,15 +16,15 @@
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.17.0",
20+
"@material/mwc-ripple": "^0.17.0",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"
2424
},
2525
"devDependencies": {
26-
"@material/checkbox": "=8.0.0-canary.c678a9d34.0",
27-
"@material/theme": "=8.0.0-canary.c678a9d34.0"
26+
"@material/checkbox": "=8.0.0-canary.610c26c4a.0",
27+
"@material/theme": "=8.0.0-canary.610c26c4a.0"
2828
},
2929
"publishConfig": {
3030
"access": "public"

packages/dialog/package.json

Lines changed: 8 additions & 8 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.17.0",
44
"description": "Material Design dialog web component",
55
"keywords": [
66
"material design",
@@ -16,20 +16,20 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/dialog": "=8.0.0-canary.c678a9d34.0",
20-
"@material/dom": "=8.0.0-canary.c678a9d34.0",
21-
"@material/mwc-base": "^0.15.0",
19+
"@material/dialog": "=8.0.0-canary.610c26c4a.0",
20+
"@material/dom": "=8.0.0-canary.610c26c4a.0",
21+
"@material/mwc-base": "^0.17.0",
2222
"blocking-elements": "^0.1.0",
2323
"lit-element": "^2.3.0",
2424
"lit-html": "^1.1.2",
2525
"tslib": "^1.10.0",
2626
"wicg-inert": "^3.0.0"
2727
},
2828
"devDependencies": {
29-
"@material/feature-targeting": "=8.0.0-canary.c678a9d34.0",
30-
"@material/rtl": "=8.0.0-canary.c678a9d34.0",
31-
"@material/shape": "=8.0.0-canary.c678a9d34.0",
32-
"@material/theme": "=8.0.0-canary.c678a9d34.0"
29+
"@material/feature-targeting": "=8.0.0-canary.610c26c4a.0",
30+
"@material/rtl": "=8.0.0-canary.610c26c4a.0",
31+
"@material/shape": "=8.0.0-canary.610c26c4a.0",
32+
"@material/theme": "=8.0.0-canary.610c26c4a.0"
3333
},
3434
"publishConfig": {
3535
"access": "public"

packages/drawer/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-drawer",
3-
"version": "0.15.0",
3+
"version": "0.17.0",
44
"description": "Material Design drawer web component",
55
"keywords": [
66
"material design",
@@ -16,16 +16,16 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/drawer": "=8.0.0-canary.c678a9d34.0",
20-
"@material/mwc-base": "^0.15.0",
19+
"@material/drawer": "=8.0.0-canary.610c26c4a.0",
20+
"@material/mwc-base": "^0.17.0",
2121
"blocking-elements": "^0.1.0",
2222
"lit-element": "^2.3.0",
2323
"lit-html": "^1.1.2",
2424
"tslib": "^1.10.0",
2525
"wicg-inert": "^3.0.0"
2626
},
2727
"devDependencies": {
28-
"@material/theme": "=8.0.0-canary.c678a9d34.0"
28+
"@material/theme": "=8.0.0-canary.610c26c4a.0"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/fab/package.json

Lines changed: 8 additions & 8 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.17.0",
44
"description": "Material design floating action button component",
55
"keywords": [
66
"material design",
@@ -16,18 +16,18 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/mwc-ripple": "^0.15.0",
19+
"@material/mwc-ripple": "^0.17.0",
2020
"lit-element": "^2.3.0",
2121
"lit-html": "^1.1.2",
2222
"tslib": "^1.10.0"
2323
},
2424
"devDependencies": {
25-
"@material/animation": "=8.0.0-canary.c678a9d34.0",
26-
"@material/fab": "=8.0.0-canary.c678a9d34.0",
27-
"@material/mwc-base": "^0.15.0",
28-
"@material/mwc-icon": "^0.15.0",
29-
"@material/ripple": "=8.0.0-canary.c678a9d34.0",
30-
"@material/rtl": "=8.0.0-canary.c678a9d34.0"
25+
"@material/animation": "=8.0.0-canary.610c26c4a.0",
26+
"@material/fab": "=8.0.0-canary.610c26c4a.0",
27+
"@material/mwc-base": "^0.17.0",
28+
"@material/mwc-icon": "^0.17.0",
29+
"@material/ripple": "=8.0.0-canary.610c26c4a.0",
30+
"@material/rtl": "=8.0.0-canary.610c26c4a.0"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/floating-label/package.json

Lines changed: 6 additions & 6 deletions
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.17.0",
44
"description": "Material Design floating label web component",
55
"keywords": [
66
"material design",
@@ -16,15 +16,15 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/floating-label": "=8.0.0-canary.c678a9d34.0",
19+
"@material/floating-label": "=8.0.0-canary.610c26c4a.0",
2020
"lit-html": "^1.1.2",
2121
"tslib": "^1.10.0"
2222
},
2323
"devDependencies": {
24-
"@material/animation": "=8.0.0-canary.c678a9d34.0",
25-
"@material/base": "=8.0.0-canary.c678a9d34.0",
26-
"@material/rtl": "=8.0.0-canary.c678a9d34.0",
27-
"@material/typography": "=8.0.0-canary.c678a9d34.0"
24+
"@material/animation": "=8.0.0-canary.610c26c4a.0",
25+
"@material/base": "=8.0.0-canary.610c26c4a.0",
26+
"@material/rtl": "=8.0.0-canary.610c26c4a.0",
27+
"@material/typography": "=8.0.0-canary.610c26c4a.0"
2828
},
2929
"publishConfig": {
3030
"access": "public"

packages/formfield/package.json

Lines changed: 6 additions & 6 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.17.0",
44
"description": "Material Design formfield web component",
55
"keywords": [
66
"material design",
@@ -16,16 +16,16 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@material/form-field": "=8.0.0-canary.c678a9d34.0",
20-
"@material/mwc-base": "^0.15.0",
19+
"@material/form-field": "=8.0.0-canary.610c26c4a.0",
20+
"@material/mwc-base": "^0.17.0",
2121
"lit-element": "^2.3.0",
2222
"lit-html": "^1.1.2",
2323
"tslib": "^1.10.0"
2424
},
2525
"devDependencies": {
26-
"@material/rtl": "=8.0.0-canary.c678a9d34.0",
27-
"@material/theme": "=8.0.0-canary.c678a9d34.0",
28-
"@material/typography": "=8.0.0-canary.c678a9d34.0"
26+
"@material/rtl": "=8.0.0-canary.610c26c4a.0",
27+
"@material/theme": "=8.0.0-canary.610c26c4a.0",
28+
"@material/typography": "=8.0.0-canary.610c26c4a.0"
2929
},
3030
"publishConfig": {
3131
"access": "public"

0 commit comments

Comments
 (0)