From 90af25fb9428a4794311a4090bc08692af2a45c3 Mon Sep 17 00:00:00 2001 From: Long Ho Date: Tue, 30 Mar 2021 10:23:42 -0400 Subject: [PATCH] build: publish - @formatjs/intl@1.9.5 - react-intl@5.15.5 - vue-intl@4.1.24 --- packages/intl/CHANGELOG.md | 11 +++++++++++ packages/intl/package.json | 2 +- packages/react-intl/CHANGELOG.md | 8 ++++++++ packages/react-intl/package.json | 4 ++-- packages/vue-intl/CHANGELOG.md | 8 ++++++++ packages/vue-intl/package.json | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index 03cd61e5e0..1bd7a9a8ff 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/intl/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. +## [1.9.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.9.4...@formatjs/intl@1.9.5) (2021-03-30) + + +### Bug Fixes + +* **@formatjs/intl:** add more details to missing ID message ([506779b](https://github.com/formatjs/formatjs/commit/506779b951264d330aca7d20a470c14662b0887f)), closes [#1059](https://github.com/formatjs/formatjs/issues/1059) + + + + + ## [1.9.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.9.3...@formatjs/intl@1.9.4) (2021-03-30) **Note:** Version bump only for package @formatjs/intl diff --git a/packages/intl/package.json b/packages/intl/package.json index 9e2ec5f608..a93f3a21d5 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl", - "version": "1.9.4", + "version": "1.9.5", "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 94ae85749f..a06e35db31 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-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. +## [5.15.5](https://github.com/formatjs/formatjs/compare/react-intl@5.15.4...react-intl@5.15.5) (2021-03-30) + +**Note:** Version bump only for package react-intl + + + + + ## [5.15.4](https://github.com/formatjs/formatjs/compare/react-intl@5.15.3...react-intl@5.15.4) (2021-03-30) **Note:** Version bump only for package react-intl diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index 71570d1475..ba51d211e2 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "5.15.4", + "version": "5.15.5", "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", @@ -130,7 +130,7 @@ "dependencies": { "@formatjs/ecma402-abstract": "1.6.4", "@formatjs/icu-messageformat-parser": "1.1.2", - "@formatjs/intl": "1.9.4", + "@formatjs/intl": "1.9.5", "@formatjs/intl-displaynames": "4.0.12", "@formatjs/intl-listformat": "5.0.13", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/packages/vue-intl/CHANGELOG.md b/packages/vue-intl/CHANGELOG.md index 558b9af071..99c1c08238 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.24](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.23...vue-intl@4.1.24) (2021-03-30) + +**Note:** Version bump only for package vue-intl + + + + + ## [4.1.23](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.22...vue-intl@4.1.23) (2021-03-30) **Note:** Version bump only for package vue-intl diff --git a/packages/vue-intl/package.json b/packages/vue-intl/package.json index ddbbc0172f..cc582ce591 100644 --- a/packages/vue-intl/package.json +++ b/packages/vue-intl/package.json @@ -1,6 +1,6 @@ { "name": "vue-intl", - "version": "4.1.23", + "version": "4.1.24", "description": "formatjs intl binding for vue", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ ], "author": "Long Ho ", "dependencies": { - "@formatjs/intl": "1.9.4" + "@formatjs/intl": "1.9.5" }, "peerDependencies": { "vue": "3"