Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Jul 24, 2021
1 parent 289a531 commit a1ca99d
Show file tree
Hide file tree
Showing 40 changed files with 268 additions and 58 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.3](https://github.com/formatjs/formatjs/compare/[email protected]@10.3.3) (2021-07-24)

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





## [10.3.2](https://github.com/formatjs/formatjs/compare/[email protected]@10.3.2) (2021-07-06)

**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.2",
"version": "10.3.3",
"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.9.5",
"@formatjs/icu-messageformat-parser": "2.0.7",
"@formatjs/ts-transformer": "3.4.5",
"@formatjs/icu-messageformat-parser": "2.0.8",
"@formatjs/ts-transformer": "3.4.6",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "7",
"tslib": "^2.1.0"
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.

## [4.2.29](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)

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





## [4.2.28](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-23)


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.28",
"version": "4.2.29",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "git+ssh://[email protected]/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.7",
"@formatjs/ts-transformer": "3.4.5",
"@formatjs/icu-messageformat-parser": "2.0.8",
"@formatjs/ts-transformer": "3.4.6",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.150",
"@types/node": "14",
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.5](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)


### Bug Fixes

* **@formatjs/ecma402-abstract:** refactoring ([bb01687](https://github.com/formatjs/formatjs/commit/bb01687d5202641a7cb7949796bee8c64232cc9f))





## [1.9.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)


Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.9.5",
"description": "A collection of implementation for ECMAScript abstract operations",
"keywords": [
"intl",
Expand All @@ -14,7 +14,7 @@
"format"
],
"dependencies": {
"@formatjs/intl-localematcher": "0.2.17",
"@formatjs/intl-localematcher": "0.2.18",
"tslib": "^2.1.0"
},
"author": "Long Ho <[email protected]",
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.25](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)

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





## [1.1.24](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-23)

**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.24",
"version": "1.1.25",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down Expand Up @@ -28,13 +28,13 @@
"url": "git+ssh://[email protected]/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.7",
"@formatjs/icu-messageformat-parser": "2.0.8",
"@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.5"
"react-intl": "5.20.6"
},
"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.2](https://github.com/formatjs/formatjs/compare/[email protected]@2.17.2) (2021-07-24)

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





## [2.17.1](https://github.com/formatjs/formatjs/compare/[email protected]@2.17.1) (2021-07-06)

**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.1",
"version": "2.17.2",
"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.7",
"@formatjs/ts-transformer": "3.4.5",
"@formatjs/icu-messageformat-parser": "2.0.8",
"@formatjs/ts-transformer": "3.4.6",
"@types/emoji-regex": "^8.0.0",
"@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.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)

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





## [2.0.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)

**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.7",
"version": "2.0.8",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.4",
"@formatjs/icu-skeleton-parser": "1.2.8",
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/icu-skeleton-parser": "1.2.9",
"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.9](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)

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





## [1.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)

**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.8",
"version": "1.2.9",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.4",
"@formatjs/ecma402-abstract": "1.9.5",
"tslib": "^2.1.0"
}
}
16 changes: 16 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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/[email protected]...@formatjs/[email protected]) (2021-07-24)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** refactor ([029f7fd](https://github.com/formatjs/formatjs/commit/029f7fdc0bb12a98382b424658e3cc049c271eeb))


### Features

* **@formatjs/intl-datetimeformat:** add supported locales check to should-polyfill, fix [#3066](https://github.com/formatjs/formatjs/issues/3066) ([59d297e](https://github.com/formatjs/formatjs/commit/59d297e806a453edcb607cd681b623d833136bab))





## [4.1.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
6 changes: 3 additions & 3 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.1.6",
"version": "4.2.0",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -22,8 +22,8 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.4",
"@formatjs/intl-localematcher": "0.2.17",
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/intl-localematcher": "0.2.18",
"tslib": "^2.1.0"
}
}
16 changes: 16 additions & 0 deletions packages/intl-displaynames/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)


### Bug Fixes

* **@formatjs/intl-displaynames:** refactor ([e392c77](https://github.com/formatjs/formatjs/commit/e392c773a210269547ffd41a7cfc743c03552d7d))


### Features

* **@formatjs/intl-displaynames:** add supported locales check to should-polyfill, fix [#3066](https://github.com/formatjs/formatjs/issues/3066) ([4d39f5c](https://github.com/formatjs/formatjs/commit/4d39f5cf612b865ee073407a38d4f3da899adbe5))





## [5.1.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)

**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": "5.1.6",
"version": "5.2.0",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand All @@ -21,8 +21,8 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.4",
"@formatjs/intl-localematcher": "0.2.17",
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/intl-localematcher": "0.2.18",
"tslib": "^2.1.0"
},
"bugs": {
Expand Down
16 changes: 16 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)


### Bug Fixes

* **@formatjs/intl-listformat:** refactor ([65c5a20](https://github.com/formatjs/formatjs/commit/65c5a20db4287106aef42a5c745bdd55603e146b))


### Features

* **@formatjs/intl-listformat:** add supported locales check to should-polyfill, fix [#3066](https://github.com/formatjs/formatjs/issues/3066) ([4640c81](https://github.com/formatjs/formatjs/commit/4640c81df591a126ecc33d919884c219e0c3f58d))





## [6.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
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": "6.2.6",
"version": "6.3.0",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand All @@ -19,8 +19,8 @@
"url": "[email protected]:formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.4",
"@formatjs/intl-localematcher": "0.2.17",
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/intl-localematcher": "0.2.18",
"tslib": "^2.1.0"
},
"main": "index.js",
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.34](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-07-24)

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





## [2.4.33](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2021-06-26)


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.33",
"version": "2.4.34",
"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.4",
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/intl-getcanonicallocales": "1.7.1",
"tslib": "^2.1.0"
}
Expand Down
Loading

0 comments on commit a1ca99d

Please sign in to comment.