diff --git a/packages/babel-plugin-react-intl/CHANGELOG.md b/packages/babel-plugin-react-intl/CHANGELOG.md index e71934db5..7aad214b9 100644 --- a/packages/babel-plugin-react-intl/CHANGELOG.md +++ b/packages/babel-plugin-react-intl/CHANGELOG.md @@ -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/babel-plugin-react-intl@7.3.0...babel-plugin-react-intl@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/babel-plugin-react-intl@7.2.1...babel-plugin-react-intl@7.3.0) (2020-04-11) diff --git a/packages/babel-plugin-react-intl/package-lock.json b/packages/babel-plugin-react-intl/package-lock.json index 14d6549fd..d1af6b85a 100644 --- a/packages/babel-plugin-react-intl/package-lock.json +++ b/packages/babel-plugin-react-intl/package-lock.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-intl", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/babel-plugin-react-intl/package.json b/packages/babel-plugin-react-intl/package.json index d8374d0a8..ecdad2cad 100644 --- a/packages/babel-plugin-react-intl/package.json +++ b/packages/babel-plugin-react-intl/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 00bdaa32c..90be6ad0f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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/cli@1.5.0...@formatjs/cli@1.6.0) (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/cli@1.4.2...@formatjs/cli@1.5.0) (2020-04-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index 40555cf73..77e712564 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli", - "version": "1.5.0", + "version": "1.6.0", "description": "A CLI for formatjs.", "keywords": [ "intl", @@ -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",