Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Dec 21, 2021
1 parent 2f03d36 commit a58dbf0
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
7 changes: 7 additions & 0 deletions fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [@fluent/bundle 0.17.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)

- Add per locale Intl memoizer
([#504](https://github.com/projectfluent/fluent.js/pull/504))
- The type of caught errors is validated at runtime
([#575](https://github.com/projectfluent/fluent.js/pull/575))

## @fluent/bundle 0.17.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
Expand Down
2 changes: 1 addition & 1 deletion fluent-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/bundle",
"description": "Localization library for expressive translations.",
"version": "0.17.0",
"version": "0.17.1",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions fluent-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [@fluent/dom 0.8.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)

- Add `.js` extension to imports
([#581](https://github.com/projectfluent/fluent.js/pull/581))

## @fluent/dom 0.8.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`.
Expand Down
2 changes: 1 addition & 1 deletion fluent-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluent/dom",
"version": "0.8.0",
"version": "0.8.1",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions fluent-langneg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [@fluent/langneg 0.6.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)

- Add zh-mo and zh-tw to likely subtags
([#570](https://github.com/projectfluent/fluent.js/pull/570))
- Add `.js` extension to imports
([#581](https://github.com/projectfluent/fluent.js/pull/581))

## @fluent/langneg 0.6.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
Expand Down
2 changes: 1 addition & 1 deletion fluent-langneg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/langneg",
"description": "Language Negotiation API for Fluent",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions fluent-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [@fluent/react 0.14.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)

- Add `.js` extension to imports
([#577](https://github.com/projectfluent/fluent.js/pull/577))
- Drop `prop-types` as a dependency
([#575](https://github.com/projectfluent/fluent.js/pull/575))

## @fluent/react 0.14.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
Expand Down
2 changes: 1 addition & 1 deletion fluent-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/react",
"description": "Fluent bindings for React",
"version": "0.14.0",
"version": "0.14.1",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit a58dbf0

Please sign in to comment.