Skip to content

Commit 7b4c457

Browse files
committed
chore: Publish
- make-plural@8.1.0 - make-plural-compiler@6.1.0 - make-plural-cli@7.4.0
1 parent ba55f6c commit 7b4c457

File tree

7 files changed

+26
-19
lines changed

7 files changed

+26
-19
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [7.3.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.2.0...make-plural-cli@7.3.0) (2023-05-03)
6+
## [7.4.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.3.0...make-plural-cli@7.4.0) (2025-12-29)
77

8-
### Features
8+
* Update to cldr-core v48 ([ddd9aed](https://github.com/eemeli/make-plural/commit/ddd9aed85979c3083bac2586caad848a182015a5))
9+
* Update .d.ts files for compact notation ([ba55f6c](https://github.com/eemeli/make-plural/commit/ba55f6c360729cba9098f45f82532f64a3a13fb5))
10+
11+
## [7.3.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.2.0...make-plural-cli@7.3.0) (2023-05-03)
912

1013
* Add `--json` flag to examples command ([#30](https://github.com/eemeli/make-plural/issues/30))
1114

1215
## [7.2.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.1.0...make-plural-cli@7.2.0) (2022-11-16)
1316

14-
### Features
15-
16-
* Update to cldr-core@42 ([d7f8a07](https://github.com/eemeli/make-plural/commit/d7f8a07dca337b961faf2652736cbf106dc1cfd3))
17+
* Update to cldr-core v42 ([d7f8a07](https://github.com/eemeli/make-plural/commit/d7f8a07dca337b961faf2652736cbf106dc1cfd3))
1718

1819
## [7.1.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.0.0...make-plural-cli@7.1.0) (2022-02-06)
1920

20-
### Features
21-
22-
* Update to cldr-core@40 ([604a752](https://github.com/eemeli/make-plural/commit/604a7524f92e86391a1ac01fab2fc8ab577ca2aa))
21+
* Update to cldr-core v40 ([604a752](https://github.com/eemeli/make-plural/commit/604a7524f92e86391a1ac01fab2fc8ab577ca2aa))
2322

2423
## [7.0.0](https://github.com/eemeli/make-plural/compare/6.2.1...7.0.0) (2021-08-27)
2524

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-plural-cli",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"description": "CLI for translating Unicode CLDR pluralization rules to executable JavaScript",
55
"keywords": [
66
"unicode",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/eemeli/make-plural#readme",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/eemeli/make-plural.git",
17+
"url": "git+https://github.com/eemeli/make-plural.git",
1818
"directory": "packages/cli"
1919
},
2020
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"cldr-core": "^48.0.0",
32-
"make-plural-compiler": "file:../compiler",
32+
"make-plural-compiler": "^6.1.0",
3333
"safe-identifier": "^0.4.2",
3434
"yargs": "^17.1.1"
3535
},

packages/compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.0](https://github.com/eemeli/make-plural/compare/make-plural-compiler@6.0.0...make-plural-compiler@6.1.0) (2025-12-29)
7+
8+
* Support compact notation ([#35](https://github.com/eemeli/make-plural/issues/35))
9+
610
## [6.0.0](https://github.com/eemeli/make-plural/compare/5.1.0...6.0.0) (2021-08-27)
711

812
### ⚠ Breaking Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-plural-compiler",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
55
"keywords": [
66
"unicode",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/eemeli/make-plural#readme",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/eemeli/make-plural.git",
17+
"url": "git+https://github.com/eemeli/make-plural.git",
1818
"directory": "packages/compiler"
1919
},
2020
"bugs": {

packages/plurals/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.0](https://github.com/eemeli/make-plural/compare/make-plural@8.0.0...make-plural@8.1.0) (2025-12-29)
7+
8+
* Support compact notation ([#35](https://github.com/eemeli/make-plural/issues/35))
9+
610
## [8.0.0](https://github.com/eemeli/make-plural/compare/make-plural@7.5.0...make-plural@8.0.0) (2025-12-28)
711

812
### ⚠ Breaking Changes

packages/plurals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-plural",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Unicode CLDR pluralization rules as JavaScript functions",
55
"keywords": [
66
"unicode",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/eemeli/make-plural#readme",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/eemeli/make-plural.git",
17+
"url": "git+https://github.com/eemeli/make-plural.git",
1818
"directory": "packages/plurals"
1919
},
2020
"bugs": {

0 commit comments

Comments
 (0)