Skip to content

Commit a58dbf0

Browse files
committed
chore: Publish
- @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected]
1 parent 2f03d36 commit a58dbf0

File tree

8 files changed

+30
-4
lines changed

8 files changed

+30
-4
lines changed

fluent-bundle/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [@fluent/bundle 0.17.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
4+
5+
- Add per locale Intl memoizer
6+
([#504](https://github.com/projectfluent/fluent.js/pull/504))
7+
- The type of caught errors is validated at runtime
8+
([#575](https://github.com/projectfluent/fluent.js/pull/575))
9+
310
## @fluent/bundle 0.17.0 (September 13, 2021)
411

512
- Remove `"type": "commonjs"` from the package's root `package.json`, but add

fluent-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/bundle",
33
"description": "Localization library for expressive translations.",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-dom/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [@fluent/dom 0.8.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
4+
5+
- Add `.js` extension to imports
6+
([#581](https://github.com/projectfluent/fluent.js/pull/581))
7+
38
## @fluent/dom 0.8.0 (September 13, 2021)
49

510
- Remove `"type": "commonjs"` from the package's root `package.json`.

fluent-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluent/dom",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

fluent-langneg/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [@fluent/langneg 0.6.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
4+
5+
- Add zh-mo and zh-tw to likely subtags
6+
([#570](https://github.com/projectfluent/fluent.js/pull/570))
7+
- Add `.js` extension to imports
8+
([#581](https://github.com/projectfluent/fluent.js/pull/581))
9+
310
## @fluent/langneg 0.6.0 (September 13, 2021)
411

512
- Remove `"type": "commonjs"` from the package's root `package.json`, but add

fluent-langneg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/langneg",
33
"description": "Language Negotiation API for Fluent",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [@fluent/react 0.14.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
4+
5+
- Add `.js` extension to imports
6+
([#577](https://github.com/projectfluent/fluent.js/pull/577))
7+
- Drop `prop-types` as a dependency
8+
([#575](https://github.com/projectfluent/fluent.js/pull/575))
9+
310
## @fluent/react 0.14.0 (September 13, 2021)
411

512
- Remove `"type": "commonjs"` from the package's root `package.json`, but add

fluent-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/react",
33
"description": "Fluent bindings for React",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)