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

Commit 8481b55

Browse files
committed
1 parent 86e087d commit 8481b55

37 files changed

+153
-46
lines changed

packages/babel-plugin-react-intl/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+
## [7.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.1) (2020-03-30)
7+
8+
**Note:** Version bump only for package babel-plugin-react-intl
9+
10+
11+
12+
13+
614
# [7.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.0) (2020-03-29)
715

816

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.1.0",
3+
"version": "7.1.1",
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.1",
23+
"intl-messageformat-parser": "^4.1.2",
2424
"schema-utils": "^2.2.0"
2525
},
2626
"scripts": {

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.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-30)
7+
8+
**Note:** Version bump only for package @formatjs/cli
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-29)
715

816
**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.3.2",
3+
"version": "1.3.3",
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": "^7.1.0",
51+
"babel-plugin-react-intl": "^7.1.1",
5252
"commander": "4.0.0-1",
5353
"fs-extra": "^8.1.0",
5454
"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.1](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.1) (2020-03-30)
7+
8+
**Note:** Version bump only for package eslint-plugin-formatjs
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.0) (2020-03-29)
715

816

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.0",
3+
"version": "2.1.1",
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.1"
33+
"intl-messageformat-parser": "^4.1.2"
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.3](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.3) (2020-03-30)
7+
8+
**Note:** Version bump only for package formatjs-extract-cldr-data
9+
10+
11+
12+
13+
614
## [10.1.2](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.2) (2020-03-18)
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.2",
3+
"version": "10.1.3",
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.0",
21+
"@formatjs/intl-utils": "^2.2.1",
2222
"@types/glob": "^7.1.1",
2323
"@types/lodash": "^4.14.138",
2424
"cldr-core": "^36.0.0",

packages/intl-displaynames/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.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-30)
7+
8+
**Note:** Version bump only for package @formatjs/intl-displaynames
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
715

816
**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.2",
3+
"version": "1.2.3",
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.0"
33+
"@formatjs/intl-utils": "^2.2.1"
3434
},
3535
"devDependencies": {
36-
"formatjs-extract-cldr-data": "^10.1.2"
36+
"formatjs-extract-cldr-data": "^10.1.3"
3737
},
3838
"scripts": {
3939
"cldr": "ts-node --project tsconfig.cjs.json scripts/cldr",

packages/intl-format-cache/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+
## [4.2.23](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.23) (2020-03-30)
7+
8+
**Note:** Version bump only for package intl-format-cache
9+
10+
11+
12+
13+
614
## [4.2.22](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.22) (2020-03-18)
715

816
**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.22",
3+
"version": "4.2.23",
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.3",
21-
"@formatjs/intl-relativetimeformat": "^4.5.10"
20+
"@formatjs/intl-pluralrules": "^1.5.4",
21+
"@formatjs/intl-relativetimeformat": "^4.5.11"
2222
},
2323
"repository": {
2424
"type": "git",

packages/intl-listformat/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.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-30)
7+
8+
**Note:** Version bump only for package @formatjs/intl-listformat
9+
10+
11+
12+
13+
614
## [1.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
715

816
**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.2",
3+
"version": "1.4.3",
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.2"
21+
"formatjs-extract-cldr-data": "^10.1.3"
2222
},
2323
"dependencies": {
24-
"@formatjs/intl-utils": "^2.2.0"
24+
"@formatjs/intl-utils": "^2.2.1"
2525
},
2626
"main": "dist/index.js",
2727
"module": "lib/index.js",

packages/intl-messageformat-parser/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+
## [4.1.2](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.2) (2020-03-30)
7+
8+
**Note:** Version bump only for package intl-messageformat-parser
9+
10+
11+
12+
13+
614
## [4.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.1) (2020-03-18)
715

816
**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.1",
3+
"version": "4.1.2",
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.0"
49+
"@formatjs/intl-unified-numberformat": "^3.3.1"
5050
},
5151
"homepage": "https://github.com/formatjs/formatjs",
5252
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"

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

816

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.

packages/intl-messageformat/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-messageformat",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
55
"keywords": [
66
"i18n",
@@ -31,16 +31,16 @@
3131
"module": "lib/index.js",
3232
"types": "lib/intl-messageformat.d.ts",
3333
"dependencies": {
34-
"intl-format-cache": "^4.2.22",
35-
"intl-messageformat-parser": "^4.1.1"
34+
"intl-format-cache": "^4.2.23",
35+
"intl-messageformat-parser": "^4.1.2"
3636
},
3737
"files": [
3838
"dist",
3939
"lib",
4040
"src"
4141
],
4242
"devDependencies": {
43-
"@formatjs/intl-pluralrules": "^1.5.3"
43+
"@formatjs/intl-pluralrules": "^1.5.4"
4444
},
4545
"sideEffects": false,
4646
"scripts": {

packages/intl-pluralrules/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.5.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-30)
7+
8+
**Note:** Version bump only for package @formatjs/intl-pluralrules
9+
10+
11+
12+
13+
614
## [1.5.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
715

816
**Note:** Version bump only for package @formatjs/intl-pluralrules

packages/intl-pluralrules/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)