From 3f8299130f29b90bc2aa28087e29c9df0de94c3d Mon Sep 17 00:00:00 2001 From: Long Ho Date: Sat, 23 Mar 2024 21:56:58 -0400 Subject: [PATCH] build: publish - babel-plugin-formatjs@10.5.14 - @formatjs/cli-lib@6.3.7 - @formatjs/cli@6.2.8 - @formatjs/editor@2.0.43 - @formatjs/intl-datetimeformat@6.12.3 - @formatjs/intl-numberformat@8.10.1 - @formatjs/intl@2.10.1 - react-intl@6.6.3 - vue-intl@6.4.29 --- packages/babel-plugin-formatjs/CHANGELOG.md | 6 ++++++ packages/babel-plugin-formatjs/package.json | 2 +- packages/cli-lib/CHANGELOG.md | 6 ++++++ packages/cli-lib/package.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 2 +- packages/editor/CHANGELOG.md | 4 ++++ packages/editor/package.json | 2 +- packages/intl-datetimeformat/CHANGELOG.md | 4 ++++ packages/intl-datetimeformat/package.json | 2 +- packages/intl-numberformat/CHANGELOG.md | 4 ++++ packages/intl-numberformat/package.json | 2 +- packages/intl/CHANGELOG.md | 4 ++++ packages/intl/package.json | 2 +- packages/react-intl/CHANGELOG.md | 4 ++++ packages/react-intl/package-lock.json | 4 ++-- packages/react-intl/package.json | 2 +- packages/vue-intl/CHANGELOG.md | 4 ++++ packages/vue-intl/package.json | 2 +- 19 files changed, 51 insertions(+), 11 deletions(-) diff --git a/packages/babel-plugin-formatjs/CHANGELOG.md b/packages/babel-plugin-formatjs/CHANGELOG.md index 18881282dd..74e5e7dbc0 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.14](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.13...babel-plugin-formatjs@10.5.14) (2024-03-24) + +### Bug Fixes + +* **babel-plugin-formatjs:** fix crash on arg-less $t ([#4342](https://github.com/formatjs/formatjs/issues/4342)) ([4362708](https://github.com/formatjs/formatjs/commit/4362708bea89178dbb9700ed39c8515080dd2b89)) - by @alexzherdev + ## [10.5.13](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.12...babel-plugin-formatjs@10.5.13) (2024-01-26) **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 97b180e511..45a9aef34d 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.13", + "version": "10.5.14", "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 1dad23917a..fd711d13ea 100644 --- a/packages/cli-lib/CHANGELOG.md +++ b/packages/cli-lib/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.3.7](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.3.6...@formatjs/cli-lib@6.3.7) (2024-03-24) + +### Bug Fixes + +* **@formatjs/cli-lib:** onMsgExtracted / onMetaExtracted not getting called ([#4345](https://github.com/formatjs/formatjs/issues/4345)) ([837b2d3](https://github.com/formatjs/formatjs/commit/837b2d37cfee01e404f565376a41c442b60f5b98)) - by @adbl + ## [6.3.6](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.3.5...@formatjs/cli-lib@6.3.6) (2024-01-26) **Note:** Version bump only for package @formatjs/cli-lib diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json index b5d1f2657e..9fa72e498d 100644 --- a/packages/cli-lib/package.json +++ b/packages/cli-lib/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli-lib", - "version": "6.3.6", + "version": "6.3.7", "description": "Lib for CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 51439348da..9c175eb6c1 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.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.7...@formatjs/cli@6.2.8) (2024-03-24) + +**Note:** Version bump only for package @formatjs/cli + ## [6.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.6...@formatjs/cli@6.2.7) (2024-01-26) **Note:** Version bump only for package @formatjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 40e315cefd..a4f5f061e2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli", - "version": "6.2.7", + "version": "6.2.8", "description": "A CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index b1715a9845..c768687b4d 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.43](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.42...@formatjs/editor@2.0.43) (2024-03-24) + +**Note:** Version bump only for package @formatjs/editor + ## [2.0.42](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.41...@formatjs/editor@2.0.42) (2024-01-26) **Note:** Version bump only for package @formatjs/editor diff --git a/packages/editor/package.json b/packages/editor/package.json index 3b4b9fba2b..ab70102910 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/editor", - "version": "2.0.42", + "version": "2.0.43", "description": "A ICU MessageFormat Editor UI", "keywords": [ "intl", diff --git a/packages/intl-datetimeformat/CHANGELOG.md b/packages/intl-datetimeformat/CHANGELOG.md index 6e30510e6a..4fccb2356b 100644 --- a/packages/intl-datetimeformat/CHANGELOG.md +++ b/packages/intl-datetimeformat/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.12.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.12.2...@formatjs/intl-datetimeformat@6.12.3) (2024-03-24) + +**Note:** Version bump only for package @formatjs/intl-datetimeformat + ## [6.12.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.12.1...@formatjs/intl-datetimeformat@6.12.2) (2024-01-16) **Note:** Version bump only for package @formatjs/intl-datetimeformat diff --git a/packages/intl-datetimeformat/package.json b/packages/intl-datetimeformat/package.json index 3c23894fa6..31a8c321ec 100644 --- a/packages/intl-datetimeformat/package.json +++ b/packages/intl-datetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-datetimeformat", - "version": "6.12.2", + "version": "6.12.3", "description": "Intl.DateTimeFormat polyfill", "main": "index.js", "types": "index.d.ts", diff --git a/packages/intl-numberformat/CHANGELOG.md b/packages/intl-numberformat/CHANGELOG.md index ae3909ed0e..17fd364f18 100644 --- a/packages/intl-numberformat/CHANGELOG.md +++ b/packages/intl-numberformat/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. +## [8.10.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.10.0...@formatjs/intl-numberformat@8.10.1) (2024-03-24) + +**Note:** Version bump only for package @formatjs/intl-numberformat + # [8.10.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.9.2...@formatjs/intl-numberformat@8.10.0) (2024-01-26) ### Bug Fixes diff --git a/packages/intl-numberformat/package.json b/packages/intl-numberformat/package.json index b40e4b5758..d09a14935b 100644 --- a/packages/intl-numberformat/package.json +++ b/packages/intl-numberformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-numberformat", - "version": "8.10.0", + "version": "8.10.1", "description": "Ponyfill for ES2020 Intl.NumberFormat", "keywords": [ "polyfill", diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index 57e6193d9a..3fb9a86fb0 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/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. +## [2.10.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.10.0...@formatjs/intl@2.10.1) (2024-03-24) + +**Note:** Version bump only for package @formatjs/intl + # [2.10.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.9.11...@formatjs/intl@2.10.0) (2024-01-26) ### Features diff --git a/packages/intl/package.json b/packages/intl/package.json index 5ac243c4bb..7962174f13 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl", - "version": "2.10.0", + "version": "2.10.1", "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 7617a1ced8..f2e7cf9a79 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-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.6.3](https://github.com/formatjs/formatjs/compare/react-intl@6.6.2...react-intl@6.6.3) (2024-03-24) + +**Note:** Version bump only for package react-intl + ## [6.6.2](https://github.com/formatjs/formatjs/compare/react-intl@6.6.1...react-intl@6.6.2) (2024-01-26) **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 ea5277828c..779000b5fe 100644 --- a/packages/react-intl/package-lock.json +++ b/packages/react-intl/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-intl", - "version": "6.6.2", + "version": "6.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.6.2", + "version": "6.6.3", "license": "BSD-3-Clause", "dependencies": { "@formatjs/ecma402-abstract": "workspace:*", diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index 433ac926de..5418d0d82f 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "6.6.2", + "version": "6.6.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/vue-intl/CHANGELOG.md b/packages/vue-intl/CHANGELOG.md index db097a21dd..0035242ca1 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.29](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.28...vue-intl@6.4.29) (2024-03-24) + +**Note:** Version bump only for package vue-intl + ## [6.4.28](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.27...vue-intl@6.4.28) (2024-01-26) **Note:** Version bump only for package vue-intl diff --git a/packages/vue-intl/package.json b/packages/vue-intl/package.json index 2fd1fd6667..2cf30c564e 100644 --- a/packages/vue-intl/package.json +++ b/packages/vue-intl/package.json @@ -1,6 +1,6 @@ { "name": "vue-intl", - "version": "6.4.28", + "version": "6.4.29", "description": "formatjs intl binding for vue", "main": "index.js", "repository": {