Skip to content

Commit a3ab2f1

Browse files
authored
Release localize 0.10.0 and localize-tools 0.3.0 (lit#1768)
1 parent 2736c8e commit a3ab2f1

File tree

7 files changed

+60
-11
lines changed

7 files changed

+60
-11
lines changed

packages/localize-tools/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [0.3.0] - 2021-04-19
911

1012
### Changed
1113

packages/localize-tools/package-lock.json

+47-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/localize-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit/localize-tools",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -37,7 +37,7 @@
3737
"/config.schema.json"
3838
],
3939
"dependencies": {
40-
"@lit/localize": "^0.9.0",
40+
"@lit/localize": "^0.10.0",
4141
"fs-extra": "^9.0.0",
4242
"glob": "^7.1.6",
4343
"jsonschema": "^1.4.0",

packages/localize/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [0.10.0] - 2021-04-19
911

1012
### Changed
1113

packages/localize/examples/runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"serve": "web-dev-server --node-resolve"
1010
},
1111
"dependencies": {
12-
"@lit/localize": "^0.9.0",
12+
"@lit/localize": "^0.10.0",
1313
"@material/mwc-circular-progress": "^0.18.0",
1414
"lit": "^2.0.0-pre.2"
1515
},
1616
"devDependencies": {
17-
"@lit/localize-tools": "^0.2.0",
17+
"@lit/localize-tools": "^0.3.0",
1818
"@web/dev-server": "^0.1.10",
1919
"typescript": "^4.0.2"
2020
}

packages/localize/examples/transform/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"serve": "web-dev-server"
1010
},
1111
"dependencies": {
12-
"@lit/localize": "^0.9.0",
12+
"@lit/localize": "^0.10.0",
1313
"lit": "^2.0.0-pre.2"
1414
},
1515
"devDependencies": {
16-
"@lit/localize-tools": "^0.2.0",
16+
"@lit/localize-tools": "^0.3.0",
1717
"@rollup/plugin-node-resolve": "^11.2.0",
1818
"@rollup/plugin-typescript": "^8.2.0",
1919
"@web/dev-server": "^0.1.10",

packages/localize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit/localize",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)