Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Jul 25, 2019
1 parent 72cdafc commit 0a4253c
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.3](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.3) (2019-07-25)

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





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

**Note:** Version bump only for package babel-plugin-react-intl
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.2",
"version": "4.1.3",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@types/babel__core": "^7.1.2",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^2.1.2"
"intl-messageformat-parser": "^2.1.3"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat-parser/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.

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

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





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


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": "2.1.2",
"version": "2.1.3",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat/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.

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


### Features

* **intl-messageformat:** Add xml formatting ([#124](https://github.com/formatjs/formatjs/issues/124)) ([72cdafc](https://github.com/formatjs/formatjs/commit/72cdafc))





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

**Note:** Version bump only for package intl-messageformat
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": "5.1.2",
"version": "5.2.0",
"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 @@
"typings": "lib/index.d.ts",
"dependencies": {
"intl-format-cache": "^4.1.2",
"intl-messageformat-parser": "^2.1.2"
"intl-messageformat-parser": "^2.1.3"
},
"scripts": {
"benchmark": "ts-node --project ./tsconfig.cjs.json tests/benchmark",
Expand Down

0 comments on commit 0a4253c

Please sign in to comment.