diff --git a/packages/babel-plugin-formatjs/CHANGELOG.md b/packages/babel-plugin-formatjs/CHANGELOG.md index c03d0c4ae8..7b258ebc7a 100644 --- a/packages/babel-plugin-formatjs/CHANGELOG.md +++ b/packages/babel-plugin-formatjs/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. +## [10.5.2](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.1...babel-plugin-formatjs@10.5.2) (2023-06-06) + +### Bug Fixes + +* **@formatjs/swc-plugin-experimental:** visit JSX nested within the call expression ([#4111](https://github.com/formatjs/formatjs/issues/4111)) ([0d73ea7](https://github.com/formatjs/formatjs/commit/0d73ea7bfd8a5af4116a6e275bf21f163128ddce)) + ## [10.5.1](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.0...babel-plugin-formatjs@10.5.1) (2023-05-01) **Note:** Version bump only for package babel-plugin-formatjs diff --git a/packages/babel-plugin-formatjs/package.json b/packages/babel-plugin-formatjs/package.json index 75d9da7409..1c9aa32955 100644 --- a/packages/babel-plugin-formatjs/package.json +++ b/packages/babel-plugin-formatjs/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-formatjs", - "version": "10.5.1", + "version": "10.5.2", "description": "Extracts string messages for translation from modules that use formatjs.", "repository": { "type": "git", diff --git a/packages/cli-lib/CHANGELOG.md b/packages/cli-lib/CHANGELOG.md index 80e2fd8305..f82b4d3080 100644 --- a/packages/cli-lib/CHANGELOG.md +++ b/packages/cli-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.1.1...@formatjs/cli-lib@6.1.2) (2023-06-06) + +**Note:** Version bump only for package @formatjs/cli-lib + ## [6.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.1.0...@formatjs/cli-lib@6.1.1) (2023-05-01) **Note:** Version bump only for package @formatjs/cli-lib diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json index 44b23079a3..fda0bbeb75 100644 --- a/packages/cli-lib/package.json +++ b/packages/cli-lib/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli-lib", - "version": "6.1.1", + "version": "6.1.2", "description": "Lib for CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3d85dcc4a2..381641da1b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.1.1...@formatjs/cli@6.1.2) (2023-06-06) + +**Note:** Version bump only for package @formatjs/cli + ## [6.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.1.0...@formatjs/cli@6.1.1) (2023-05-01) **Note:** Version bump only for package @formatjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 3fdbf1ac61..495c4ff9b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli", - "version": "6.1.1", + "version": "6.1.2", "description": "A CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/ecma376/CHANGELOG.md b/packages/ecma376/CHANGELOG.md index 45230c16f5..1f726a0c1a 100644 --- a/packages/ecma376/CHANGELOG.md +++ b/packages/ecma376/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.10](https://github.com/formatjs/formatjs/compare/@formatjs/ecma376@0.3.9...@formatjs/ecma376@0.3.10) (2023-06-06) + +**Note:** Version bump only for package @formatjs/ecma376 + ## [0.3.9](https://github.com/formatjs/formatjs/compare/@formatjs/ecma376@0.3.8...@formatjs/ecma376@0.3.9) (2022-12-02) **Note:** Version bump only for package @formatjs/ecma376 diff --git a/packages/ecma376/package.json b/packages/ecma376/package.json index 18c565984b..d3fe911443 100644 --- a/packages/ecma376/package.json +++ b/packages/ecma376/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/ecma376", - "version": "0.3.9", + "version": "0.3.10", "description": "generate ecma376 numFmt in different locales & currencies", "main": "index.js", "module": "lib/index.js", diff --git a/packages/ecma402-abstract/CHANGELOG.md b/packages/ecma402-abstract/CHANGELOG.md index 85ab107810..ecc95e9cbd 100644 --- a/packages/ecma402-abstract/CHANGELOG.md +++ b/packages/ecma402-abstract/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. +# [1.16.0](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.15.0...@formatjs/ecma402-abstract@1.16.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + # [1.15.0](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.14.3...@formatjs/ecma402-abstract@1.15.0) (2023-05-01) ### Features diff --git a/packages/ecma402-abstract/package.json b/packages/ecma402-abstract/package.json index 9441658b0f..1faa78bd94 100644 --- a/packages/ecma402-abstract/package.json +++ b/packages/ecma402-abstract/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/ecma402-abstract", - "version": "1.15.0", + "version": "1.16.0", "description": "A collection of implementation for ECMAScript abstract operations", "keywords": [ "intl", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 0db33a9ce2..caf62eda54 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.29](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.28...@formatjs/editor@2.0.29) (2023-06-06) + +**Note:** Version bump only for package @formatjs/editor + ## [2.0.28](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.27...@formatjs/editor@2.0.28) (2023-05-01) ### Bug Fixes diff --git a/packages/editor/package.json b/packages/editor/package.json index 557c4d12de..17c71b93c2 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/editor", - "version": "2.0.28", + "version": "2.0.29", "description": "A ICU MessageFormat Editor UI", "keywords": [ "intl", diff --git a/packages/eslint-plugin-formatjs/CHANGELOG.md b/packages/eslint-plugin-formatjs/CHANGELOG.md index d0b38e4ab4..6132d9bf04 100644 --- a/packages/eslint-plugin-formatjs/CHANGELOG.md +++ b/packages/eslint-plugin-formatjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.10.2](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.10.1...eslint-plugin-formatjs@4.10.2) (2023-06-06) + +**Note:** Version bump only for package eslint-plugin-formatjs + ## [4.10.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.10.0...eslint-plugin-formatjs@4.10.1) (2023-05-01) ### Bug Fixes diff --git a/packages/eslint-plugin-formatjs/package.json b/packages/eslint-plugin-formatjs/package.json index a5fb8b4c80..80de6aaa9b 100644 --- a/packages/eslint-plugin-formatjs/package.json +++ b/packages/eslint-plugin-formatjs/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-formatjs", - "version": "4.10.1", + "version": "4.10.2", "description": "ESLint plugin for formatjs", "main": "index.js", "repository": { diff --git a/packages/fast-memoize/CHANGELOG.md b/packages/fast-memoize/CHANGELOG.md index a018ca5a88..fc234159f7 100644 --- a/packages/fast-memoize/CHANGELOG.md +++ b/packages/fast-memoize/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. +# [2.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/fast-memoize@2.0.1...@formatjs/fast-memoize@2.1.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [2.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/fast-memoize@2.0.0...@formatjs/fast-memoize@2.0.1) (2023-03-21) ### Bug Fixes diff --git a/packages/fast-memoize/package.json b/packages/fast-memoize/package.json index c8ef7267a4..bb9b636312 100644 --- a/packages/fast-memoize/package.json +++ b/packages/fast-memoize/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/fast-memoize", - "version": "2.0.1", + "version": "2.1.0", "description": "fork of fast-memoize and support esm", "main": "index.js", "module": "lib/index.js", diff --git a/packages/icu-messageformat-parser/CHANGELOG.md b/packages/icu-messageformat-parser/CHANGELOG.md index afdd2dd64e..a1ab835e2b 100644 --- a/packages/icu-messageformat-parser/CHANGELOG.md +++ b/packages/icu-messageformat-parser/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. +# [2.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.4.0...@formatjs/icu-messageformat-parser@2.5.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + # [2.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.3.1...@formatjs/icu-messageformat-parser@2.4.0) (2023-05-01) ### Features diff --git a/packages/icu-messageformat-parser/package.json b/packages/icu-messageformat-parser/package.json index a38bc9fa04..cfd7d8d101 100644 --- a/packages/icu-messageformat-parser/package.json +++ b/packages/icu-messageformat-parser/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/icu-messageformat-parser", - "version": "2.4.0", + "version": "2.5.0", "main": "index.js", "module": "lib/index.js", "types": "index.d.ts", diff --git a/packages/icu-skeleton-parser/CHANGELOG.md b/packages/icu-skeleton-parser/CHANGELOG.md index bde81132cc..7b34b03e1c 100644 --- a/packages/icu-skeleton-parser/CHANGELOG.md +++ b/packages/icu-skeleton-parser/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. +# [1.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.4.0...@formatjs/icu-skeleton-parser@1.5.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + # [1.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.3.18...@formatjs/icu-skeleton-parser@1.4.0) (2023-05-01) ### Features diff --git a/packages/icu-skeleton-parser/package.json b/packages/icu-skeleton-parser/package.json index 1f544dab29..41e2c79b90 100644 --- a/packages/icu-skeleton-parser/package.json +++ b/packages/icu-skeleton-parser/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/icu-skeleton-parser", - "version": "1.4.0", + "version": "1.5.0", "main": "index.js", "module": "lib/index.js", "types": "index.d.ts", diff --git a/packages/intl-datetimeformat/CHANGELOG.md b/packages/intl-datetimeformat/CHANGELOG.md index a2ac8ce7a0..00f713d257 100644 --- a/packages/intl-datetimeformat/CHANGELOG.md +++ b/packages/intl-datetimeformat/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. +# [6.9.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.8.0...@formatjs/intl-datetimeformat@6.9.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + # [6.8.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.7.0...@formatjs/intl-datetimeformat@6.8.0) (2023-05-01) ### Features diff --git a/packages/intl-datetimeformat/package.json b/packages/intl-datetimeformat/package.json index 10a9af23d0..d12cc57bbe 100644 --- a/packages/intl-datetimeformat/package.json +++ b/packages/intl-datetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-datetimeformat", - "version": "6.8.0", + "version": "6.9.0", "description": "Intl.DateTimeFormat polyfill", "main": "index.js", "types": "index.d.ts", diff --git a/packages/intl-displaynames/CHANGELOG.md b/packages/intl-displaynames/CHANGELOG.md index 76b178fb01..858ff72287 100644 --- a/packages/intl-displaynames/CHANGELOG.md +++ b/packages/intl-displaynames/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. +# [6.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.3.2...@formatjs/intl-displaynames@6.4.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [6.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.3.1...@formatjs/intl-displaynames@6.3.2) (2023-05-01) **Note:** Version bump only for package @formatjs/intl-displaynames diff --git a/packages/intl-displaynames/package.json b/packages/intl-displaynames/package.json index cf3367744d..afd36e459d 100644 --- a/packages/intl-displaynames/package.json +++ b/packages/intl-displaynames/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-displaynames", - "version": "6.3.2", + "version": "6.4.0", "description": "Polyfill for: https://tc39.es/proposal-intl-displaynames", "keywords": [ "i18n", diff --git a/packages/intl-enumerator/CHANGELOG.md b/packages/intl-enumerator/CHANGELOG.md index ed0b18929a..88514913ee 100644 --- a/packages/intl-enumerator/CHANGELOG.md +++ b/packages/intl-enumerator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.3.0...@formatjs/intl-enumerator@1.3.1) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-enumerator + # [1.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.2.1...@formatjs/intl-enumerator@1.3.0) (2023-05-01) ### Features diff --git a/packages/intl-enumerator/package.json b/packages/intl-enumerator/package.json index db30388136..c6278d8b70 100644 --- a/packages/intl-enumerator/package.json +++ b/packages/intl-enumerator/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-enumerator", - "version": "1.3.0", + "version": "1.3.1", "description": "Intl.Enumerator polyfill", "keywords": [ "intl", diff --git a/packages/intl-getcanonicallocales/CHANGELOG.md b/packages/intl-getcanonicallocales/CHANGELOG.md index 4c94a5ee1a..fd9af4ee54 100644 --- a/packages/intl-getcanonicallocales/CHANGELOG.md +++ b/packages/intl-getcanonicallocales/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.2.0...@formatjs/intl-getcanonicallocales@2.2.1) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-getcanonicallocales + # [2.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.1.0...@formatjs/intl-getcanonicallocales@2.2.0) (2023-05-01) ### Features diff --git a/packages/intl-getcanonicallocales/package.json b/packages/intl-getcanonicallocales/package.json index 05d2634aa4..3eddb1c717 100644 --- a/packages/intl-getcanonicallocales/package.json +++ b/packages/intl-getcanonicallocales/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-getcanonicallocales", - "version": "2.2.0", + "version": "2.2.1", "description": "Intl.getCanonicalLocales polyfill", "keywords": [ "intl", diff --git a/packages/intl-listformat/CHANGELOG.md b/packages/intl-listformat/CHANGELOG.md index f2c45a386e..ff58bce4df 100644 --- a/packages/intl-listformat/CHANGELOG.md +++ b/packages/intl-listformat/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/formatjs/formatjs/compare/@formatjs/intl-listformat@7.2.2...@formatjs/intl-listformat@7.3.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [7.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.2.1...@formatjs/intl-listformat@7.2.2) (2023-05-01) **Note:** Version bump only for package @formatjs/intl-listformat diff --git a/packages/intl-listformat/package.json b/packages/intl-listformat/package.json index ed7143e24e..187084a491 100644 --- a/packages/intl-listformat/package.json +++ b/packages/intl-listformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-listformat", - "version": "7.2.2", + "version": "7.3.0", "description": "Formats JS list in a i18n-safe way", "keywords": [ "intl", diff --git a/packages/intl-locale/CHANGELOG.md b/packages/intl-locale/CHANGELOG.md index 0aedd13519..e56185a7c6 100644 --- a/packages/intl-locale/CHANGELOG.md +++ b/packages/intl-locale/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.3.0...@formatjs/intl-locale@3.3.1) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-locale + # [3.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.2.1...@formatjs/intl-locale@3.3.0) (2023-05-01) ### Features diff --git a/packages/intl-locale/package.json b/packages/intl-locale/package.json index 507f594a06..4ade0b1bec 100644 --- a/packages/intl-locale/package.json +++ b/packages/intl-locale/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-locale", - "version": "3.3.0", + "version": "3.3.1", "description": "Intl.Locale polyfill", "keywords": [ "intl", diff --git a/packages/intl-localematcher/CHANGELOG.md b/packages/intl-localematcher/CHANGELOG.md index 725eed2b2d..fc847cb2f0 100644 --- a/packages/intl-localematcher/CHANGELOG.md +++ b/packages/intl-localematcher/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. +# [0.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.2.32...@formatjs/intl-localematcher@0.3.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [0.2.32](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.2.31...@formatjs/intl-localematcher@0.2.32) (2022-12-02) **Note:** Version bump only for package @formatjs/intl-localematcher diff --git a/packages/intl-localematcher/package.json b/packages/intl-localematcher/package.json index 3362a33928..360f9e314a 100644 --- a/packages/intl-localematcher/package.json +++ b/packages/intl-localematcher/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-localematcher", - "version": "0.2.32", + "version": "0.3.0", "description": "Intl.LocaleMatcher ponyfill", "keywords": [ "intl", diff --git a/packages/intl-messageformat/CHANGELOG.md b/packages/intl-messageformat/CHANGELOG.md index b0c17aa5c9..f1478fbfae 100644 --- a/packages/intl-messageformat/CHANGELOG.md +++ b/packages/intl-messageformat/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. +# [10.4.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.5...intl-messageformat@10.4.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [10.3.5](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.4...intl-messageformat@10.3.5) (2023-05-01) **Note:** Version bump only for package intl-messageformat diff --git a/packages/intl-messageformat/package.json b/packages/intl-messageformat/package.json index bbfa329d15..6382e3686a 100644 --- a/packages/intl-messageformat/package.json +++ b/packages/intl-messageformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "10.3.5", + "version": "10.4.0", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", diff --git a/packages/intl-numberformat/CHANGELOG.md b/packages/intl-numberformat/CHANGELOG.md index 952542c6a5..c79e8c20a4 100644 --- a/packages/intl-numberformat/CHANGELOG.md +++ b/packages/intl-numberformat/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. +# [8.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.5.0...@formatjs/intl-numberformat@8.6.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + # [8.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.4.1...@formatjs/intl-numberformat@8.5.0) (2023-05-01) ### Features diff --git a/packages/intl-numberformat/package.json b/packages/intl-numberformat/package.json index 4a7b3b9aab..3b593a828e 100644 --- a/packages/intl-numberformat/package.json +++ b/packages/intl-numberformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-numberformat", - "version": "8.5.0", + "version": "8.6.0", "description": "Ponyfill for ES2020 Intl.NumberFormat", "keywords": [ "polyfill", diff --git a/packages/intl-pluralrules/CHANGELOG.md b/packages/intl-pluralrules/CHANGELOG.md index c40629c352..0ee9c888f5 100644 --- a/packages/intl-pluralrules/CHANGELOG.md +++ b/packages/intl-pluralrules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.2.2...@formatjs/intl-pluralrules@5.2.3) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-pluralrules + ## [5.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.2.1...@formatjs/intl-pluralrules@5.2.2) (2023-05-01) **Note:** Version bump only for package @formatjs/intl-pluralrules diff --git a/packages/intl-pluralrules/package.json b/packages/intl-pluralrules/package.json index c13f214b0a..075fbf2028 100644 --- a/packages/intl-pluralrules/package.json +++ b/packages/intl-pluralrules/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-pluralrules", - "version": "5.2.2", + "version": "5.2.3", "description": "Polyfill for Intl.PluralRules", "keywords": [ "polyfill", diff --git a/packages/intl-relativetimeformat/CHANGELOG.md b/packages/intl-relativetimeformat/CHANGELOG.md index acbdadcd8f..72841deab3 100644 --- a/packages/intl-relativetimeformat/CHANGELOG.md +++ b/packages/intl-relativetimeformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.2.2...@formatjs/intl-relativetimeformat@11.2.3) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-relativetimeformat + ## [11.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.2.1...@formatjs/intl-relativetimeformat@11.2.2) (2023-05-01) **Note:** Version bump only for package @formatjs/intl-relativetimeformat diff --git a/packages/intl-relativetimeformat/package.json b/packages/intl-relativetimeformat/package.json index 5a96b44186..1f9fc25363 100644 --- a/packages/intl-relativetimeformat/package.json +++ b/packages/intl-relativetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-relativetimeformat", - "version": "11.2.2", + "version": "11.2.3", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl", diff --git a/packages/intl-segmenter/CHANGELOG.md b/packages/intl-segmenter/CHANGELOG.md index 617f7b7ab8..b9a6717a7b 100644 --- a/packages/intl-segmenter/CHANGELOG.md +++ b/packages/intl-segmenter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.4.0...@formatjs/intl-segmenter@11.4.1) (2023-06-06) + +**Note:** Version bump only for package @formatjs/intl-segmenter + # [11.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.3.0...@formatjs/intl-segmenter@11.4.0) (2023-05-01) ### Features diff --git a/packages/intl-segmenter/package.json b/packages/intl-segmenter/package.json index 144b7ff6a8..5c4f2943de 100644 --- a/packages/intl-segmenter/package.json +++ b/packages/intl-segmenter/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-segmenter", - "version": "11.4.0", + "version": "11.4.1", "description": "Polyfill for Intl.Segmenter", "keywords": [ "intl", diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index 5f1a6dc8aa..4a036d6a86 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/intl/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. +# [2.8.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.7.2...@formatjs/intl@2.8.0) (2023-06-06) + +### Features + +* **@formatjs/intl,@formatjs/fast-memoize,@formatjs/icu-messageformat-parser,@formatjs/intl-displaynames,@formatjs/intl-listformat,intl-messageformat,@formatjs/ecma402-abstract,@formatjs/intl-numberformat,@formatjs/icu-skeleton-parser:** esm conditional exports ([#4109](https://github.com/formatjs/formatjs/issues/4109)) ([e0d593c](https://github.com/formatjs/formatjs/commit/e0d593cc3af3a317a6bd20c441191e5bbb136a93)), closes [#4013](https://github.com/formatjs/formatjs/issues/4013) + ## [2.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.7.1...@formatjs/intl@2.7.2) (2023-05-01) **Note:** Version bump only for package @formatjs/intl diff --git a/packages/intl/package.json b/packages/intl/package.json index b1df8ed2b6..447a7bc22c 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl", - "version": "2.7.2", + "version": "2.8.0", "description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl", diff --git a/packages/react-intl/CHANGELOG.md b/packages/react-intl/CHANGELOG.md index 6a3bcd5d63..6306b042df 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-intl/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. +## [6.4.3](https://github.com/formatjs/formatjs/compare/react-intl@6.4.2...react-intl@6.4.3) (2023-06-06) + +### Bug Fixes + +* **react-intl:** support opting out of global intl context ([#4118](https://github.com/formatjs/formatjs/issues/4118)) ([#4125](https://github.com/formatjs/formatjs/issues/4125)) ([357c861](https://github.com/formatjs/formatjs/commit/357c86139594b00f0754c71667028f05a1ca3b51)) + ## [6.4.2](https://github.com/formatjs/formatjs/compare/react-intl@6.4.1...react-intl@6.4.2) (2023-05-01) **Note:** Version bump only for package react-intl diff --git a/packages/react-intl/package-lock.json b/packages/react-intl/package-lock.json index 876adf8f6f..c9bcbb5dbc 100644 --- a/packages/react-intl/package-lock.json +++ b/packages/react-intl/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-intl", - "version": "6.4.2", + "version": "6.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.4.2", + "version": "6.4.3", "license": "BSD-3-Clause", "dependencies": { "@formatjs/ecma402-abstract": "1.10.0", diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index 45f3bb40f7..2b04b14331 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "6.4.2", + "version": "6.4.3", "description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl", diff --git a/packages/swc-plugin-experimental/CHANGELOG.md b/packages/swc-plugin-experimental/CHANGELOG.md index 86678ae1a0..8339d02d52 100644 --- a/packages/swc-plugin-experimental/CHANGELOG.md +++ b/packages/swc-plugin-experimental/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. +## [0.3.7](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin-experimental@0.3.6...@formatjs/swc-plugin-experimental@0.3.7) (2023-06-06) + +### Bug Fixes + +* **@formatjs/swc-plugin-experimental:** visit JSX nested within the call expression ([#4111](https://github.com/formatjs/formatjs/issues/4111)) ([0d73ea7](https://github.com/formatjs/formatjs/commit/0d73ea7bfd8a5af4116a6e275bf21f163128ddce)) + ## [0.3.6](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin-experimental@0.3.5...@formatjs/swc-plugin-experimental@0.3.6) (2023-05-01) ### Bug Fixes diff --git a/packages/swc-plugin-experimental/package.json b/packages/swc-plugin-experimental/package.json index f32bf61e66..733f64da43 100644 --- a/packages/swc-plugin-experimental/package.json +++ b/packages/swc-plugin-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/swc-plugin-experimental", - "version": "0.3.6", + "version": "0.3.7", "description": "SWC plugin for formatjs", "main": "./index.wasm", "files": [ diff --git a/packages/swc-plugin/CHANGELOG.md b/packages/swc-plugin/CHANGELOG.md index 2d181c343c..516d8609eb 100644 --- a/packages/swc-plugin/CHANGELOG.md +++ b/packages/swc-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.5.1...@formatjs/swc-plugin@1.5.2) (2023-06-06) + +**Note:** Version bump only for package @formatjs/swc-plugin + ## [1.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.5.0...@formatjs/swc-plugin@1.5.1) (2023-05-01) **Note:** Version bump only for package @formatjs/swc-plugin diff --git a/packages/swc-plugin/package.json b/packages/swc-plugin/package.json index e7fbf7e576..d1139c6f05 100644 --- a/packages/swc-plugin/package.json +++ b/packages/swc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/swc-plugin", - "version": "1.5.1", + "version": "1.5.2", "description": "SWC plugin for formatjs", "main": "index.js", "types": "index.d.ts", diff --git a/packages/ts-transformer/CHANGELOG.md b/packages/ts-transformer/CHANGELOG.md index b813c3d191..99f4f6c994 100644 --- a/packages/ts-transformer/CHANGELOG.md +++ b/packages/ts-transformer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.2](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.1...@formatjs/ts-transformer@3.13.2) (2023-06-06) + +**Note:** Version bump only for package @formatjs/ts-transformer + ## [3.13.1](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.0...@formatjs/ts-transformer@3.13.1) (2023-05-01) **Note:** Version bump only for package @formatjs/ts-transformer diff --git a/packages/ts-transformer/package.json b/packages/ts-transformer/package.json index 3386a568cf..b27fe2898e 100644 --- a/packages/ts-transformer/package.json +++ b/packages/ts-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/ts-transformer", - "version": "3.13.1", + "version": "3.13.2", "description": "TS Compiler transformer for formatjs", "main": "index.js", "types": "index.d.ts", diff --git a/packages/vue-intl/CHANGELOG.md b/packages/vue-intl/CHANGELOG.md index 6bb798ef55..3665ae5aca 100644 --- a/packages/vue-intl/CHANGELOG.md +++ b/packages/vue-intl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.4.15](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.14...vue-intl@6.4.15) (2023-06-06) + +**Note:** Version bump only for package vue-intl + ## [6.4.14](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.13...vue-intl@6.4.14) (2023-05-01) **Note:** Version bump only for package vue-intl diff --git a/packages/vue-intl/package.json b/packages/vue-intl/package.json index 5a66b2dd38..da825a858a 100644 --- a/packages/vue-intl/package.json +++ b/packages/vue-intl/package.json @@ -1,6 +1,6 @@ { "name": "vue-intl", - "version": "6.4.14", + "version": "6.4.15", "description": "formatjs intl binding for vue", "main": "index.js", "repository": {