Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.3.6
 - @formatjs/cli@4.2.32
 - @formatjs/ecma402-abstract@1.9.8
 - @formatjs/editor@1.1.29
 - eslint-plugin-formatjs@2.17.5
 - @formatjs/icu-messageformat-parser@2.0.11
 - @formatjs/icu-skeleton-parser@1.2.12
 - @formatjs/intl-datetimeformat@4.2.3
 - @formatjs/intl-displaynames@5.2.3
 - @formatjs/intl-listformat@6.3.3
 - @formatjs/intl-locale@2.4.37
 - intl-messageformat@9.9.1
 - @formatjs/intl-numberformat@7.2.3
 - @formatjs/intl-pluralrules@4.1.3
 - @formatjs/intl-relativetimeformat@9.2.3
 - @formatjs/intl@1.14.1
 - react-intl@5.20.10
 - @formatjs/ts-transformer@3.4.9
 - vue-intl@6.0.11
  • Loading branch information
longlho committed Aug 21, 2021
1 parent eb1d49b commit 21aa2f5
Show file tree
Hide file tree
Showing 38 changed files with 222 additions and 51 deletions.
8 changes: 8 additions & 0 deletions packages/babel-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.

## [10.3.6](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.5...babel-plugin-formatjs@10.3.6) (2021-08-21)

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





## [10.3.5](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.4...babel-plugin-formatjs@10.3.5) (2021-08-15)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "10.3.5",
"version": "10.3.6",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"@babel/plugin-syntax-jsx": "7",
"@babel/traverse": "7",
"@babel/types": "^7.12.11",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@formatjs/icu-messageformat-parser": "2.0.11",
"@formatjs/ts-transformer": "3.4.9",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"tslib": "^2.1.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/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.

## [4.2.32](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.2.31...@formatjs/cli@4.2.32) (2021-08-21)


### Bug Fixes

