diff --git a/packages/babel-plugin-react-intl/CHANGELOG.md b/packages/babel-plugin-react-intl/CHANGELOG.md index d609fcec9..f23e93ba4 100644 --- a/packages/babel-plugin-react-intl/CHANGELOG.md +++ b/packages/babel-plugin-react-intl/CHANGELOG.md @@ -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.3.2](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@3.3.1...babel-plugin-react-intl@3.3.2) (2019-06-18) + +**Note:** Version bump only for package babel-plugin-react-intl + + + + + ## [3.3.1](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@3.3.0...babel-plugin-react-intl@3.3.1) (2019-06-18) **Note:** Version bump only for package babel-plugin-react-intl diff --git a/packages/babel-plugin-react-intl/package.json b/packages/babel-plugin-react-intl/package.json index 93daa0e05..9ef699efd 100644 --- a/packages/babel-plugin-react-intl/package.json +++ b/packages/babel-plugin-react-intl/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-intl", - "version": "3.3.1", + "version": "3.3.2", "description": "Extracts string messages for translation from modules that use React Intl.", "repository": { "type": "git", @@ -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.7" + "intl-messageformat-parser": "^1.6.8" }, "scripts": { "clean": "rimraf lib test/fixtures/**/actual.json", diff --git a/packages/formatjs-extract-cldr-data/CHANGELOG.md b/packages/formatjs-extract-cldr-data/CHANGELOG.md index 64da9b2c3..5c843cc89 100644 --- a/packages/formatjs-extract-cldr-data/CHANGELOG.md +++ b/packages/formatjs-extract-cldr-data/CHANGELOG.md @@ -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. +## [9.0.2](https://github.com/formatjs/formatjs/compare/formatjs-extract-cldr-data@9.0.1...formatjs-extract-cldr-data@9.0.2) (2019-06-18) + +**Note:** Version bump only for package formatjs-extract-cldr-data + + + + + ## [9.0.1](https://github.com/formatjs/formatjs/compare/formatjs-extract-cldr-data@9.0.0...formatjs-extract-cldr-data@9.0.1) (2019-06-18) **Note:** Version bump only for package formatjs-extract-cldr-data diff --git a/packages/formatjs-extract-cldr-data/package.json b/packages/formatjs-extract-cldr-data/package.json index c11d6cee2..0fc7d1896 100644 --- a/packages/formatjs-extract-cldr-data/package.json +++ b/packages/formatjs-extract-cldr-data/package.json @@ -1,6 +1,6 @@ { "name": "formatjs-extract-cldr-data", - "version": "9.0.1", + "version": "9.0.2", "description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.", "main": "dist/index.js", "module": "lib/index.js", diff --git a/packages/intl-format-cache/CHANGELOG.md b/packages/intl-format-cache/CHANGELOG.md index cdf4b3683..4824b4243 100644 --- a/packages/intl-format-cache/CHANGELOG.md +++ b/packages/intl-format-cache/CHANGELOG.md @@ -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.2](https://github.com/formatjs/formatjs/compare/intl-format-cache@3.1.1...intl-format-cache@3.1.2) (2019-06-18) + +**Note:** Version bump only for package intl-format-cache + + + + + ## [3.1.1](https://github.com/formatjs/formatjs/compare/intl-format-cache@3.1.0...intl-format-cache@3.1.1) (2019-06-18) **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 9a3b42310..14d306d08 100644 --- a/packages/intl-format-cache/package.json +++ b/packages/intl-format-cache/package.json @@ -1,6 +1,6 @@ { "name": "intl-format-cache", - "version": "3.1.1", + "version": "3.1.2", "description": "A memoizer factory for Intl format constructors.", "main": "index.js", "module": "lib/index.js", @@ -13,9 +13,9 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@formatjs/intl-relativetimeformat": "^2.0.1", - "intl-messageformat": "^4.1.1", - "intl-relativeformat": "^6.2.1" + "@formatjs/intl-relativetimeformat": "^2.0.2", + "intl-messageformat": "^4.1.2", + "intl-relativeformat": "^6.2.2" }, "repository": { "type": "git", diff --git a/packages/intl-locales-supported/CHANGELOG.md b/packages/intl-locales-supported/CHANGELOG.md index 865f107ff..405815252 100644 --- a/packages/intl-locales-supported/CHANGELOG.md +++ b/packages/intl-locales-supported/CHANGELOG.md @@ -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.1.2](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.1.1...intl-locales-supported@1.1.2) (2019-06-18) + +**Note:** Version bump only for package intl-locales-supported + + + + + ## [1.1.1](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.1.0...intl-locales-supported@1.1.1) (2019-06-18) **Note:** Version bump only for package intl-locales-supported diff --git a/packages/intl-locales-supported/package.json b/packages/intl-locales-supported/package.json index 6c5e8d4f8..5094a1a69 100644 --- a/packages/intl-locales-supported/package.json +++ b/packages/intl-locales-supported/package.json @@ -1,6 +1,6 @@ { "name": "intl-locales-supported", - "version": "1.1.1", + "version": "1.1.2", "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", diff --git a/packages/intl-messageformat-parser/CHANGELOG.md b/packages/intl-messageformat-parser/CHANGELOG.md index 6fd41c779..2e3fa92da 100644 --- a/packages/intl-messageformat-parser/CHANGELOG.md +++ b/packages/intl-messageformat-parser/CHANGELOG.md @@ -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.8](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@1.6.7...intl-messageformat-parser@1.6.8) (2019-06-18) + +**Note:** Version bump only for package intl-messageformat-parser + + + + + ## [1.6.7](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@1.6.6...intl-messageformat-parser@1.6.7) (2019-06-18) **Note:** Version bump only for package intl-messageformat-parser diff --git a/packages/intl-messageformat-parser/package.json b/packages/intl-messageformat-parser/package.json index 746ef7298..49daa337e 100644 --- a/packages/intl-messageformat-parser/package.json +++ b/packages/intl-messageformat-parser/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat-parser", - "version": "1.6.7", + "version": "1.6.8", "description": "Parses ICU Message strings into an AST via JavaScript.", "main": "index.js", "module": "src/parser.js", diff --git a/packages/intl-messageformat/CHANGELOG.md b/packages/intl-messageformat/CHANGELOG.md index f21c71570..c709abcd5 100644 --- a/packages/intl-messageformat/CHANGELOG.md +++ b/packages/intl-messageformat/CHANGELOG.md @@ -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. +## [4.1.2](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.1.1...intl-messageformat@4.1.2) (2019-06-18) + +**Note:** Version bump only for package intl-messageformat + + + + + ## [4.1.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.1.0...intl-messageformat@4.1.1) (2019-06-18) **Note:** Version bump only for package intl-messageformat diff --git a/packages/intl-messageformat/package.json b/packages/intl-messageformat/package.json index d8b213529..8054ea1a6 100644 --- a/packages/intl-messageformat/package.json +++ b/packages/intl-messageformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "4.1.1", + "version": "4.1.2", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", @@ -31,7 +31,7 @@ "module": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { - "intl-messageformat-parser": "^1.6.7" + "intl-messageformat-parser": "^1.6.8" }, "scripts": { "clean": "rimraf dist lib", diff --git a/packages/intl-relativeformat/CHANGELOG.md b/packages/intl-relativeformat/CHANGELOG.md index 41dae9394..01e591937 100644 --- a/packages/intl-relativeformat/CHANGELOG.md +++ b/packages/intl-relativeformat/CHANGELOG.md @@ -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. +## [6.2.2](https://github.com/formatjs/formatjs/compare/intl-relativeformat@6.2.1...intl-relativeformat@6.2.2) (2019-06-18) + +**Note:** Version bump only for package intl-relativeformat + + + + + ## [6.2.1](https://github.com/formatjs/formatjs/compare/intl-relativeformat@6.2.0...intl-relativeformat@6.2.1) (2019-06-18) **Note:** Version bump only for package intl-relativeformat diff --git a/packages/intl-relativeformat/package.json b/packages/intl-relativeformat/package.json index c47dd5b92..eb7f0fa62 100644 --- a/packages/intl-relativeformat/package.json +++ b/packages/intl-relativeformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-relativeformat", - "version": "6.2.1", + "version": "6.2.2", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl", @@ -26,7 +26,7 @@ "module": "lib/index.js", "typings": "lib/index.d.ts", "devDependencies": { - "@formatjs/intl-relativetimeformat": "^2.0.1" + "@formatjs/intl-relativetimeformat": "^2.0.2" }, "scripts": { "clean": "rimraf dist lib", diff --git a/packages/intl-relativetimeformat/CHANGELOG.md b/packages/intl-relativetimeformat/CHANGELOG.md index 052f5fe03..cafd80f79 100644 --- a/packages/intl-relativetimeformat/CHANGELOG.md +++ b/packages/intl-relativetimeformat/CHANGELOG.md @@ -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.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.0.1...@formatjs/intl-relativetimeformat@2.0.2) (2019-06-18) + +**Note:** Version bump only for package @formatjs/intl-relativetimeformat + + + + + ## [2.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.0.0...@formatjs/intl-relativetimeformat@2.0.1) (2019-06-18) **Note:** Version bump only for package @formatjs/intl-relativetimeformat diff --git a/packages/intl-relativetimeformat/package.json b/packages/intl-relativetimeformat/package.json index 56d5de0a3..eec45b081 100644 --- a/packages/intl-relativetimeformat/package.json +++ b/packages/intl-relativetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-relativetimeformat", - "version": "2.0.1", + "version": "2.0.2", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl", @@ -20,7 +20,7 @@ "url": "git@github.com:formatjs/formatjs.git" }, "devDependencies": { - "formatjs-extract-cldr-data": "^9.0.1" + "formatjs-extract-cldr-data": "^9.0.2" }, "main": "index.js", "module": "lib/index.js",