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

Commit caf647b

Browse files
committed
Publish
- babel-plugin-react-intl@3.1.0 - formatjs-extract-cldr-data@6.1.2 - intl-format-cache@2.2.2 - intl-locales-supported@1.0.3 - intl-messageformat-parser@1.6.3 - intl-messageformat@3.1.3 - intl-relativeformat@2.1.1
1 parent 5671370 commit caf647b

14 files changed

Lines changed: 96 additions & 22 deletions

File tree

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.1.0](https://github.com/formatjs/babel-plugin-react-intl/compare/babel-plugin-react-intl@3.0.2...babel-plugin-react-intl@3.1.0) (2019-05-28)
7+
8+
9+
### Features
10+
11+
* **babel-plugin-react-intl:** add `extractFromFormatMessageCall` option to opt-in extracting from `intl.formatMessage`, fixes [#37](https://github.com/formatjs/babel-plugin-react-intl/issues/37) ([#39](https://github.com/formatjs/babel-plugin-react-intl/issues/39)) ([5d0bb43](https://github.com/formatjs/babel-plugin-react-intl/commit/5d0bb43))
12+
13+
14+
15+
16+
117
## [3.0.2](https://github.com/formatjs/babel-plugin-react-intl/compare/babel-plugin-react-intl@3.0.2...babel-plugin-react-intl@3.0.2) (2019-05-28)
218

319

@@ -10,6 +26,3 @@
1026

1127
* **babel-plugin-react-intl:** add `extractFromFormatMessageCall` option to opt-in extracting from `intl.formatMessage`, fixes [#37](https://github.com/formatjs/babel-plugin-react-intl/issues/37) ([#39](https://github.com/formatjs/babel-plugin-react-intl/issues/39)) ([5d0bb43](https://github.com/formatjs/babel-plugin-react-intl/commit/5d0bb43))
1228
* **test:** Add test suite. ([a7b611a](https://github.com/formatjs/babel-plugin-react-intl/commit/a7b611a))
13-
14-
15-

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.0.2",
3+
"version": "3.1.0",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"author": "Eric Ferraiuolo <edf@ericf.me>",
1212
"dependencies": {
1313
"fs-extra": "^8.0.1",
14-
"intl-messageformat-parser": "^1.4.0"
14+
"intl-messageformat-parser": "^1.6.3"
1515
},
1616
"scripts": {
1717
"prettier": "prettier --write '{src,scripts}/*.js' test/index.js",
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [6.1.1](https://github.com/yahoo/formatjs-extract-cldr-data/compare/formatjs-extract-cldr-data@6.1.1...formatjs-extract-cldr-data@6.1.1) (2019-05-28)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [6.1.2](https://github.com/yahoo/formatjs-extract-cldr-data/compare/formatjs-extract-cldr-data@6.1.1...formatjs-extract-cldr-data@6.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package formatjs-extract-cldr-data
29

310

411

12+
13+
14+
## [6.1.1](https://github.com/yahoo/formatjs-extract-cldr-data/compare/formatjs-extract-cldr-data@6.1.1...formatjs-extract-cldr-data@6.1.1) (2019-05-28)

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": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
55
"main": "index.js",
66
"scripts": {
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [2.2.1](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.1...intl-format-cache@2.2.1) (2019-05-28)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.2.2](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.1...intl-format-cache@2.2.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-format-cache
29

310

411

12+
13+
14+
## [2.2.1](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.1...intl-format-cache@2.2.1) (2019-05-28)

packages/intl-format-cache/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-format-cache",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A memoizer factory for Intl format constructors.",
55
"main": "index.js",
66
"module": "lib/index.js",
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/formatjs/formatjs",
3131
"devDependencies": {
32-
"intl-messageformat": "^3.1.2",
33-
"intl-relativeformat": "^2.1.0"
32+
"intl-messageformat": "^3.1.3",
33+
"intl-relativeformat": "^2.1.1"
3434
},
3535
"prettier": {
3636
"singleQuote": true
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [1.0.2](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.0.2...intl-locales-supported@1.0.2) (2019-05-28)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.3](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.0.2...intl-locales-supported@1.0.3) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-locales-supported
29

310

411

12+
13+
14+
## [1.0.2](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.0.2...intl-locales-supported@1.0.2) (2019-05-28)

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.0.2",
3+
"version": "1.0.3",
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
"typings": "lib/index.d.ts",
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [1.6.2](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@1.6.2...intl-messageformat-parser@1.6.2) (2019-05-28)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.6.3](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@1.6.2...intl-messageformat-parser@1.6.3) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-messageformat-parser
29

310

411

12+
13+
14+
## [1.6.2](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@1.6.2...intl-messageformat-parser@1.6.2) (2019-05-28)

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