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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Jun 3, 2019
1 parent 9d52eb0 commit 6c131eb
Show file tree
Hide file tree
Showing 14 changed files with 99 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.3](https://github.com/formatjs/babel-plugin-react-intl/compare/[email protected]@3.1.3) (2019-06-03)

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





## [3.1.2](https://github.com/formatjs/babel-plugin-react-intl/compare/[email protected]@3.1.2) (2019-06-03)

**Note:** Version bump only for package babel-plugin-react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-intl",
"version": "3.1.2",
"version": "3.1.3",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"author": "Eric Ferraiuolo <[email protected]>",
"dependencies": {
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^1.6.4"
"intl-messageformat-parser": "^1.6.5"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
21 changes: 21 additions & 0 deletions packages/formatjs-extract-cldr-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0](https://github.com/yahoo/formatjs-extract-cldr-data/compare/[email protected]@8.0.0) (2019-06-03)


### Features

* **formatjs-extract-cldr-data:** add quarter data ([#53](https://github.com/yahoo/formatjs-extract-cldr-data/issues/53)) ([e37a242](https://github.com/yahoo/formatjs-extract-cldr-data/commit/e37a242))
* **formatjs-extract-cldr-data:** rm plural ([#52](https://github.com/yahoo/formatjs-extract-cldr-data/issues/52)) ([62a6de4](https://github.com/yahoo/formatjs-extract-cldr-data/commit/62a6de4))


### BREAKING CHANGES

* **formatjs-extract-cldr-data:** Remove plural extraction since we rely on native
Intl.PluralRules
- Upgrade CLDR to v35
- Extract `*-narrow` rules for relative fields
- Remove es-AR since as of CLDRv35 it cannot be de-duped





# [7.0.0](https://github.com/yahoo/formatjs-extract-cldr-data/compare/[email protected]@7.0.0) (2019-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/formatjs-extract-cldr-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formatjs-extract-cldr-data",
"version": "7.0.0",
"version": "8.0.0",
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-format-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.9](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.9) (2019-06-03)

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





## [2.2.8](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.8) (2019-06-03)

**Note:** Version bump only for package intl-format-cache
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-format-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-format-cache",
"version": "2.2.8",
"version": "2.2.9",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"module": "lib/index.js",
Expand All @@ -13,8 +13,8 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"intl-messageformat": "^3.2.0",
"intl-relativeformat": "^4.0.0"
"intl-messageformat": "^3.3.0",
"intl-relativeformat": "^5.0.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-locales-supported/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/formatjs/formatjs/compare/[email protected]@1.0.8) (2019-06-03)

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





## [1.0.7](https://github.com/formatjs/formatjs/compare/[email protected]@1.0.7) (2019-06-03)

**Note:** Version bump only for package intl-locales-supported
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locales-supported/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-locales-supported",
"version": "1.0.7",
"version": "1.0.8",
"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.",
"main": "index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.5](https://github.com/formatjs/formatjs/compare/[email protected]@1.6.5) (2019-06-03)

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





## [1.6.4](https://github.com/formatjs/formatjs/compare/[email protected]@1.6.4) (2019-06-03)

**Note:** Version bump only for package intl-messageformat-parser
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "1.6.4",
"version": "1.6.5",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "src/parser.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.3.0](https://github.com/formatjs/intl-messageformat/compare/[email protected]@3.3.0) (2019-06-03)


### Features

* **intl-messageformat:** Add `getAst` method ([3d6c289](https://github.com/formatjs/intl-messageformat/commit/3d6c289))





# [3.2.0](https://github.com/formatjs/intl-messageformat/compare/[email protected]@3.2.0) (2019-06-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "3.2.0",
"version": "3.3.0",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -31,7 +31,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"intl-messageformat-parser": "^1.6.4",
"intl-messageformat-parser": "^1.6.5",
"intl-pluralrules": "^1.0.1"
},
"scripts": {
Expand Down
22 changes: 22 additions & 0 deletions packages/intl-relativeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@5.0.0) (2019-06-03)


### Features

* **formatjs-extract-cldr-data:** add quarter data ([#53](https://github.com/formatjs/formatjs/issues/53)) ([e37a242](https://github.com/formatjs/formatjs/commit/e37a242))
* **formatjs-extract-cldr-data:** rm plural ([#52](https://github.com/formatjs/formatjs/issues/52)) ([62a6de4](https://github.com/formatjs/formatjs/commit/62a6de4))
* **intl-messageformat:** Add `getAst` method ([3d6c289](https://github.com/formatjs/formatjs/commit/3d6c289))


### BREAKING CHANGES

* **formatjs-extract-cldr-data:** Remove plural extraction since we rely on native
Intl.PluralRules
- Upgrade CLDR to v35
- Extract `*-narrow` rules for relative fields
- Remove es-AR since as of CLDRv35 it cannot be de-duped





# [4.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@4.0.0) (2019-06-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/intl-relativeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-relativeformat",
"version": "4.0.0",
"version": "5.0.0",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand All @@ -25,10 +25,10 @@
"module": "lib/main.js",
"typings": "lib/main.js",
"dependencies": {
"intl-messageformat": "^3.2.0"
"intl-messageformat": "^3.3.0"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^7.0.0"
"formatjs-extract-cldr-data": "^8.0.0"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down

0 comments on commit 6c131eb

Please sign in to comment.