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
Long Ho committed Apr 24, 2020
1 parent 776390e commit 9c83c2c
Show file tree
Hide file tree
Showing 42 changed files with 215 additions and 50 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/formatjs/formatjs/compare/[email protected]@7.5.2) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [7.5.1](https://github.com/formatjs/formatjs/compare/[email protected]@7.5.1) (2020-04-20)

**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": "7.5.1",
"version": "7.5.2",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"@types/babel__core": "^7.1.7",
"@types/schema-utils": "^2.4.0",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "^5.0.0",
"intl-messageformat-parser": "^5.0.1",
"schema-utils": "^2.6.6"
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.6.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [1.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-20)

**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.6.6",
"version": "1.6.7",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/loader-utils": "^1.1.3",
"@types/lodash": "^4.14.150",
"babel-plugin-const-enum": "^1.0.1",
"babel-plugin-react-intl": "^7.5.1",
"babel-plugin-react-intl": "^7.5.2",
"commander": "5.0.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-formatjs/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.

## [2.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.1) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





# [2.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.0) (2020-04-24)


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.

6 changes: 3 additions & 3 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": "2.2.0",
"version": "2.2.1",
"description": "ESLint plugin for formatjs",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@types/emoji-regex": "^8.0.0",
"emoji-regex": "^9.0.0",
"@typescript-eslint/typescript-estree": "^2.29.0",
"intl-messageformat-parser": "^5.0.0"
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "^5.0.1"
},
"peerDependencies": {
"eslint": "^6.8.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.

## [10.1.5](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.5) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [10.1.4](https://github.com/formatjs/formatjs/compare/[email protected]@10.1.4) (2020-04-14)

**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": "10.1.4",
"version": "10.1.5",
"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 @@ -18,7 +18,7 @@
"author": "Eric Ferraiuolo <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"@formatjs/intl-utils": "^2.2.2",
"@formatjs/intl-utils": "^2.2.3",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.150",
"cldr-core": "^36.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-displaynames/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.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [1.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-20)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-displaynames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "1.2.5",
"version": "1.2.6",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down Expand Up @@ -30,10 +30,10 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/intl-utils": "^2.2.2"
"@formatjs/intl-utils": "^2.2.3"
},
"devDependencies": {
"formatjs-extract-cldr-data": "^10.1.4"
"formatjs-extract-cldr-data": "^10.1.5"
},
"scripts": {
"cldr": "ts-node --project tsconfig.cjs.json scripts/cldr",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-format-cache/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.

## [4.2.25](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.25) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [4.2.24](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.24) (2020-04-14)


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.24",
"version": "4.2.25",
"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.5.5",
"@formatjs/intl-relativetimeformat": "^4.5.12"
"@formatjs/intl-pluralrules": "^1.5.6",
"@formatjs/intl-relativetimeformat": "^4.5.13"
},
"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.4.5](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [1.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-14)


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.4.4",
"version": "1.4.5",
"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": "^10.1.4"
"formatjs-extract-cldr-data": "^10.1.5"
},
"dependencies": {
"@formatjs/intl-utils": "^2.2.2"
"@formatjs/intl-utils": "^2.2.3"
},
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locales-supported/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.8.6](https://github.com/formatjs/formatjs/compare/[email protected]@1.8.6) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [1.8.5](https://github.com/formatjs/formatjs/compare/[email protected]@1.8.5) (2020-04-14)


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.8.5",
"version": "1.8.6",
"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": "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.

## [5.0.1](https://github.com/formatjs/formatjs/compare/[email protected]@5.0.1) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





# [5.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@5.0.0) (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat-parser/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/intl-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "5.0.0",
"version": "5.0.1",
"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"
},
"dependencies": {
"@formatjs/intl-unified-numberformat": "^3.3.3"
"@formatjs/intl-unified-numberformat": "^3.3.4"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat/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.

## [8.3.8](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.8) (2020-04-24)


### Bug Fixes

* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))





## [8.3.7](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.7) (2020-04-20)


Expand Down
Loading

0 comments on commit 9c83c2c

Please sign in to comment.