Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
- @fluent/bundle 0.17.0
- @fluent/dedent 0.4.0
- @fluent/dom 0.8.0
- @fluent/langneg 0.6.0
- @fluent/react 0.14.0
- @fluent/sequence 0.7.0
- @fluent/syntax 0.18.0
  • Loading branch information
eemeli committed Sep 13, 2021
1 parent ce57ae2 commit 3d3c862
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 12 deletions.
8 changes: 8 additions & 0 deletions fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version ([#557](https://github.com/projectfluent/fluent.js/pull/557))

## @fluent/bundle 0.16.1 (April 9, 2021)

- Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526)
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.16.1",
"version": "0.17.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions fluent-dedent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## @fluent/dedent 0.4.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version ([#557](https://github.com/projectfluent/fluent.js/pull/557))

## @fluent/dedent 0.3.0 (July 2, 2020)

- Remove the `compat.js` build and compile everything to ES2018. (#472)
Expand Down
2 changes: 1 addition & 1 deletion fluent-dedent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/dedent",
"description": "A template literal tag for dedenting Fluent code",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions fluent-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

- Remove `"type": "commonjs"` from the package's root `package.json`.
([#556](https://github.com/projectfluent/fluent.js/pull/556))
- Set Node.js 12 as the minimum supported version
([#557](https://github.com/projectfluent/fluent.js/pull/557))

## @fluent/dom 0.7.0 (July 2, 2020)

- Remove the `compat.js` build and compile everything to ES2018. (#472, #474)
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.7.0",
"version": "0.8.0",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions fluent-langneg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version
([#557](https://github.com/projectfluent/fluent.js/pull/557))
- Remove circular dependency
([#545](https://github.com/projectfluent/fluent.js/pull/545))

## @fluent/langneg 0.5.2 (April 17, 2021)

- Documentation fix. (#547)
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.5.2",
"version": "0.6.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions fluent-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version
([#557](https://github.com/projectfluent/fluent.js/pull/557))
- Provide better errors when components are mis-configured
([#549](https://github.com/projectfluent/fluent.js/pull/549))

## @fluent/react 0.13.1 (Apr 7, 2021)

- Allow the Localized component to have an array with one element in its children
Expand Down
6 changes: 3 additions & 3 deletions fluent-react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "parcel build public/index.html"
},
"dependencies": {
"@fluent/bundle": "^0.16.1",
"@fluent/langneg": "^0.5.2",
"@fluent/sequence": "^0.6.0",
"@fluent/bundle": "^0.17.0",
"@fluent/langneg": "^0.6.0",
"@fluent/sequence": "^0.7.0",
"cached-iterable": "^0.3.0",
"prop-types": "^15.7.2",
"react": "^16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.13.1",
"version": "0.14.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -57,12 +57,12 @@
"restoreMocks": true
},
"dependencies": {
"@fluent/sequence": "0.6.0",
"@fluent/sequence": "^0.7.0",
"cached-iterable": "^0.3.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@fluent/bundle": ">=0.16.0 <0.17.0",
"@fluent/bundle": ">=0.16.0 <0.18.0",
"react": ">=16.8.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions fluent-sequence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## @fluent/sequence 0.7.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version
([#557](https://github.com/projectfluent/fluent.js/pull/557))

## @fluent/sequence 0.6.0 (July 2, 2020)

- Remove the `compat.js` build and compile everything to ES2018. (#472)
Expand Down
2 changes: 1 addition & 1 deletion fluent-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/sequence",
"description": "Manage ordered sequences of FluentBundles",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions fluent-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## @fluent/syntax 0.18.0 (September 13, 2021)

- Remove `"type": "commonjs"` from the package's root `package.json`, but add
`"type": "module"` to the `esm/` directory.
([#556](https://github.com/projectfluent/fluent.js/pull/556),
[#567](https://github.com/projectfluent/fluent.js/pull/567))
- Set Node.js 12 as the minimum supported version
([#557](https://github.com/projectfluent/fluent.js/pull/557))

## @fluent/syntax 0.17.0 (April 9, 2021)

- Align AST types with fluent-rs. (#525)
Expand Down
2 changes: 1 addition & 1 deletion fluent-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/syntax",
"description": "AST and parser for Fluent",
"version": "0.17.0",
"version": "0.18.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3d3c862

Please sign in to comment.