Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Jun 27, 2019
1 parent 2329c57 commit 8b0baec
Show file tree
Hide file tree
Showing 18 changed files with 120 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.4.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.4.0) (2019-06-27)


### Features

* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

### Bug Fixes
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.3.3",
"version": "3.4.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.6.8"
"intl-messageformat-parser": "^1.7.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.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@9.1.0) (2019-06-27)


### Features

* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.0.2",
"version": "9.1.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
12 changes: 12 additions & 0 deletions packages/intl-format-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-relativetimeformat:** make intl-relativetimeformat test262-compliant ([#95](https://github.com/formatjs/formatjs/issues/95)) ([91669a3](https://github.com/formatjs/formatjs/commit/91669a3))
* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.1.2",
"version": "3.2.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.0.2",
"intl-messageformat": "^4.1.2",
"intl-relativeformat": "^6.2.2"
"@formatjs/intl-relativetimeformat": "^2.1.0",
"intl-messageformat": "^4.2.0",
"intl-relativeformat": "^6.3.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.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.2.0) (2019-06-27)


### Features

* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.1.2",
"version": "1.2.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.7.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.7.0) (2019-06-27)


### Features

* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.8",
"version": "1.7.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "src/parser.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-relativetimeformat:** make intl-relativetimeformat test262-compliant ([#95](https://github.com/formatjs/formatjs/issues/95)) ([91669a3](https://github.com/formatjs/formatjs/commit/91669a3))
* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.1.2",
"version": "4.2.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.8"
"intl-messageformat-parser": "^1.7.0"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
12 changes: 12 additions & 0 deletions packages/intl-relativeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-relativetimeformat:** make intl-relativetimeformat test262-compliant ([#95](https://github.com/formatjs/formatjs/issues/95)) ([91669a3](https://github.com/formatjs/formatjs/commit/91669a3))
* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**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.2.2",
"version": "6.3.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.0.2"
"@formatjs/intl-relativetimeformat": "^2.1.0"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
12 changes: 12 additions & 0 deletions packages/intl-relativetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **intl-relativetimeformat:** make intl-relativetimeformat test262-compliant ([#95](https://github.com/formatjs/formatjs/issues/95)) ([91669a3](https://github.com/formatjs/formatjs/commit/91669a3))
* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))





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

**Note:** Version bump only for package @formatjs/intl-relativetimeformat
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.0.2",
"version": "2.1.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.0.2"
"formatjs-extract-cldr-data": "^9.1.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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2019-06-27)


### Features

* **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))
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.1.0",
"version": "0.2.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.0.2",
"@formatjs/intl-relativetimeformat": "^2.1.0",
"date-fns": "^1.30.1"
},
"scripts": {
Expand Down

0 comments on commit 8b0baec

Please sign in to comment.