* **@formatjs/cli:** fix async process.stderr issue, close [#3125](https://github.com/formatjs/formatjs/issues/3125) ([4f4633e](https://github.com/formatjs/formatjs/commit/4f4633e1e87a4b90dfbcf688b8657dc0c6498a61))
* **@formatjs/ts-transformer:** use console.error to avoid async process.stderr issue ([b7886a9](https://github.com/formatjs/formatjs/commit/b7886a9552c62b1c4e311cf74960fbec6ccb3a05))





## [4.2.31](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.2.30...@formatjs/cli@4.2.31) (2021-08-15)

**Note:** Version bump only for package @formatjs/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "4.2.31",
"version": "4.2.32",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@formatjs/icu-messageformat-parser": "2.0.11",
"@formatjs/ts-transformer": "3.4.9",
"@types/estree": "^0.0.50",
"@types/fs-extra": "^9.0.1",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
11 changes: 11 additions & 0 deletions packages/ecma402-abstract/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.9.8](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.9.7...@formatjs/ecma402-abstract@1.9.8) (2021-08-21)


### Bug Fixes

* **@formatjs/ecma402-abstract:** rm custom DateTimeFormatOptions and use the native one ([61ea5c9](https://github.com/formatjs/formatjs/commit/61ea5c9ee6819b8af8925e2352275e9e86f2cb1a))





## [1.9.7](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.9.6...@formatjs/ecma402-abstract@1.9.7) (2021-08-15)

**Note:** Version bump only for package @formatjs/ecma402-abstract
Expand Down
2 changes: 1 addition & 1 deletion packages/ecma402-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ecma402-abstract",
"version": "1.9.7",
"version": "1.9.8",
"description": "A collection of implementation for ECMAScript abstract operations",
"keywords": [
"intl",
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/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.29](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.28...@formatjs/editor@1.1.29) (2021-08-21)

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





## [1.1.28](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.27...@formatjs/editor@1.1.28) (2021-08-16)

**Note:** Version bump only for package @formatjs/editor
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "1.1.28",
"version": "1.1.29",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down Expand Up @@ -28,13 +28,13 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/icu-messageformat-parser": "2.0.11",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "16",
"react": "17",
"react-intl": "5.20.9"
"react-intl": "5.20.10"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
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.

## [2.17.5](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.17.4...eslint-plugin-formatjs@2.17.5) (2021-08-21)

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





## [2.17.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.17.3...eslint-plugin-formatjs@2.17.4) (2021-08-15)

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
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.17.4",
"version": "2.17.5",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@formatjs/icu-messageformat-parser": "2.0.11",
"@formatjs/ts-transformer": "3.4.9",
"@types/emoji-regex": "9",
"@types/eslint": "^7.2.0",
"@typescript-eslint/typescript-estree": "^4.11.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/icu-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.

## [2.0.11](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.0.10...@formatjs/icu-messageformat-parser@2.0.11) (2021-08-21)

**Note:** Version bump only for package @formatjs/icu-messageformat-parser





## [2.0.10](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.0.9...@formatjs/icu-messageformat-parser@2.0.10) (2021-08-15)

**Note:** Version bump only for package @formatjs/icu-messageformat-parser
Expand Down
6 changes: 3 additions & 3 deletions packages/icu-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.0.10",
"version": "2.0.11",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/icu-skeleton-parser": "1.2.11",
"@formatjs/ecma402-abstract": "1.9.8",
"@formatjs/icu-skeleton-parser": "1.2.12",
"tslib": "^2.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/icu-skeleton-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.2.12](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.2.11...@formatjs/icu-skeleton-parser@1.2.12) (2021-08-21)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser





## [1.2.11](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.2.10...@formatjs/icu-skeleton-parser@1.2.11) (2021-08-15)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/icu-skeleton-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@formatjs/icu-skeleton-parser",
"version": "1.2.11",
"version": "1.2.12",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/ecma402-abstract": "1.9.8",
"tslib": "^2.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/intl-datetimeformat/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.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@4.2.2...@formatjs/intl-datetimeformat@4.2.3) (2021-08-21)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** use native DateTimeFormatOptions instead of custom one ([eb1d49b](https://github.com/formatjs/formatjs/commit/eb1d49b983ffd4006d9500168e978aeb7a5d8c1c))





## [4.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@4.2.1...@formatjs/intl-datetimeformat@4.2.2) (2021-08-15)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-datetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "4.2.2",
"version": "4.2.3",
"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/ecma402-abstract": "1.9.7",
"@formatjs/ecma402-abstract": "1.9.8",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-displaynames/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.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@5.2.2...@formatjs/intl-displaynames@5.2.3) (2021-08-21)

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





## [5.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@5.2.1...@formatjs/intl-displaynames@5.2.2) (2021-08-15)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
4 changes: 2 additions & 2 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": "5.2.2",
"version": "5.2.3",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand All @@ -21,7 +21,7 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/ecma402-abstract": "1.9.8",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
},
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.

## [6.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@6.3.2...@formatjs/intl-listformat@6.3.3) (2021-08-21)

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





## [6.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@6.3.1...@formatjs/intl-listformat@6.3.2) (2021-08-15)

**Note:** Version bump only for package @formatjs/intl-listformat
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": "6.3.2",
"version": "6.3.3",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand All @@ -19,7 +19,7 @@
"url": "git@github.com:formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/ecma402-abstract": "1.9.8",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-locale/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.4.37](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.36...@formatjs/intl-locale@2.4.37) (2021-08-21)

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





## [2.4.36](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.35...@formatjs/intl-locale@2.4.36) (2021-08-15)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "2.4.36",
"version": "2.4.37",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/ecma402-abstract": "1.9.8",
"@formatjs/intl-getcanonicallocales": "1.7.3",
"tslib": "^2.1.0"
}
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.

## [9.9.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.9.0...intl-messageformat@9.9.1) (2021-08-21)

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





# [9.9.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.8.2...intl-messageformat@9.9.0) (2021-08-15)


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": "9.9.0",
"version": "9.9.1",
"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": {
"@formatjs/fast-memoize": "1.2.0",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/icu-messageformat-parser": "2.0.11",
"tslib": "^2.1.0"
},
"sideEffects": false,
Expand Down

0 comments on commit 21aa2f5

Please sign in to comment.