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

Commit 4cd1f0b

Browse files
author
Long Ho
committed

Some content is hidden

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

41 files changed

+212
-48
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.5.0) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
### Features
15+
16+
* **babel-plugin-react-intl:** support extracting single message from `defineMessage` macro ([f7ce912](https://github.com/formatjs/formatjs/commit/f7ce912a13e8d1050fe9c2b363390c3c7f3b290b))
17+
18+
19+
20+
21+
622
## [7.4.3](https://github.com/formatjs/formatjs/compare/[email protected]@7.4.3) (2020-04-13)
723

824

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-intl",
3-
"version": "7.4.3",
3+
"version": "7.5.0",
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.3",
2222
"@types/schema-utils": "^1.0.0",
2323
"fs-extra": "^9.0.0",
24-
"intl-messageformat-parser": "^4.1.3",
24+
"intl-messageformat-parser": "^4.1.4",
2525
"schema-utils": "^2.2.0"
2626
},
2727
"scripts": {

packages/cli/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+
## [1.6.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [1.6.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-13)
718

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

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.3",
3+
"version": "1.6.4",
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.3",
52+
"babel-plugin-react-intl": "^7.5.0",
5353
"commander": "5.0.0",
5454
"fs-extra": "^9.0.0",
5555
"glob": "^7.1.6",

packages/eslint-plugin-formatjs/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+
## [2.1.4](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.4) (2020-04-14)
7+
8+
**Note:** Version bump only for package eslint-plugin-formatjs
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.3) (2020-04-12)
715

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

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

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

packages/eslint-plugin-formatjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
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.3"
33+
"intl-messageformat-parser": "^4.1.4"
3434
},
3535
"peerDependencies": {
3636
"eslint": "^6.0.0"

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

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

packages/formatjs-extract-cldr-data/package-lock.json

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

packages/formatjs-extract-cldr-data/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formatjs-extract-cldr-data",
3-
"version": "10.1.3",
3+
"version": "10.1.4",
44
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
1818
"author": "Eric Ferraiuolo <[email protected]>",
1919
"license": "BSD-3-Clause",
2020
"dependencies": {
21-
"@formatjs/intl-utils": "^2.2.1",
21+
"@formatjs/intl-utils": "^2.2.2",
2222
"@types/glob": "^7.1.1",
2323
"@types/lodash": "^4.14.138",
2424
"cldr-core": "^36.0.0",

packages/intl-displaynames/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+
## [1.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [1.2.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/intl-displaynames

packages/intl-displaynames/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/intl-displaynames",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
55
"keywords": [
66
"i18n",
@@ -30,10 +30,10 @@
3030
"url": "git+https://github.com/formatjs/formatjs.git"
3131
},
3232
"dependencies": {
33-
"@formatjs/intl-utils": "^2.2.1"
33+
"@formatjs/intl-utils": "^2.2.2"
3434
},
3535
"devDependencies": {
36-
"formatjs-extract-cldr-data": "^10.1.3"
36+
"formatjs-extract-cldr-data": "^10.1.4"
3737
},
3838
"scripts": {
3939
"cldr": "ts-node --project tsconfig.cjs.json scripts/cldr",

packages/intl-format-cache/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+
## [4.2.24](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.24) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [4.2.23](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.23) (2020-03-30)
718

819
**Note:** Version bump only for package intl-format-cache

packages/intl-format-cache/package-lock.json

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

packages/intl-format-cache/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-format-cache",
3-
"version": "4.2.23",
3+
"version": "4.2.24",
44
"description": "A memoizer factory for Intl format constructors.",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -17,8 +17,8 @@
1717
"test": "mocha --opts ../../mocha.opts tests/index.ts"
1818
},
1919
"devDependencies": {
20-
"@formatjs/intl-pluralrules": "^1.5.4",
21-
"@formatjs/intl-relativetimeformat": "^4.5.11"
20+
"@formatjs/intl-pluralrules": "^1.5.5",
21+
"@formatjs/intl-relativetimeformat": "^4.5.12"
2222
},
2323
"repository": {
2424
"type": "git",

packages/intl-listformat/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+
## [1.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [1.4.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/intl-listformat

packages/intl-listformat/package-lock.json

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

packages/intl-listformat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/intl-listformat",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Formats JS list in a i18n-safe way",
55
"keywords": [
66
"intl",
@@ -18,10 +18,10 @@
1818
"url": "[email protected]:formatjs/formatjs.git"
1919
},
2020
"devDependencies": {
21-
"formatjs-extract-cldr-data": "^10.1.3"
21+
"formatjs-extract-cldr-data": "^10.1.4"
2222
},
2323
"dependencies": {
24-
"@formatjs/intl-utils": "^2.2.1"
24+
"@formatjs/intl-utils": "^2.2.2"
2525
},
2626
"main": "dist/index.js",
2727
"module": "lib/index.js",

packages/intl-locales-supported/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+
## [1.8.5](https://github.com/formatjs/formatjs/compare/[email protected]@1.8.5) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [1.8.4](https://github.com/formatjs/formatjs/compare/[email protected]@1.8.4) (2019-11-26)
718

819
**Note:** Version bump only for package intl-locales-supported

packages/intl-locales-supported/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-locales-supported",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

packages/intl-messageformat-parser/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+
## [4.1.4](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.4) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [4.1.3](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.3) (2020-04-12)
718

819
**Note:** Version bump only for package intl-messageformat-parser

packages/intl-messageformat-parser/package-lock.json

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

packages/intl-messageformat-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-messageformat-parser",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Parses ICU Message strings into an AST via JavaScript.",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/formatjs/formatjs/issues"
4747
},
4848
"dependencies": {
49-
"@formatjs/intl-unified-numberformat": "^3.3.2"
49+
"@formatjs/intl-unified-numberformat": "^3.3.3"
5050
},
5151
"homepage": "https://github.com/formatjs/formatjs",
5252
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"

packages/intl-messageformat/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+
## [8.3.6](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.6) (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
12+
13+
14+
15+
16+
617
## [8.3.5](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.5) (2020-04-12)
718

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

packages/intl-messageformat/package-lock.json

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

0 commit comments

Comments
 (0)