Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl@1.9.5
 - react-intl@5.15.5
 - vue-intl@4.1.24
  • Loading branch information
longlho committed Mar 30, 2021
1 parent 506779b commit 90af25f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-intl/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -17,7 +17,7 @@
],
"author": "Long Ho <holevietlong@gmail.com>",
"dependencies": {
"@formatjs/intl": "1.9.4"
"@formatjs/intl": "1.9.5"
},
"peerDependencies": {
"vue": "3"
Expand Down

0 comments on commit 90af25f

Please sign in to comment.