Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
- @fluent/dedent@0.5.0
- @fluent/bundle@0.18.0
- @fluent/sequence@0.8.0
- @fluent/dom@0.9.0
- @fluent/langneg@0.7.0
- @fluent/react@0.15.0
- @fluent/syntax@0.19.0
  • Loading branch information
eemeli committed Mar 13, 2023
1 parent 57b8a7e commit 67e038e
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 17 deletions.
6 changes: 6 additions & 0 deletions fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.18.0](https://github.com/projectfluent/fluent.js/compare/@fluent/bundle@0.17.1...@fluent/bundle@0.18.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))
- Use `/** comments */` where appropriate

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

- Add per locale Intl memoizer
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.1",
"version": "0.18.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions fluent-dedent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.5.0](https://github.com/projectfluent/fluent.js/compare/@fluent/dedent@0.4.0...@fluent/dedent@0.5.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))

## @fluent/dedent 0.4.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-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.4.0",
"version": "0.5.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions fluent-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.0](https://github.com/projectfluent/fluent.js/compare/@fluent/dom@0.8.1...@fluent/dom@0.9.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))
- Use `/** comments */` where appropriate

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

- Add `.js` extension to imports
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.1",
"version": "0.9.0",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions fluent-langneg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.7.0](https://github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.2...@fluent/langneg@0.7.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))

## [0.6.2](https://github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.1...@fluent/langneg@0.6.2) (2022-05-03)

### Bug Fixes
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.2",
"version": "0.7.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions fluent-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.15.0](https://github.com/projectfluent/fluent.js/compare/@fluent/react@0.14.1...@fluent/react@0.15.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))
- Add `getElement` method to ReactLocalization
([#595](https://github.com/projectfluent/fluent.js/pull/595))
- Update fluent-react/example to use latest Parcel
([#593](https://github.com/projectfluent/fluent.js/pull/593))
- Update dev dependencies to react@18 and jest@29

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

- Add `.js` extension to imports
Expand Down
4 changes: 2 additions & 2 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.14.1",
"version": "0.15.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"testEnvironment": "jsdom"
},
"dependencies": {
"@fluent/sequence": "file:../fluent-sequence",
"@fluent/sequence": "^0.8.0",
"cached-iterable": "^0.3.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions fluent-sequence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.8.0](https://github.com/projectfluent/fluent.js/compare/@fluent/sequence@0.7.0...@fluent/sequence@0.8.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))

## @fluent/sequence 0.7.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-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.7.0",
"version": "0.8.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions fluent-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.0](https://github.com/projectfluent/fluent.js/compare/@fluent/syntax@0.18.1...@fluent/syntax@0.19.0) (2023-03-13)

- Drop Node.js v12 support, add v18 & latest to CI tests
([#607](https://github.com/projectfluent/fluent.js/pull/607))
- Treat tab as text, not whitespace
([#606](https://github.com/projectfluent/fluent.js/pull/606))

## [0.18.1](https://github.com/projectfluent/fluent.js/compare/@fluent/syntax@0.18.0...@fluent/syntax@0.18.1) (2022-05-03)

### Bug Fixes
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.18.1",
"version": "0.19.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67e038e

Please sign in to comment.