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

Commit 1dc8b1c

Browse files

File tree

16 files changed

+79
-15
lines changed

16 files changed

+79
-15
lines changed

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

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

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": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"@babel/helper-plugin-utils": "^7.0.0",
1717
"@types/babel__core": "^7.1.2",
1818
"fs-extra": "^8.0.1",
19-
"intl-messageformat-parser": "^1.6.7"
19+
"intl-messageformat-parser": "^1.6.8"
2020
},
2121
"scripts": {
2222
"clean": "rimraf lib test/fixtures/**/actual.json",

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formatjs-extract-cldr-data",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

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

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

packages/intl-format-cache/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-format-cache",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A memoizer factory for Intl format constructors.",
55
"main": "index.js",
66
"module": "lib/index.js",
@@ -13,9 +13,9 @@
1313
"prepublishOnly": "npm run build"
1414
},
1515
"devDependencies": {
16-
"@formatjs/intl-relativetimeformat": "^2.0.1",
17-
"intl-messageformat": "^4.1.1",
18-
"intl-relativeformat": "^6.2.1"
16+
"@formatjs/intl-relativetimeformat": "^2.0.2",
17+
"intl-messageformat": "^4.1.2",
18+
"intl-relativeformat": "^6.2.2"
1919
},
2020
"repository": {
2121
"type": "git",

packages/intl-locales-supported/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+
## [1.1.2](https://github.com/formatjs/formatjs/compare/[email protected]@1.1.2) (2019-06-18)
7+
8+
**Note:** Version bump only for package intl-locales-supported
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.1.1) (2019-06-18)
715

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

packages/intl-locales-supported/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-locales-supported",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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": "index.js",
66
"module": "lib/index.js",

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

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

packages/intl-messageformat-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-messageformat-parser",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "Parses ICU Message strings into an AST via JavaScript.",
55
"main": "index.js",
66
"module": "src/parser.js",

0 commit comments

Comments
 (0)