Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Oct 23, 2019
1 parent d1b7c8c commit cd9ad1f
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 21 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.

## [4.1.21](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.21) (2019-10-23)

**Note:** Version bump only for package babel-plugin-react-intl





## [4.1.20](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.20) (2019-10-01)

**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": "4.1.20",
"version": "4.1.21",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@types/babel__core": "^7.1.2",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^3.2.1"
"intl-messageformat-parser": "^3.2.2"
},
"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.9.1](https://github.com/formatjs/formatjs/compare/[email protected]@9.9.1) (2019-10-23)

**Note:** Version bump only for package formatjs-extract-cldr-data





# [9.9.0](https://github.com/formatjs/formatjs/compare/[email protected]@9.9.0) (2019-10-01)


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.9.0",
"version": "9.9.1",
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.

## [4.2.3](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.3) (2019-10-23)

**Note:** Version bump only for package intl-format-cache





## [4.2.2](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.2) (2019-10-01)

**Note:** Version bump only for package intl-format-cache
Expand Down
6 changes: 3 additions & 3 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": "4.2.2",
"version": "4.2.3",
"description": "A memoizer factory for Intl format constructors.",
"main": "dist/index.js",
"module": "lib/index.js",
Expand All @@ -12,8 +12,8 @@
"test": "mocha --opts ../../mocha.opts tests/index.ts"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.0",
"@formatjs/intl-relativetimeformat": "^4.2.0"
"@formatjs/intl-pluralrules": "^1.3.1",
"@formatjs/intl-relativetimeformat": "^4.2.1"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-listformat/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.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-10-23)


### Bug Fixes

* **@formatjs/intl-listformat:** fix CreatePartsFromList to behave like spec ([e4e7b17](https://github.com/formatjs/formatjs/commit/e4e7b1747d87e3ea5937d6d6911a500b6b00e394))





# [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-10-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-listformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "1.2.0",
"version": "1.2.1",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand All @@ -18,7 +18,7 @@
"url": "[email protected]:formatjs/formatjs.git"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^9.9.0"
"formatjs-extract-cldr-data": "^9.9.1"
},
"dependencies": {
"@formatjs/intl-utils": "^1.4.0"
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.

## [3.2.2](https://github.com/formatjs/formatjs/compare/[email protected]@3.2.2) (2019-10-23)

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





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

**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": "3.2.1",
"version": "3.2.2",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.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.

## [7.3.3](https://github.com/formatjs/formatjs/compare/[email protected]@7.3.3) (2019-10-23)


### Bug Fixes

* **intl-messageformat:** fix formatHTMLMessage @ regex ([d1b7c8c](https://github.com/formatjs/formatjs/commit/d1b7c8c14a0b90f8d059a8dc3e12ce7976192975)), closes [#217](https://github.com/formatjs/formatjs/issues/217)
* **intl-messageformat:** handle nested # in plural correctly, fix [#202](https://github.com/formatjs/formatjs/issues/202) ([22121b2](https://github.com/formatjs/formatjs/commit/22121b210b566ad3dd509e4cbf47d3c245742928))





## [7.3.2](https://github.com/formatjs/formatjs/compare/[email protected]@7.3.2) (2019-10-01)

**Note:** Version bump only for package intl-messageformat
Expand Down
8 changes: 4 additions & 4 deletions packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "7.3.2",
"version": "7.3.3",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -31,11 +31,11 @@
"module": "lib/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"intl-format-cache": "^4.2.2",
"intl-messageformat-parser": "^3.2.1"
"intl-format-cache": "^4.2.3",
"intl-messageformat-parser": "^3.2.2"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.0"
"@formatjs/intl-pluralrules": "^1.3.1"
},
"sideEffects": false,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-pluralrules/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.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-10-23)

**Note:** Version bump only for package @formatjs/intl-pluralrules





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


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-pluralrules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "1.3.0",
"version": "1.3.1",
"description": "Polyfill for intl plural rules",
"keywords": [
"polyfill",
Expand All @@ -20,7 +20,7 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^9.9.0"
"formatjs-extract-cldr-data": "^9.9.1"
},
"dependencies": {
"@formatjs/intl-utils": "^1.4.0"
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.

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

**Note:** Version bump only for package @formatjs/intl-relativetimeformat





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


Expand Down
6 changes: 3 additions & 3 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": "4.2.0",
"version": "4.2.1",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand All @@ -20,8 +20,8 @@
"url": "[email protected]:formatjs/formatjs.git"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.0",
"formatjs-extract-cldr-data": "^9.9.0"
"@formatjs/intl-pluralrules": "^1.3.1",
"formatjs-extract-cldr-data": "^9.9.1"
},
"dependencies": {
"@formatjs/intl-utils": "^1.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-unified-numberformat/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.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-10-23)

**Note:** Version bump only for package @formatjs/intl-unified-numberformat





# [2.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-10-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/intl-unified-numberformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-unified-numberformat",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ponyfill for intl unified numberformat proposal",
"keywords": [
"polyfill",
Expand All @@ -19,8 +19,8 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.0",
"formatjs-extract-cldr-data": "^9.9.0"
"@formatjs/intl-pluralrules": "^1.3.1",
"formatjs-extract-cldr-data": "^9.9.1"
},
"dependencies": {
"@formatjs/intl-utils": "^1.4.0"
Expand Down

0 comments on commit cd9ad1f

Please sign in to comment.