Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Apr 11, 2020
1 parent b6c8352 commit ad4b19d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.4.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.4.0) (2020-04-11)


### Features

* **@formatjs/cli:** add support for pragma ([b6c8352](https://github.com/formatjs/formatjs/commit/b6c8352f5181bcb1adbb520cca01191527bc20bb))
* **babel-plugin-react-intl:** add option to parse pragma ([af58ad2](https://github.com/formatjs/formatjs/commit/af58ad2f2fcb06bf20804e2f5cb357c739f34003))





# [7.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.3.0) (2020-04-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-react-intl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "7.3.0",
"version": "7.4.0",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

# [1.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-11)


### Features

* **@formatjs/cli:** add support for pragma ([b6c8352](https://github.com/formatjs/formatjs/commit/b6c8352f5181bcb1adbb520cca01191527bc20bb))





# [1.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "1.5.0",
"version": "1.6.0",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/loader-utils": "^1.1.3",
"@types/lodash": "^4.14.138",
"babel-plugin-const-enum": "^0.0.5",
"babel-plugin-react-intl": "^7.3.0",
"babel-plugin-react-intl": "^7.4.0",
"commander": "5.0.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
Expand Down

0 comments on commit ad4b19d

Please sign in to comment.