Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl-listformat@5.0.12
 - @formatjs/intl@1.8.4
 - react-intl@5.13.4
 - vue-intl@4.1.17
  • Loading branch information
longlho committed Mar 17, 2021
1 parent be2a3cf commit 9c8c492
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 8 deletions.
12 changes: 12 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.12](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.11...@formatjs/intl-listformat@5.0.12) (2021-03-17)


### Bug Fixes

* **@formatjs/intl-listformat:** fix API docs, fix [#2716](https://github.com/formatjs/formatjs/issues/2716) ([cbb8719](https://github.com/formatjs/formatjs/commit/cbb87194cfe3a01ba1f97b19d0da6aad0f963935))
* **@formatjs/intl-listformat:** fix type doc, fix [#2716](https://github.com/formatjs/formatjs/issues/2716) ([888067a](https://github.com/formatjs/formatjs/commit/888067ae6fef5ae9d750ab9ef60a44600841f2ab))





## [5.0.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.10...@formatjs/intl-listformat@5.0.11) (2021-03-15)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-listformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "5.0.11",
"version": "5.0.12",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl/CHANGELOG.md
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.8.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.8.3...@formatjs/intl@1.8.4) (2021-03-17)


### Bug Fixes

* **@formatjs/intl:** trim down dependencies thanks to TS4.2 ([31b7809](https://github.com/formatjs/formatjs/commit/31b7809e5359a3fc7fb76e9655dadbc5c9c23384))





## [1.8.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.8.2...@formatjs/intl@1.8.3) (2021-03-15)

**Note:** Version bump only for package @formatjs/intl
Expand Down
4 changes: 2 additions & 2 deletions packages/intl/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "1.8.3",
"version": "1.8.4",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.3",
"@formatjs/intl-displaynames": "4.0.11",
"@formatjs/intl-listformat": "5.0.11",
"@formatjs/intl-listformat": "5.0.12",
"fast-memoize": "^2.5.2",
"intl-messageformat": "9.5.3",
"intl-messageformat-parser": "6.4.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-intl/CHANGELOG.md
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.

## [5.13.4](https://github.com/formatjs/formatjs/compare/react-intl@5.13.3...react-intl@5.13.4) (2021-03-17)


### Bug Fixes

* **react-intl:** trim down dependencies thanks to TS4.2 ([be2a3cf](https://github.com/formatjs/formatjs/commit/be2a3cf0128d9dece9508f8523dc9783b682624c))





## [5.13.3](https://github.com/formatjs/formatjs/compare/react-intl@5.13.2...react-intl@5.13.3) (2021-03-15)

**Note:** Version bump only for package react-intl
Expand Down
6 changes: 3 additions & 3 deletions packages/react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.13.3",
"version": "5.13.4",
"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 @@ -129,9 +129,9 @@
"sideEffects": false,
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.3",
"@formatjs/intl": "1.8.3",
"@formatjs/intl": "1.8.4",
"@formatjs/intl-displaynames": "4.0.11",
"@formatjs/intl-listformat": "5.0.11",
"@formatjs/intl-listformat": "5.0.12",
"@types/hoist-non-react-statics": "^3.3.1",
"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "9.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-intl/CHANGELOG.md
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.17](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.16...vue-intl@4.1.17) (2021-03-17)

**Note:** Version bump only for package vue-intl





## [4.1.16](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.15...vue-intl@4.1.16) (2021-03-15)

**Note:** Version bump only for package vue-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-intl",
"version": "4.1.16",
"version": "4.1.17",
"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.8.3"
"@formatjs/intl": "1.8.4"
},
"peerDependencies": {
"vue": "3"
Expand Down

0 comments on commit 9c8c492

Please sign in to comment.