Skip to content

Commit b1c1ab5

Browse files
Merge pull request #2734 from material-components:release-0.25.1
PiperOrigin-RevId: 397902093
2 parents 6be1a13 + b1a9346 commit b1c1ab5

File tree

35 files changed

+107
-103
lines changed

35 files changed

+107
-103
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- ## Unreleased -->
88

9-
## [v0.25.0] - 2021-09-20
9+
## [v0.25.1] - 2021-09-20
1010

1111
### Changed
1212

@@ -17,7 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
explicitly includes the latest Lit 1 versions of lit-html and lit-element
1818
or deduplicate your versions of Lit 1 with your bundler
1919

20-
## [v0.25.0] - 2021-09-20
20+
## [v0.25.1] - 2021-09-20
21+
22+
npm error mid publish
23+
24+
## [v0.24.0] - 2021-09-20
2125

2226
null version. accidentally polluted tag.
2327

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.25.0"
14+
"version": "0.25.1"
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.25.0",
3+
"version": "0.25.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.25.0",
3+
"version": "0.25.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.25.0",
20-
"@material/mwc-ripple": "^0.25.0",
19+
"@material/mwc-icon": "^0.25.1",
20+
"@material/mwc-ripple": "^0.25.1",
2121
"lit-element": "^3.0.0",
2222
"lit-html": "^2.0.0",
2323
"tslib": "^2.0.1"

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.25.0",
3+
"version": "0.25.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.25.0",
20-
"@material/mwc-ripple": "^0.25.0",
19+
"@material/mwc-base": "^0.25.1",
20+
"@material/mwc-ripple": "^0.25.1",
2121
"lit-element": "^3.0.0",
2222
"lit-html": "^2.0.0",
2323
"tslib": "^2.0.1"

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.25.0",
3+
"version": "0.25.1",
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": "=13.0.0-canary.65125b3a6.0",
20-
"@material/mwc-base": "^0.25.0",
21-
"@material/mwc-circular-progress": "^0.25.0",
20+
"@material/mwc-base": "^0.25.1",
21+
"@material/mwc-circular-progress": "^0.25.1",
2222
"@material/theme": "=13.0.0-canary.65125b3a6.0",
2323
"lit-element": "^3.0.0",
2424
"tslib": "^2.0.1"

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.25.0",
3+
"version": "0.25.1",
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": "=13.0.0-canary.65125b3a6.0",
20-
"@material/mwc-base": "^0.25.0",
20+
"@material/mwc-base": "^0.25.1",
2121
"@material/theme": "=13.0.0-canary.65125b3a6.0",
2222
"lit-element": "^3.0.0",
2323
"lit-html": "^2.0.0",

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.25.0",
3+
"version": "0.25.1",
44
"description": "Material Design dialog web component",
55
"keywords": [
66
"material design",
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@material/dialog": "=13.0.0-canary.65125b3a6.0",
2020
"@material/dom": "=13.0.0-canary.65125b3a6.0",
21-
"@material/mwc-base": "^0.25.0",
22-
"@material/mwc-button": "^0.25.0",
21+
"@material/mwc-base": "^0.25.1",
22+
"@material/mwc-button": "^0.25.1",
2323
"blocking-elements": "^0.1.0",
2424
"lit-element": "^3.0.0",
2525
"lit-html": "^2.0.0",

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.25.0",
3+
"version": "0.25.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": "=13.0.0-canary.65125b3a6.0",
20-
"@material/mwc-base": "^0.25.0",
20+
"@material/mwc-base": "^0.25.1",
2121
"blocking-elements": "^0.1.0",
2222
"lit-element": "^3.0.0",
2323
"lit-html": "^2.0.0",

packages/elevation-overlay/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-elevation-overlay",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "Material semi-transparent covering of an element indicating its state",
55
"keywords": [
66
"material design",

0 commit comments

Comments
 (0)