Skip to content

Commit 5d3fd8f

Browse files
committed
chore: Publish
- @fluent/[email protected] - @fluent/[email protected]
1 parent b0837bf commit 5d3fd8f

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

fluent-langneg/CHANGELOG.md

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

3+
## [0.6.2](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03)
4+
5+
### Bug Fixes
6+
7+
* Adjust for updated linter rules ([#590](https://github.com/projectfluent/fluent.js/pull/590))
8+
39
## [@fluent/langneg 0.6.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21)
410

511
- Add zh-mo and zh-tw to likely subtags

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

fluent-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"testEnvironment": "jsdom"
5959
},
6060
"dependencies": {
61-
"@fluent/sequence": "^0.7.0",
61+
"@fluent/sequence": "file:../fluent-sequence",
6262
"cached-iterable": "^0.3.0"
6363
},
6464
"peerDependencies": {

fluent-syntax/CHANGELOG.md

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

3+
## [0.18.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03)
4+
5+
### Bug Fixes
6+
7+
* Use correct TS type for `clone()` return ([#589](https://github.com/projectfluent/fluent.js/issues/589))
8+
* Adjust for updated linter rules ([#590](https://github.com/projectfluent/fluent.js/pull/590))
9+
310
## @fluent/syntax 0.18.0 (September 13, 2021)
411

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

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

package-lock.json

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

0 commit comments

Comments
 (0)