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

Commit 42e0242

Browse files
author
Long Ho
committed
1 parent a091009 commit 42e0242

File tree

38 files changed

+165
-41
lines changed

38 files changed

+165
-41
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [6.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.1.0) (2020-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **babel-plugin-react-intl:** extract messages without defaultMessage, fix [#536](https://github.com/formatjs/formatjs/issues/536) ([dafa46b](https://github.com/formatjs/formatjs/commit/dafa46b2bd5a8f22f2d57e2adf7a33c51095f18b))
12+
13+
14+
### Features
15+
16+
* **babel-plugin-react-intl:** add filename as param to overrideIdFn ([30b9de9](https://github.com/formatjs/formatjs/commit/30b9de9e631928d3f543ee2b8094a1b608ee95d0)), closes [#495](https://github.com/formatjs/formatjs/issues/495) [#496](https://github.com/formatjs/formatjs/issues/496)
17+
* **babel-plugin-react-intl:** output file with empty [] if src has no messages ([43dae5b](https://github.com/formatjs/formatjs/commit/43dae5b2a1554de8d40d4248a9c4a3622904406b)), closes [#553](https://github.com/formatjs/formatjs/issues/553)
18+
19+
20+
21+
22+
623
## [6.0.1](https://github.com/formatjs/formatjs/compare/[email protected]@6.0.1) (2020-03-05)
724

825
**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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-intl",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"@types/babel__core": "^7.1.3",
2121
"@types/schema-utils": "^1.0.0",
2222
"fs-extra": "^8.1.0",
23-
"intl-messageformat-parser": "^4.1.0",
23+
"intl-messageformat-parser": "^4.1.1",
2424
"schema-utils": "^2.2.0"
2525
},
2626
"scripts": {

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.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
7+
8+
9+
### Features
10+
11+
* **@formatjs/cli:** Add option to ignore a glob of files ([#564](https://github.com/formatjs/formatjs/issues/564)) ([843d82b](https://github.com/formatjs/formatjs/commit/843d82b2190458deab2f4393cb854cc4d36f6dfc))
12+
13+
14+
15+
16+
617
## [1.1.22](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-05)
718

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

packages/cli/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/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.1.22",
3+
"version": "1.2.0",
44
"description": "A CLI for formatjs.",
55
"keywords": [
66
"intl",
@@ -48,7 +48,7 @@
4848
"@types/loader-utils": "^1.1.3",
4949
"@types/lodash": "^4.14.138",
5050
"babel-plugin-const-enum": "^0.0.2",
51-
"babel-plugin-react-intl": "^6.0.1",
51+
"babel-plugin-react-intl": "^6.1.0",
5252
"commander": "4.0.0-1",
5353
"fs-extra": "^8.1.0",
5454
"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.0.2](https://github.com/formatjs/formatjs/compare/[email protected]@2.0.2) (2020-03-18)
7+
8+
**Note:** Version bump only for package eslint-plugin-formatjs
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/formatjs/formatjs/compare/[email protected]@2.0.1) (2020-03-05)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ESLint plugin for formatjs",
55
"main": "dist/index.js",
66
"files": [
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@types/emoji-regex": "^8.0.0",
3232
"emoji-regex": "^8.0.0",
33-
"intl-messageformat-parser": "^4.1.0"
33+
"intl-messageformat-parser": "^4.1.1"
3434
},
3535
"peerDependencies": {
3636
"eslint": "^6.0.0"

packages/formatjs-extract-cldr-data/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+
## [10.1.2](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.2) (2020-03-18)
7+
8+
**Note:** Version bump only for package formatjs-extract-cldr-data
9+
10+
11+
12+
13+
614
## [10.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.1) (2020-01-27)
715

816
**Note:** Version bump only for package formatjs-extract-cldr-data

0 commit comments

Comments
 (0)