Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl@1.4.8
 - react-intl@5.10.4
  • Loading branch information
longlho committed Nov 21, 2020
1 parent b1e1fd0 commit b91a53c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
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.4.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.4.7...@formatjs/intl@1.4.8) (2020-11-21)


### Bug Fixes

* **@formatjs/intl:** only warn about non-AST messages during initialization, fix [#2258](https://github.com/formatjs/formatjs/issues/2258) ([36e40f4](https://github.com/formatjs/formatjs/commit/36e40f47de0b34424adba686f76dab6e329b40bf))





## [1.4.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.4.6...@formatjs/intl@1.4.7) (2020-11-20)

**Note:** Version bump only for package @formatjs/intl
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "1.4.7",
"version": "1.4.8",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
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.10.4](https://github.com/formatjs/formatjs/compare/react-intl@5.10.3...react-intl@5.10.4) (2020-11-21)


### Bug Fixes

* **react-intl:** only warn about non-AST messages during initialization, fix [#2258](https://github.com/formatjs/formatjs/issues/2258) ([b1e1fd0](https://github.com/formatjs/formatjs/commit/b1e1fd0734aaa0340f7d43cfe86566ba639369e3))





## [5.10.3](https://github.com/formatjs/formatjs/compare/react-intl@5.10.2...react-intl@5.10.3) (2020-11-20)

**Note:** Version bump only for package react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.10.3",
"version": "5.10.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,7 +129,7 @@
"sideEffects": false,
"dependencies": {
"@formatjs/ecma402-abstract": "1.5.0",
"@formatjs/intl": "1.4.7",
"@formatjs/intl": "1.4.8",
"@formatjs/intl-displaynames": "4.0.0",
"@formatjs/intl-listformat": "5.0.0",
"@formatjs/intl-relativetimeformat": "8.0.0",
Expand Down

0 comments on commit b91a53c

Please sign in to comment.