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 18, 2019
1 parent 851a437 commit 1dc8b1c
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 15 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.3.2](https://github.com/formatjs/formatjs/compare/[email protected]@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/[email protected]@3.3.1) (2019-06-18)

**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.3.1",
"version": "3.3.2",
"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.7"
"intl-messageformat-parser": "^1.6.8"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
8 changes: 8 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,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/[email protected]@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/[email protected]@9.0.1) (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.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",
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.

## [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





## [3.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@3.1.1) (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.1",
"version": "3.1.2",
"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.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",
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.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





## [1.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.1.1) (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.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",
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.8](https://github.com/formatjs/formatjs/compare/[email protected]@1.6.8) (2019-06-18)

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





## [1.6.7](https://github.com/formatjs/formatjs/compare/[email protected]@1.6.7) (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.7",
"version": "1.6.8",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "src/parser.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat/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.

## [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





## [4.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.1) (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.1",
"version": "4.1.2",
"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.7"
"intl-messageformat-parser": "^1.6.8"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-relativeformat/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.

## [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





## [6.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@6.2.1) (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.1",
"version": "6.2.2",
"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.1"
"@formatjs/intl-relativetimeformat": "^2.0.2"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-relativetimeformat/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.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





## [2.0.1](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.1",
"version": "2.0.2",
"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.1"
"formatjs-extract-cldr-data": "^9.0.2"
},
"main": "index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 1dc8b1c

Please sign in to comment.