Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Sep 3, 2019
1 parent 94458c3 commit d6ef29a
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.16](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.16) (2019-09-03)

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





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

**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.15",
"version": "4.1.16",
"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.8"
"intl-messageformat-parser": "^3.1.0"
},
"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.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.1.0) (2019-09-03)


### Features

* **intl-messageformat-parser:** add UMD dist, fixes [#171](https://github.com/formatjs/formatjs/issues/171) ([94458c3](https://github.com/formatjs/formatjs/commit/94458c3))





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


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.8",
"version": "3.1.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.js",
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.

## [7.1.5](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.5) (2019-09-03)

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





## [7.1.4](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.4) (2019-09-03)

**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": "7.1.4",
"version": "7.1.5",
"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 @@
"types": "dist/index.d.ts",
"dependencies": {
"intl-format-cache": "^4.1.18",
"intl-messageformat-parser": "^3.0.8"
"intl-messageformat-parser": "^3.1.0"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.1.1"
Expand Down

0 comments on commit d6ef29a

Please sign in to comment.