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 27, 2019
1 parent 3605693 commit bce3e97
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 17 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**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.4.1",
"version": "3.5.0",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@types/babel__core": "^7.1.2",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^1.7.1"
"intl-messageformat-parser": "^1.8.0"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**Note:** Version bump only for package formatjs-extract-cldr-data
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": "9.1.1",
"version": "9.2.0",
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-format-cache/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/formatjs/compare/[email protected]@3.3.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**Note:** Version bump only for package intl-format-cache
Expand Down
8 changes: 4 additions & 4 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": "3.2.1",
"version": "3.3.0",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"module": "lib/index.js",
Expand All @@ -13,9 +13,9 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.2.0",
"intl-messageformat": "^4.2.1",
"intl-relativeformat": "^6.3.1"
"@formatjs/intl-relativetimeformat": "^2.3.0",
"intl-messageformat": "^4.3.0",
"intl-relativeformat": "^6.4.0"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locales-supported/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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**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.2.1",
"version": "1.3.0",
"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",
"module": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat-parser/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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

### Bug Fixes
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.7.1",
"version": "1.8.0",
"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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**Note:** Version bump only for package intl-messageformat
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": "4.2.1",
"version": "4.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.7.1"
"intl-messageformat-parser": "^1.8.0"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-relativeformat/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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**Note:** Version bump only for package intl-relativeformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-relativeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-relativeformat",
"version": "6.3.1",
"version": "6.4.0",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand All @@ -26,7 +26,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.2.0"
"@formatjs/intl-relativetimeformat": "^2.3.0"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-relativetimeformat/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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-relativetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "2.2.0",
"version": "2.3.0",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand All @@ -20,7 +20,7 @@
"url": "[email protected]:formatjs/formatjs.git"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^9.1.1"
"formatjs-extract-cldr-data": "^9.2.0"
},
"main": "index.js",
"module": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-utils/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.

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


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))





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

**Note:** Version bump only for package @formatjs/intl-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-utils",
"version": "0.2.1",
"version": "0.3.0",
"description": "Smartly determine best unit for relative time format",
"keywords": [
"intl",
Expand All @@ -22,7 +22,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@formatjs/intl-relativetimeformat": "^2.2.0",
"@formatjs/intl-relativetimeformat": "^2.3.0",
"date-fns": "^1.30.1"
},
"scripts": {
Expand Down

0 comments on commit bce3e97

Please sign in to comment.