This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
forked from formatjs/formatjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - [email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - [email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - @formatjs/[email protected] - [email protected] - @formatjs/[email protected] - [email protected]
- Loading branch information
Showing
40 changed files
with
268 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.