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

Commit 9c83c2c

Browse files
author
Long Ho
committed
Publish
- babel-plugin-react-intl@7.5.2 - @formatjs/cli@1.6.7 - eslint-plugin-formatjs@2.2.1 - formatjs-extract-cldr-data@10.1.5 - @formatjs/intl-displaynames@1.2.6 - intl-format-cache@4.2.25 - @formatjs/intl-listformat@1.4.5 - intl-locales-supported@1.8.6 - intl-messageformat-parser@5.0.1 - intl-messageformat@8.3.8 - @formatjs/intl-pluralrules@1.5.6 - @formatjs/intl-relativetimeformat@4.5.13 - @formatjs/intl-unified-numberformat@3.3.4 - @formatjs/intl-utils@2.2.3 - @formatjs/ts-transformer@1.1.4
1 parent 776390e commit 9c83c2c

File tree

42 files changed

+215
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+215
-50
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.5.2](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@7.5.1...babel-plugin-react-intl@7.5.2) (2020-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
12+
13+
14+
15+
16+
617
## [7.5.1](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@7.5.0...babel-plugin-react-intl@7.5.1) (2020-04-20)
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: 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": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"@types/babel__core": "^7.1.7",
2222
"@types/schema-utils": "^2.4.0",
2323
"fs-extra": "^9.0.0",
24-
"intl-messageformat-parser": "^5.0.0",
24+
"intl-messageformat-parser": "^5.0.1",
2525
"schema-utils": "^2.6.6"
2626
},
2727
"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.6.7](https://github.com/formatjs/formatjs/compare/@formatjs/cli@1.6.6...@formatjs/cli@1.6.7) (2020-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
12+
13+
14+
15+
16+
617
## [1.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/cli@1.6.5...@formatjs/cli@1.6.6) (2020-04-20)
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.6.6",
3+
"version": "1.6.7",
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.150",
5151
"babel-plugin-const-enum": "^1.0.1",
52-
"babel-plugin-react-intl": "^7.5.1",
52+
"babel-plugin-react-intl": "^7.5.2",
5353
"commander": "5.0.0",
5454
"fs-extra": "^9.0.0",
5555
"glob": "^7.1.6",

packages/eslint-plugin-formatjs/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+
## [2.2.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.2.0...eslint-plugin-formatjs@2.2.1) (2020-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.1.5...eslint-plugin-formatjs@2.2.0) (2020-04-24)
718

819

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "ESLint plugin for formatjs",
55
"main": "dist/index.js",
66
"files": [
@@ -29,9 +29,9 @@
2929
"homepage": "https://github.com/formatjs/formatjs#readme",
3030
"dependencies": {
3131
"@types/emoji-regex": "^8.0.0",
32-
"emoji-regex": "^9.0.0",
3332
"@typescript-eslint/typescript-estree": "^2.29.0",
34-
"intl-messageformat-parser": "^5.0.0"
33+
"emoji-regex": "^9.0.0",
34+
"intl-messageformat-parser": "^5.0.1"
3535
},
3636
"peerDependencies": {
3737
"eslint": "^6.8.0"

packages/formatjs-extract-cldr-data/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+
## [10.1.5](https://github.com/formatjs/formatjs/compare/formatjs-extract-cldr-data@10.1.4...formatjs-extract-cldr-data@10.1.5) (2020-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
12+
13+
14+
15+
16+
617
## [10.1.4](https://github.com/formatjs/formatjs/compare/formatjs-extract-cldr-data@10.1.3...formatjs-extract-cldr-data@10.1.4) (2020-04-14)
718

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

0 commit comments

Comments
 (0)