Skip to content

Commit 3d3c862

Browse files
committed
chore: Release
- @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
1 parent ce57ae2 commit 3d3c862

File tree

15 files changed

+75
-12
lines changed

15 files changed

+75
-12
lines changed

fluent-bundle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## @fluent/bundle 0.17.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version ([#557](https://github.com/projectfluent/fluent.js/pull/557))
10+
311
## @fluent/bundle 0.16.1 (April 9, 2021)
412

513
- Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526)

fluent-bundle/package.json

Lines changed: 1 addition & 1 deletion
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.16.1",
4+
"version": "0.17.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-dedent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## @fluent/dedent 0.4.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version ([#557](https://github.com/projectfluent/fluent.js/pull/557))
10+
311
## @fluent/dedent 0.3.0 (July 2, 2020)
412

513
- Remove the `compat.js` build and compile everything to ES2018. (#472)

fluent-dedent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/dedent",
33
"description": "A template literal tag for dedenting Fluent code",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-dom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## @fluent/dom 0.8.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`.
6+
([#556](https://github.com/projectfluent/fluent.js/pull/556))
7+
- Set Node.js 12 as the minimum supported version
8+
([#557](https://github.com/projectfluent/fluent.js/pull/557))
9+
310
## @fluent/dom 0.7.0 (July 2, 2020)
411

512
- Remove the `compat.js` build and compile everything to ES2018. (#472, #474)

fluent-dom/package.json

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

fluent-langneg/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## @fluent/langneg 0.6.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version
10+
([#557](https://github.com/projectfluent/fluent.js/pull/557))
11+
- Remove circular dependency
12+
([#545](https://github.com/projectfluent/fluent.js/pull/545))
13+
314
## @fluent/langneg 0.5.2 (April 17, 2021)
415

516
- Documentation fix. (#547)

fluent-langneg/package.json

Lines changed: 1 addition & 1 deletion
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.5.2",
4+
"version": "0.6.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## @fluent/react 0.14.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version
10+
([#557](https://github.com/projectfluent/fluent.js/pull/557))
11+
- Provide better errors when components are mis-configured
12+
([#549](https://github.com/projectfluent/fluent.js/pull/549))
13+
314
## @fluent/react 0.13.1 (Apr 7, 2021)
415

516
- Allow the Localized component to have an array with one element in its children

fluent-react/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"build": "parcel build public/index.html"
88
},
99
"dependencies": {
10-
"@fluent/bundle": "^0.16.1",
11-
"@fluent/langneg": "^0.5.2",
12-
"@fluent/sequence": "^0.6.0",
10+
"@fluent/bundle": "^0.17.0",
11+
"@fluent/langneg": "^0.6.0",
12+
"@fluent/sequence": "^0.7.0",
1313
"cached-iterable": "^0.3.0",
1414
"prop-types": "^15.7.2",
1515
"react": "^16.8.0",

fluent-react/package.json

Lines changed: 3 additions & 3 deletions
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.13.1",
4+
"version": "0.14.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",
@@ -57,12 +57,12 @@
5757
"restoreMocks": true
5858
},
5959
"dependencies": {
60-
"@fluent/sequence": "0.6.0",
60+
"@fluent/sequence": "^0.7.0",
6161
"cached-iterable": "^0.3.0",
6262
"prop-types": "^15.7.2"
6363
},
6464
"peerDependencies": {
65-
"@fluent/bundle": ">=0.16.0 <0.17.0",
65+
"@fluent/bundle": ">=0.16.0 <0.18.0",
6666
"react": ">=16.8.0"
6767
},
6868
"devDependencies": {

fluent-sequence/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## @fluent/sequence 0.7.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version
10+
([#557](https://github.com/projectfluent/fluent.js/pull/557))
11+
312
## @fluent/sequence 0.6.0 (July 2, 2020)
413

514
- Remove the `compat.js` build and compile everything to ES2018. (#472)

fluent-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/sequence",
33
"description": "Manage ordered sequences of FluentBundles",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-syntax/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## @fluent/syntax 0.18.0 (September 13, 2021)
4+
5+
- Remove `"type": "commonjs"` from the package's root `package.json`, but add
6+
`"type": "module"` to the `esm/` directory.
7+
([#556](https://github.com/projectfluent/fluent.js/pull/556),
8+
[#567](https://github.com/projectfluent/fluent.js/pull/567))
9+
- Set Node.js 12 as the minimum supported version
10+
([#557](https://github.com/projectfluent/fluent.js/pull/557))
11+
312
## @fluent/syntax 0.17.0 (April 9, 2021)
413

514
- Align AST types with fluent-rs. (#525)

fluent-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/syntax",
33
"description": "AST and parser for Fluent",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)