From e58cc3e4147cc956ebd823258c97bd1f1bb1b85c Mon Sep 17 00:00:00 2001 From: Long Ho Date: Mon, 1 Feb 2021 22:34:44 -0500 Subject: [PATCH] build: publish - eslint-plugin-formatjs@2.12.0 - @formatjs/intl-datetimeformat@3.2.7 - @formatjs/intl@1.6.6 - react-intl@5.12.0 - vue-intl@4.1.8 --- packages/eslint-plugin-formatjs/CHANGELOG.md | 11 +++++++++++ packages/eslint-plugin-formatjs/package.json | 2 +- packages/intl-datetimeformat/CHANGELOG.md | 8 ++++++++ packages/intl-datetimeformat/package.json | 2 +- packages/intl/CHANGELOG.md | 8 ++++++++ packages/intl/package.json | 4 ++-- packages/react-intl/CHANGELOG.md | 16 ++++++++++++++++ packages/react-intl/package.json | 4 ++-- packages/vue-intl/CHANGELOG.md | 8 ++++++++ packages/vue-intl/package.json | 4 ++-- 10 files changed, 59 insertions(+), 8 deletions(-) diff --git a/packages/eslint-plugin-formatjs/CHANGELOG.md b/packages/eslint-plugin-formatjs/CHANGELOG.md index 3bbcfced86..cdc276abf8 100644 --- a/packages/eslint-plugin-formatjs/CHANGELOG.md +++ b/packages/eslint-plugin-formatjs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.12.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.10.7...eslint-plugin-formatjs@2.12.0) (2021-02-02) + + +### Features + +* **eslint-plugin-formatjs:** support template literal without var, fix [#2527](https://github.com/formatjs/formatjs/issues/2527) ([a048e25](https://github.com/formatjs/formatjs/commit/a048e25a5f4cc32b1602b00dbf982282aac97773)) + + + + + # [2.11.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.10.7...eslint-plugin-formatjs@2.11.0) (2021-01-29) diff --git a/packages/eslint-plugin-formatjs/package.json b/packages/eslint-plugin-formatjs/package.json index b77f604930..77393e496c 100644 --- a/packages/eslint-plugin-formatjs/package.json +++ b/packages/eslint-plugin-formatjs/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-formatjs", - "version": "2.11.0", + "version": "2.12.0", "description": "ESLint plugin for formatjs", "main": "index.js", "repository": { diff --git a/packages/intl-datetimeformat/CHANGELOG.md b/packages/intl-datetimeformat/CHANGELOG.md index b90fcc0eb1..3301b1b148 100644 --- a/packages/intl-datetimeformat/CHANGELOG.md +++ b/packages/intl-datetimeformat/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.5...@formatjs/intl-datetimeformat@3.2.7) (2021-02-02) + +**Note:** Version bump only for package @formatjs/intl-datetimeformat + + + + + ## [3.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.5...@formatjs/intl-datetimeformat@3.2.6) (2021-01-29) **Note:** Version bump only for package @formatjs/intl-datetimeformat diff --git a/packages/intl-datetimeformat/package.json b/packages/intl-datetimeformat/package.json index 610b9aeb45..a0c6b0663e 100644 --- a/packages/intl-datetimeformat/package.json +++ b/packages/intl-datetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-datetimeformat", - "version": "3.2.6", + "version": "3.2.7", "description": "Intl.DateTimeFormat polyfill", "main": "index.js", "types": "index.d.ts", diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index 1cab323972..9cfcc5b83b 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/intl/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.6.4...@formatjs/intl@1.6.6) (2021-02-02) + +**Note:** Version bump only for package @formatjs/intl + + + + + ## [1.6.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.6.4...@formatjs/intl@1.6.5) (2021-01-29) **Note:** Version bump only for package @formatjs/intl diff --git a/packages/intl/package.json b/packages/intl/package.json index bace96aa52..836c65f85b 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl", - "version": "1.6.5", + "version": "1.6.6", "description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl", @@ -30,7 +30,7 @@ "sideEffects": false, "dependencies": { "@formatjs/ecma402-abstract": "1.5.2", - "@formatjs/intl-datetimeformat": "3.2.6", + "@formatjs/intl-datetimeformat": "3.2.7", "@formatjs/intl-displaynames": "4.0.5", "@formatjs/intl-listformat": "5.0.5", "@formatjs/intl-relativetimeformat": "8.0.4", diff --git a/packages/react-intl/CHANGELOG.md b/packages/react-intl/CHANGELOG.md index d6e00a9914..1cc44e2067 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-intl/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.12.0](https://github.com/formatjs/formatjs/compare/react-intl@5.10.19...react-intl@5.12.0) (2021-02-02) + + +### Bug Fixes + +* **react-intl:** pass opts to format message, fix [#2538](https://github.com/formatjs/formatjs/issues/2538) ([f7f4535](https://github.com/formatjs/formatjs/commit/f7f4535176c5f9ecd75ff08dd6c4ca6c5a3e97c2)) + + +### Features + +* **react-intl:** allow FormattedMessage to pass in ignoreTag, fix [#2538](https://github.com/formatjs/formatjs/issues/2538) ([a615cf9](https://github.com/formatjs/formatjs/commit/a615cf92bc947274e27bb75233bc3919d13b097c)) + + + + + # [5.11.0](https://github.com/formatjs/formatjs/compare/react-intl@5.10.19...react-intl@5.11.0) (2021-01-29) diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index 59d9a91e5c..e68548fd4b 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "5.11.0", + "version": "5.12.0", "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", @@ -129,7 +129,7 @@ "sideEffects": false, "dependencies": { "@formatjs/ecma402-abstract": "1.5.2", - "@formatjs/intl": "1.6.5", + "@formatjs/intl": "1.6.6", "@formatjs/intl-displaynames": "4.0.5", "@formatjs/intl-listformat": "5.0.5", "@formatjs/intl-relativetimeformat": "8.0.4", diff --git a/packages/vue-intl/CHANGELOG.md b/packages/vue-intl/CHANGELOG.md index c9807e0d28..402cba0798 100644 --- a/packages/vue-intl/CHANGELOG.md +++ b/packages/vue-intl/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.8](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.6...vue-intl@4.1.8) (2021-02-02) + +**Note:** Version bump only for package vue-intl + + + + + ## [4.1.7](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.6...vue-intl@4.1.7) (2021-01-29) **Note:** Version bump only for package vue-intl diff --git a/packages/vue-intl/package.json b/packages/vue-intl/package.json index 01a348f2d3..b70dd841bf 100644 --- a/packages/vue-intl/package.json +++ b/packages/vue-intl/package.json @@ -1,6 +1,6 @@ { "name": "vue-intl", - "version": "4.1.7", + "version": "4.1.8", "description": "formatjs intl binding for vue", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ ], "author": "Long Ho ", "dependencies": { - "@formatjs/intl": "1.6.5" + "@formatjs/intl": "1.6.6" }, "peerDependencies": { "vue": "3"