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

Commit 7d1c9ff

Browse files
author
Long Ho
committed
1 parent afc92d4 commit 7d1c9ff

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

packages/babel-plugin-react-intl/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.4.3](https://github.com/formatjs/formatjs/compare/[email protected]@7.4.3) (2020-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **babel-plugin-react-intl:** fix README link ([afc92d4](https://github.com/formatjs/formatjs/commit/afc92d4e35aa00756fcdba0d4f3ac0ace8fb7954))
12+
13+
14+
15+
16+
617
## [7.4.2](https://github.com/formatjs/formatjs/compare/[email protected]@7.4.2) (2020-04-12)
718

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

packages/babel-plugin-react-intl/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-react-intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-intl",
3-
"version": "7.4.2",
3+
"version": "7.4.3",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-13)
7+
8+
**Note:** Version bump only for package @formatjs/cli
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-12)
715

816

packages/cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/cli",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "A CLI for formatjs.",
55
"keywords": [
66
"intl",
@@ -49,7 +49,7 @@
4949
"@types/loader-utils": "^1.1.3",
5050
"@types/lodash": "^4.14.138",
5151
"babel-plugin-const-enum": "^0.0.5",
52-
"babel-plugin-react-intl": "^7.4.2",
52+
"babel-plugin-react-intl": "^7.4.3",
5353
"commander": "5.0.0",
5454
"fs-extra": "^9.0.0",
5555
"glob": "^7.1.6",

0 commit comments

Comments
 (0)