diff --git a/package-lock.json b/package-lock.json index d31c5bf..16b7f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8200,7 +8200,8 @@ } }, "packages/cli": { - "version": "7.2.0", + "name": "make-plural-cli", + "version": "7.3.0", "license": "ISC", "dependencies": { "cldr-core": "^42.0.0", @@ -8216,11 +8217,13 @@ } }, "packages/compiler": { + "name": "make-plural-compiler", "version": "6.0.0", "license": "ISC" }, "packages/plurals": { - "version": "7.2.0", + "name": "make-plural", + "version": "7.3.0", "license": "Unicode-DFS-2016" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 365fa4a..6b9ec4b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Features + +* Add `--json` flag to examples command ([#30](https://github.com/eemeli/make-plural/issues/30)) + ## [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) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index b6aa673..c1d82be 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "make-plural-cli", - "version": "7.2.0", + "version": "7.3.0", "description": "CLI for translating Unicode CLDR pluralization rules to executable JavaScript", "keywords": [ "unicode", diff --git a/packages/plurals/CHANGELOG.md b/packages/plurals/CHANGELOG.md index 3a25c9b..f672c6f 100644 --- a/packages/plurals/CHANGELOG.md +++ b/packages/plurals/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.0](https://github.com/eemeli/make-plural/compare/make-plural@7.2.0...make-plural@7.3.0) (2023-05-03) + +### Features + +* Add 'make-plural/examples.json' ([#30](https://github.com/eemeli/make-plural/issues/30)) + ## [7.2.0](https://github.com/eemeli/make-plural/compare/make-plural@7.1.0...make-plural@7.2.0) (2022-11-16) ### Features diff --git a/packages/plurals/package.json b/packages/plurals/package.json index a798558..10921c1 100644 --- a/packages/plurals/package.json +++ b/packages/plurals/package.json @@ -1,6 +1,6 @@ { "name": "make-plural", - "version": "7.2.0", + "version": "7.3.0", "description": "Unicode CLDR pluralization rules as JavaScript functions", "keywords": [ "unicode",