From 63e7577876040c076c2deee68da8b276f7e3ed75 Mon Sep 17 00:00:00 2001 From: Long Ho Date: Tue, 4 Jun 2019 20:15:04 -0400 Subject: [PATCH] Publish - intl-format-cache@3.0.0 - intl-messageformat@4.0.0 - intl-relativeformat@6.0.0 - intl-relativetimeformat@1.0.0 --- packages/intl-format-cache/CHANGELOG.md | 18 ++++++++++++++++ packages/intl-format-cache/package.json | 8 +++---- packages/intl-messageformat/CHANGELOG.md | 21 +++++++++++++++++++ packages/intl-messageformat/package.json | 2 +- packages/intl-relativeformat/CHANGELOG.md | 21 +++++++++++++++++++ packages/intl-relativeformat/package.json | 4 ++-- packages/intl-relativetimeformat/CHANGELOG.md | 21 +++++++++++++++++++ packages/intl-relativetimeformat/package.json | 2 +- 8 files changed, 89 insertions(+), 8 deletions(-) diff --git a/packages/intl-format-cache/CHANGELOG.md b/packages/intl-format-cache/CHANGELOG.md index 4e6fbed37..b50af71a2 100644 --- a/packages/intl-format-cache/CHANGELOG.md +++ b/packages/intl-format-cache/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.9...intl-format-cache@3.0.0) (2019-06-05) + + +### Features + +* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) +* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3)) + + +### BREAKING CHANGES + +* **intl-messageformat:** We no longer include intl-pluralrules in our main index +file. Consumer should polyfill accordingly. + + + + + ## [2.2.9](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.7...intl-format-cache@2.2.9) (2019-06-03) **Note:** Version bump only for package intl-format-cache diff --git a/packages/intl-format-cache/package.json b/packages/intl-format-cache/package.json index 12005c10b..0d0c9b779 100644 --- a/packages/intl-format-cache/package.json +++ b/packages/intl-format-cache/package.json @@ -1,6 +1,6 @@ { "name": "intl-format-cache", - "version": "2.2.9", + "version": "3.0.0", "description": "A memoizer factory for Intl format constructors.", "main": "index.js", "module": "lib/index.js", @@ -13,9 +13,9 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "intl-messageformat": "^3.3.0", - "intl-relativeformat": "^5.0.0", - "intl-relativetimeformat": "0.1" + "intl-messageformat": "^4.0.0", + "intl-relativeformat": "^6.0.0", + "intl-relativetimeformat": "^1.0.0" }, "repository": { "type": "git", diff --git a/packages/intl-messageformat/CHANGELOG.md b/packages/intl-messageformat/CHANGELOG.md index 57530bfbc..9f67a6a3b 100644 --- a/packages/intl-messageformat/CHANGELOG.md +++ b/packages/intl-messageformat/CHANGELOG.md @@ -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. +# [4.0.0](https://github.com/formatjs/intl-messageformat/compare/intl-messageformat@3.3.0...intl-messageformat@4.0.0) (2019-06-05) + + +### Features + +* add package intl-relativetimeformat ([#51](https://github.com/formatjs/intl-messageformat/issues/51)) ([48c0f43](https://github.com/formatjs/intl-messageformat/commit/48c0f43)) +* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/intl-messageformat/commit/a8526c3)) +* **intl-messageformat:** rm rolluped dist ([a126939](https://github.com/formatjs/intl-messageformat/commit/a126939)) + + +### BREAKING CHANGES + +* **intl-messageformat:** Change dist files packaged. Entry point should stay the +same though. +* **intl-messageformat:** We no longer include intl-pluralrules in our main index +file. Consumer should polyfill accordingly. + + + + + # [3.3.0](https://github.com/formatjs/intl-messageformat/compare/intl-messageformat@3.1.4...intl-messageformat@3.3.0) (2019-06-03) diff --git a/packages/intl-messageformat/package.json b/packages/intl-messageformat/package.json index e9b5f700e..fd7852595 100644 --- a/packages/intl-messageformat/package.json +++ b/packages/intl-messageformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "3.3.0", + "version": "4.0.0", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", diff --git a/packages/intl-relativeformat/CHANGELOG.md b/packages/intl-relativeformat/CHANGELOG.md index 93f5ecc79..97bdfbe77 100644 --- a/packages/intl-relativeformat/CHANGELOG.md +++ b/packages/intl-relativeformat/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/formatjs/formatjs/compare/intl-relativeformat@5.0.0...intl-relativeformat@6.0.0) (2019-06-05) + + +### Features + +* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) +* **intl-relativeformat:** rm rolluped dist ([c6f94e4](https://github.com/formatjs/formatjs/commit/c6f94e4)) +* **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0)) + + +### BREAKING CHANGES + +* **intl-relativeformat:** This changes the list of assets we package. However, +entry point is still intact. +* **intl-relativeformat:** We now use Intl.RelativeTimeFormat in +intl-relativeformat so consuming env should polyfill this accordingly + + + + + # [5.0.0](https://github.com/formatjs/formatjs/compare/intl-relativeformat@3.1.0...intl-relativeformat@5.0.0) (2019-06-03) diff --git a/packages/intl-relativeformat/package.json b/packages/intl-relativeformat/package.json index f8fcf149c..daaf28708 100644 --- a/packages/intl-relativeformat/package.json +++ b/packages/intl-relativeformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-relativeformat", - "version": "5.0.0", + "version": "6.0.0", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl", @@ -26,7 +26,7 @@ "module": "lib/index.js", "typings": "lib/index.d.ts", "devDependencies": { - "intl-relativetimeformat": "0.1" + "intl-relativetimeformat": "^1.0.0" }, "scripts": { "clean": "rimraf dist lib", diff --git a/packages/intl-relativetimeformat/CHANGELOG.md b/packages/intl-relativetimeformat/CHANGELOG.md index 5be10ce4e..6af173b04 100644 --- a/packages/intl-relativetimeformat/CHANGELOG.md +++ b/packages/intl-relativetimeformat/CHANGELOG.md @@ -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. +# 1.0.0 (2019-06-05) + + +### Features + +* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) +* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3)) +* **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0)) + + +### BREAKING CHANGES + +* **intl-messageformat:** We no longer include intl-pluralrules in our main index +file. Consumer should polyfill accordingly. +* **intl-relativeformat:** We now use Intl.RelativeTimeFormat in +intl-relativeformat so consuming env should polyfill this accordingly + + + + + # [3.1.0](https://github.com/formatjs/formatjs/compare/intl-relativeformat@3.0.1...intl-relativeformat@3.1.0) (2019-05-31) diff --git a/packages/intl-relativetimeformat/package.json b/packages/intl-relativetimeformat/package.json index c86ae82b0..4f74fe679 100644 --- a/packages/intl-relativetimeformat/package.json +++ b/packages/intl-relativetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-relativetimeformat", - "version": "0.1.0", + "version": "1.0.0", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl",