Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-react-intl@8.1.3
 - @formatjs/cli@2.7.5
 - eslint-plugin-formatjs@2.6.5
 - @formatjs/intl-datetimeformat@2.6.0
 - @formatjs/intl-displaynames@3.3.0
 - @formatjs/intl-getcanonicallocales@1.4.0
 - @formatjs/intl-listformat@4.2.0
 - @formatjs/intl-locale@2.3.0
 - intl-messageformat-parser@5.4.2
 - intl-messageformat@9.2.5
 - @formatjs/intl-numberformat@5.5.0
 - @formatjs/intl-pluralrules@3.4.0
 - @formatjs/intl-relativetimeformat@7.2.0
 - react-intl@5.6.5
 - @formatjs/ts-transformer@2.7.3
  • Loading branch information
longlho committed Aug 18, 2020
1 parent d0a9f94 commit a6faf0b
Show file tree
Hide file tree
Showing 30 changed files with 178 additions and 34 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-react-intl/CHANGELOG.md
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.

## [8.1.3](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@8.1.2...babel-plugin-react-intl@8.1.3) (2020-08-18)

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





## [8.1.2](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@8.1.1...babel-plugin-react-intl@8.1.2) (2020-08-17)

**Note:** Version bump only for package babel-plugin-react-intl
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-intl",
"version": "8.1.2",
"version": "8.1.3",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -14,10 +14,10 @@
"@babel/core": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/types": "^7.9.5",
"@formatjs/ts-transformer": "^2.7.2",
"@formatjs/ts-transformer": "^2.7.3",
"@types/babel__core": "^7.1.7",
"@types/schema-utils": "^2.4.0",
"intl-messageformat-parser": "^5.4.1",
"intl-messageformat-parser": "^5.4.2",
"schema-utils": "^2.6.6"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.7.5](https://github.com/formatjs/formatjs/compare/@formatjs/cli@2.7.4...@formatjs/cli@2.7.5) (2020-08-18)

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





## [2.7.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli@2.7.3...@formatjs/cli@2.7.4) (2020-08-17)

**Note:** Version bump only for package @formatjs/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "2.7.4",
"version": "2.7.5",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ts-transformer": "^2.7.2",
"@formatjs/ts-transformer": "^2.7.3",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.150",
"@types/loud-rejection": "^2.0.0",
Expand All @@ -40,7 +40,7 @@
"commander": "5.1.0",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "^5.4.1",
"intl-messageformat-parser": "^5.4.2",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"loud-rejection": "^2.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
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.6.5](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.6.4...eslint-plugin-formatjs@2.6.5) (2020-08-18)

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





## [2.6.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.6.3...eslint-plugin-formatjs@2.6.4) (2020-08-17)

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "2.6.4",
"version": "2.6.5",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -20,13 +20,13 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/ts-transformer": "^2.7.2",
"@formatjs/ts-transformer": "^2.7.3",
"@types/emoji-regex": "^8.0.0",
"@types/eslint": "^7.2.0",
"@types/estree": "^0.0.45",
"@typescript-eslint/typescript-estree": "^3.6.0",
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "^5.4.1"
"intl-messageformat-parser": "^5.4.2"
},
"peerDependencies": {
"eslint": "^7.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
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.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.5.0...@formatjs/intl-datetimeformat@2.6.0) (2020-08-18)


### Features

* **@formatjs/intl-datetimeformat:** expose shouldPolyfill to detect if platform needs our polyfill ([d9b3914](https://github.com/formatjs/formatjs/commit/d9b391425b55e34075ba12951a26d74cc2811e29))





# [2.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.4.3...@formatjs/intl-datetimeformat@2.5.0) (2020-08-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-datetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "2.5.0",
"version": "2.6.0",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/intl-getcanonicallocales": "^1.3.2",
"@formatjs/intl-getcanonicallocales": "^1.4.0",
"@formatjs/intl-utils": "^3.8.4"
}
}
11 changes: 11 additions & 0 deletions packages/intl-displaynames/CHANGELOG.md
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.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@3.2.3...@formatjs/intl-displaynames@3.3.0) (2020-08-18)


### Features

