Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Dec 2, 2019
1 parent dc4a054 commit 60a1c09
Show file tree
Hide file tree
Showing 34 changed files with 150 additions and 42 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.

## [5.1.10](https://github.com/formatjs/formatjs/compare/[email protected]@5.1.10) (2019-12-02)

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





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

**Note:** Version bump only for package babel-plugin-react-intl
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-react-intl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.9",
"version": "5.1.10",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"@types/babel__core": "^7.1.3",
"@types/schema-utils": "^1.0.0",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^3.4.0",
"intl-messageformat-parser": "^3.5.0",
"schema-utils": "^2.2.0"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.11](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-02)

**Note:** Version bump only for package @formatjs/cli





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

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "1.1.10",
"version": "1.1.11",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/loader-utils": "^1.1.3",
"@types/lodash": "^4.14.138",
"babel-plugin-const-enum": "^0.0.2",
"babel-plugin-react-intl": "^5.1.9",
"babel-plugin-react-intl": "^5.1.10",
"commander": "4.0.0-1",
"fs-extra": "^8.1.0",
"loader-utils": "^1.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-formatjs/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.5.3](https://github.com/formatjs/formatjs/compare/[email protected]@1.5.3) (2019-12-02)

**Note:** Version bump only for package eslint-plugin-formatjs





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

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-formatjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "1.5.2",
"version": "1.5.3",
"description": "ESLint plugin for formatjs",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@types/emoji-regex": "^8.0.0",
"emoji-regex": "^8.0.0",
"intl-messageformat-parser": "^3.4.0"
"intl-messageformat-parser": "^3.5.0"
},
"peerDependencies": {
"eslint": "^6.0.0"
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.10.0](https://github.com/formatjs/formatjs/compare/[email protected]@9.10.0) (2019-12-02)


### Features

* **@formatjs/intl-unified-numberformat:** add currencyDisplay… ([#332](https://github.com/formatjs/formatjs/issues/332)) ([0cf8629](https://github.com/formatjs/formatjs/commit/0cf862992cae62a162d6935797ffd7c0848cf3ea))





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

**Note:** Version bump only for package formatjs-extract-cldr-data
Expand Down
2 changes: 1 addition & 1 deletion packages/formatjs-extract-cldr-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.8",
"version": "9.10.0",
"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 All @@ -16,7 +16,7 @@
"author": "Eric Ferraiuolo <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"@formatjs/intl-utils": "^1.5.0",
"@formatjs/intl-utils": "^1.6.0",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.138",
"cldr-core": "^36.0.0",
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.13](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.13) (2019-12-02)

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





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

**Note:** Version bump only for package intl-format-cache
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-format-cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12",
"version": "4.2.13",
"description": "A memoizer factory for Intl format constructors.",
"main": "dist/index.js",
"module": "lib/index.js",
Expand All @@ -17,8 +17,8 @@
"test": "mocha --opts ../../mocha.opts tests/index.ts"
},
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.8",
"@formatjs/intl-relativetimeformat": "^4.5.0"
"@formatjs/intl-pluralrules": "^1.3.9",
"@formatjs/intl-relativetimeformat": "^4.5.1"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-listformat/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-12-02)

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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-listformat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.3.0",
"version": "1.3.1",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand All @@ -18,10 +18,10 @@
"url": "[email protected]:formatjs/formatjs.git"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^9.9.8"
"formatjs-extract-cldr-data": "^9.10.0"
},
"dependencies": {
"@formatjs/intl-utils": "^1.5.0"
"@formatjs/intl-utils": "^1.6.0"
},
"main": "dist/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.

# [3.5.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.5.0) (2019-12-02)


### Features

* **intl-messageformat-parser:** add support for unit-width ([dc4a054](https://github.com/formatjs/formatjs/commit/dc4a0547115e59198439579aadc3180b6953664d))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "3.5.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"devDependencies": {
"@formatjs/intl-unified-numberformat": "^2.1.8"
"@formatjs/intl-unified-numberformat": "^2.2.0"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
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.

## [7.7.1](https://github.com/formatjs/formatjs/compare/[email protected]@7.7.1) (2019-12-02)

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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "7.7.1",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -31,16 +31,16 @@
"module": "lib/index.js",
"types": "lib/intl-messageformat.d.ts",
"dependencies": {
"intl-format-cache": "^4.2.12",
"intl-messageformat-parser": "^3.4.0"
"intl-format-cache": "^4.2.13",
"intl-messageformat-parser": "^3.5.0"
},
"files": [
"dist",
"lib",
"src"
],
"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.8"
"@formatjs/intl-pluralrules": "^1.3.9"
},
"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.9](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-02)

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





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

**Note:** Version bump only for package @formatjs/intl-pluralrules
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-pluralrules/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.8",
"version": "1.3.9",
"description": "Polyfill for intl plural rules",
"keywords": [
"polyfill",
Expand Down Expand Up @@ -28,10 +28,10 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^9.9.8"
"formatjs-extract-cldr-data": "^9.10.0"
},
"dependencies": {
"@formatjs/intl-utils": "^1.5.0"
"@formatjs/intl-utils": "^1.6.0"
},
"scripts": {
"build": "npm run cldr && npm run compile",
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.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-02)

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





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


Expand Down
Loading

0 comments on commit 60a1c09

Please sign in to comment.