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

Commit 14acf7a

Browse files
author
Long Ho
committed
1 parent 08db726 commit 14acf7a

File tree

11 files changed

+46
-8
lines changed

11 files changed

+46
-8
lines changed

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

Lines changed: 11 additions & 0 deletions
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.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.2.0) (2020-04-11)
7+
8+
9+
### Features
10+
11+
* **@formatjs/cli:** export extracting API ([08db726](https://github.com/formatjs/formatjs/commit/08db7261721137a1a275fd2c29a0633c19034fd3))
12+
13+
14+
15+
16+
617
## [7.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.1) (2020-03-30)
718

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

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

Lines changed: 1 addition & 1 deletion
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

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

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [1.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-11)
7+
8+
9+
### Features
10+
11+
* **@formatjs/cli:** export extracting API ([08db726](https://github.com/formatjs/formatjs/commit/08db7261721137a1a275fd2c29a0633c19034fd3))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-30)
718

819
**Note:** Version bump only for package @formatjs/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/cli",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
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.1.1",
52+
"babel-plugin-react-intl": "^7.2.0",
5353
"commander": "5.0.0",
5454
"fs-extra": "^9.0.0",
5555
"glob": "^7.1.6",

packages/eslint-plugin-formatjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [2.1.2](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.2) (2020-04-11)
7+
8+
**Note:** Version bump only for package eslint-plugin-formatjs
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.1) (2020-03-30)
715

816
**Note:** Version bump only for package eslint-plugin-formatjs

packages/eslint-plugin-formatjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-formatjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "ESLint plugin for formatjs",
55
"main": "dist/index.js",
66
"files": [

packages/intl-messageformat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [8.3.4](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.4) (2020-04-11)
7+
8+
**Note:** Version bump only for package intl-messageformat
9+
10+
11+
12+
13+
614
## [8.3.3](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.3) (2020-03-30)
715

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

packages/intl-messageformat/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)