Skip to content

Commit 6be1a13

Browse files
Merge pull request #2733 from material-components:lit-2-release
PiperOrigin-RevId: 397900048
2 parents 5a434a5 + fd93e75 commit 6be1a13

File tree

37 files changed

+19616
-147
lines changed

37 files changed

+19616
-147
lines changed

CHANGELOG.md

Lines changed: 7 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.25.0] - 2021-09-20
810

911
### Changed
1012

@@ -15,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1517
explicitly includes the latest Lit 1 versions of lit-html and lit-element
1618
or deduplicate your versions of Lit 1 with your bundler
1719

20+
## [v0.25.0] - 2021-09-20
21+
22+
null version. accidentally polluted tag.
23+
1824
## [v0.23.0] - 2021-09-13
1925

2026
**This is the last Lit 1 release. Future releases will be using Lit 2.0.0**

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

package-lock.json

Lines changed: 19507 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"sass": "~1.34.1",
9191
"shady-css-parser": "^0.1.0",
9292
"tachometer": "^0.4.13",
93-
"typescript": "^4.3.5"
93+
"typescript": "~4.3.5"
9494
}
9595
}

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.23.0",
3+
"version": "0.25.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.23.0",
3+
"version": "0.25.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.23.0",
20-
"@material/mwc-ripple": "^0.23.0",
19+
"@material/mwc-icon": "^0.25.0",
20+
"@material/mwc-ripple": "^0.25.0",
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.23.0",
3+
"version": "0.25.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.23.0",
20-
"@material/mwc-ripple": "^0.23.0",
19+
"@material/mwc-base": "^0.25.0",
20+
"@material/mwc-ripple": "^0.25.0",
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.23.0",
3+
"version": "0.25.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": "=13.0.0-canary.65125b3a6.0",
20-
"@material/mwc-base": "^0.23.0",
21-
"@material/mwc-circular-progress": "^0.23.0",
20+
"@material/mwc-base": "^0.25.0",
21+
"@material/mwc-circular-progress": "^0.25.0",
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.23.0",
3+
"version": "0.25.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": "=13.0.0-canary.65125b3a6.0",
20-
"@material/mwc-base": "^0.23.0",
20+
"@material/mwc-base": "^0.25.0",
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.23.0",
3+
"version": "0.25.0",
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.23.0",
22-
"@material/mwc-button": "^0.23.0",
21+
"@material/mwc-base": "^0.25.0",
22+
"@material/mwc-button": "^0.25.0",
2323
"blocking-elements": "^0.1.0",
2424
"lit-element": "^3.0.0",
2525
"lit-html": "^2.0.0",

0 commit comments

Comments
 (0)