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

Commit e4c0c0f

Browse files

File tree

18 files changed

+95
-17
lines changed

18 files changed

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

816
### Features

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.4.0",
3+
"version": "3.4.1",
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.7.0"
19+
"intl-messageformat-parser": "^1.7.1"
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.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@9.1.1) (2019-06-26)
7+
8+
**Note:** Version bump only for package formatjs-extract-cldr-data
9+
10+
11+
12+
13+
614
# [9.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@9.1.0) (2019-06-27)
715

816
### Features

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.1.0",
3+
"version": "9.1.1",
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.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@3.2.1) (2019-06-26)
7+
8+
**Note:** Version bump only for package intl-format-cache
9+
10+
11+
12+
13+
614
# [3.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.2.0) (2019-06-27)
715

816
### Features

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.2.0",
3+
"version": "3.2.1",
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.1.0",
17-
"intl-messageformat": "^4.2.0",
18-
"intl-relativeformat": "^6.3.0"
16+
"@formatjs/intl-relativetimeformat": "^2.2.0",
17+
"intl-messageformat": "^4.2.1",
18+
"intl-relativeformat": "^6.3.1"
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.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.2.1) (2019-06-26)
7+
8+
**Note:** Version bump only for package intl-locales-supported
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.2.0) (2019-06-27)
715

816
### Features

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.2.0",
3+
"version": "1.2.1",
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: 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.7.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.7.1) (2019-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **intl-messageformat-parser:** Escape double-' to a single ' ([#103](https://github.com/formatjs/formatjs/issues/103)) ([4d0cd1f](https://github.com/formatjs/formatjs/commit/4d0cd1f))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.7.0) (2019-06-27)
718

819
### Features

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.7.0",
3+
"version": "1.7.1",
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)