Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Aug 7, 2019
1 parent 215aa6d commit e4991d2
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-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.

## [4.1.7](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.7) (2019-08-07)

**Note:** Version bump only for package babel-plugin-react-intl





## [4.1.6](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.6) (2019-08-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-intl",
"version": "4.1.6",
"version": "4.1.7",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@types/babel__core": "^7.1.2",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^3.0.2"
"intl-messageformat-parser": "^3.0.3"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat-parser/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.

## [3.0.3](https://github.com/formatjs/formatjs/compare/[email protected]@3.0.3) (2019-08-07)


### Bug Fixes

* **intl-messageformat-parser:** normalize plural in nested select, fixes [#145](https://github.com/formatjs/formatjs/issues/145) ([215aa6d](https://github.com/formatjs/formatjs/commit/215aa6d))





## [3.0.2](https://github.com/formatjs/formatjs/compare/[email protected]@3.0.2) (2019-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "3.0.2",
"version": "3.0.3",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat/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.

## [6.0.4](https://github.com/formatjs/formatjs/compare/[email protected]@6.0.4) (2019-08-07)

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





## [6.0.3](https://github.com/formatjs/formatjs/compare/[email protected]@6.0.3) (2019-08-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "6.0.3",
"version": "6.0.4",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -32,7 +32,7 @@
"type": "module",
"dependencies": {
"intl-format-cache": "^4.1.6",
"intl-messageformat-parser": "^3.0.2"
"intl-messageformat-parser": "^3.0.3"
},
"scripts": {
"benchmark": "ts-node --project ./tsconfig.cjs.json tests/benchmark",
Expand Down

0 comments on commit e4991d2

Please sign in to comment.