* **@formatjs/intl-displaynames:** expose shouldPolyfill to detect if platform needs our polyfill ([8820290](https://github.com/formatjs/formatjs/commit/8820290194137b3dc758cdc6f461037d5bbb4af2))





## [3.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@3.2.2...@formatjs/intl-displaynames@3.2.3) (2020-08-17)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-displaynames/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "3.2.3",
"version": "3.3.0",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-getcanonicallocales/CHANGELOG.md
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.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.3.2...@formatjs/intl-getcanonicallocales@1.4.0) (2020-08-18)


### Features

* **@formatjs/intl-getcanonicallocales:** expose shouldPolyfill to detect if platform needs our polyfill ([ba0aac6](https://github.com/formatjs/formatjs/commit/ba0aac6dda7053a5b4ffb8f6502dd8c1688cbc8f))





## [1.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.3.1...@formatjs/intl-getcanonicallocales@1.3.2) (2020-08-14)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-getcanonicallocales/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "1.3.2",
"version": "1.4.0",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
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.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@4.1.2...@formatjs/intl-listformat@4.2.0) (2020-08-18)


### Features

* **@formatjs/intl-listformat:** expose shouldPolyfill to detect if platform needs our polyfill ([7f62ccd](https://github.com/formatjs/formatjs/commit/7f62ccd2b52202e8330d8fb709b1793f788b7e82))





## [4.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@4.1.1...@formatjs/intl-listformat@4.1.2) (2020-08-17)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-listformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "4.1.2",
"version": "4.2.0",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locale/CHANGELOG.md
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.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.2.6...@formatjs/intl-locale@2.3.0) (2020-08-18)


### Features

* **@formatjs/intl-locale:** expose shouldPolyfill to detect if platform needs our polyfill ([3ed62e2](https://github.com/formatjs/formatjs/commit/3ed62e2a72a6934a347f4fdc54a8443bebf7eb07))





## [2.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.2.5...@formatjs/intl-locale@2.2.6) (2020-08-17)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "2.2.6",
"version": "2.3.0",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/intl-getcanonicallocales": "^1.3.2",
"@formatjs/intl-getcanonicallocales": "^1.4.0",
"@formatjs/intl-utils": "^3.8.4",
"cldr-core": "^36.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat-parser/CHANGELOG.md
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.4.2](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.4.1...intl-messageformat-parser@5.4.2) (2020-08-18)

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





## [5.4.1](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.4.0...intl-messageformat-parser@5.4.1) (2020-08-17)

**Note:** Version bump only for package intl-messageformat-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "5.4.1",
"version": "5.4.2",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/intl-numberformat": "^5.4.2"
"@formatjs/intl-numberformat": "^5.5.0"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
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.2.5](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.2.4...intl-messageformat@9.2.5) (2020-08-18)

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





## [9.2.4](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.2.3...intl-messageformat@9.2.4) (2020-08-17)

**Note:** Version bump only for package intl-messageformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat/package.json
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "9.2.4",
"version": "9.2.5",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -32,7 +32,7 @@
"types": "index.d.ts",
"dependencies": {
"fast-memoize": "^2.5.2",
"intl-messageformat-parser": "^5.4.1"
"intl-messageformat-parser": "^5.4.2"
},
"sideEffects": false,
"homepage": "https://github.com/formatjs/formatjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-numberformat/CHANGELOG.md
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.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@5.4.2...@formatjs/intl-numberformat@5.5.0) (2020-08-18)


### Features

* **@formatjs/intl-numberformat:** expose shouldPolyfill to detect if platform needs our polyfill ([f12bde6](https://github.com/formatjs/formatjs/commit/f12bde68d1c5b0c22d9bdff7aef309379ac76dfe))





## [5.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@5.4.1...@formatjs/intl-numberformat@5.4.2) (2020-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-numberformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "5.4.2",
"version": "5.5.0",
"description": "Ponyfill for ES2020 Intl.NumberFormat",
"keywords": [
"polyfill",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-pluralrules/CHANGELOG.md
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.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@3.3.2...@formatjs/intl-pluralrules@3.4.0) (2020-08-18)


### Features

* **@formatjs/intl-pluralrules:** expose shouldPolyfill to detect if platform needs our polyfill ([9ef0548](https://github.com/formatjs/formatjs/commit/9ef0548323f227b96b8fcd34a9c3e3cbf82bb61e))





## [3.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@3.3.1...@formatjs/intl-pluralrules@3.3.2) (2020-08-17)

**Note:** Version bump only for package @formatjs/intl-pluralrules
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-pluralrules/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "3.3.2",
"version": "3.4.0",
"description": "Polyfill for Intl.PluralRules",
"keywords": [
"polyfill",
Expand All @@ -20,7 +20,7 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/intl-getcanonicallocales": "^1.3.2",
"@formatjs/intl-getcanonicallocales": "^1.4.0",
"@formatjs/intl-utils": "^3.8.4"
},
"bugs": {
Expand Down

0 comments on commit a6faf0b

Please sign in to comment.