Skip to content

Commit 67e038e

Browse files
committed
chore: Publish
- @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected]
1 parent 57b8a7e commit 67e038e

File tree

15 files changed

+61
-17
lines changed

15 files changed

+61
-17
lines changed

fluent-bundle/CHANGELOG.md

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

3+
## [0.18.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
- Use `/** comments */` where appropriate
8+
39
## [@fluent/bundle 0.17.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
410

511
- Add per locale Intl memoizer

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

fluent-dedent/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
38
## @fluent/dedent 0.4.0 (September 13, 2021)
49

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

fluent-dedent/package.json

+1-1
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.4.0",
4+
"version": "0.5.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-dom/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
- Use `/** comments */` where appropriate
8+
39
## [@fluent/dom 0.8.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
410

511
- Add `.js` extension to imports

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.1",
3+
"version": "0.9.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

fluent-langneg/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
38
## [0.6.2](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03)
49

510
### Bug Fixes

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.2",
4+
"version": "0.7.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-react/CHANGELOG.md

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

3+
## [0.15.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
- Add `getElement` method to ReactLocalization
8+
([#595](https://github.com/projectfluent/fluent.js/pull/595))
9+
- Update fluent-react/example to use latest Parcel
10+
([#593](https://github.com/projectfluent/fluent.js/pull/593))
11+
- Update dev dependencies to react@18 and jest@29
12+
313
## [@fluent/react 0.14.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
414

515
- Add `.js` extension to imports

fluent-react/package.json

+2-2
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.1",
4+
"version": "0.15.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",
@@ -58,7 +58,7 @@
5858
"testEnvironment": "jsdom"
5959
},
6060
"dependencies": {
61-
"@fluent/sequence": "file:../fluent-sequence",
61+
"@fluent/sequence": "^0.8.0",
6262
"cached-iterable": "^0.3.0"
6363
},
6464
"peerDependencies": {

fluent-sequence/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
38
## @fluent/sequence 0.7.0 (September 13, 2021)
49

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

fluent-sequence/package.json

+1-1
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.7.0",
4+
"version": "0.8.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

fluent-syntax/CHANGELOG.md

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

3+
## [0.19.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13)
4+
5+
- Drop Node.js v12 support, add v18 & latest to CI tests
6+
([#607](https://github.com/projectfluent/fluent.js/pull/607))
7+
- Treat tab as text, not whitespace
8+
([#606](https://github.com/projectfluent/fluent.js/pull/606))
9+
310
## [0.18.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03)
411

512
### Bug Fixes

fluent-syntax/package.json

+1-1
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.18.1",
4+
"version": "0.19.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

package-lock.json

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

0 commit comments

Comments
 (0)