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 20, 2020
1 parent c052050 commit 39af19d
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 17 deletions.
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





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


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.0",
"version": "7.5.1",
"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.3",
"@types/schema-utils": "^1.0.0",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "^4.1.4",
"intl-messageformat-parser": "^5.0.0",
"schema-utils": "^2.2.0"
},
"scripts": {
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.

## [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





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


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.5",
"version": "1.6.6",
"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.138",
"babel-plugin-const-enum": "^0.0.5",
"babel-plugin-react-intl": "^7.5.0",
"babel-plugin-react-intl": "^7.5.1",
"commander": "5.0.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
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.1.5](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.5) (2020-04-20)

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





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

**Note:** Version bump only for package eslint-plugin-formatjs
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.

4 changes: 2 additions & 2 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.1.4",
"version": "2.1.5",
"description": "ESLint plugin for formatjs",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@types/emoji-regex": "^8.0.0",
"emoji-regex": "^8.0.0",
"intl-messageformat-parser": "^4.1.4"
"intl-messageformat-parser": "^5.0.0"
},
"peerDependencies": {
"eslint": "^6.0.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.

## [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





## [1.2.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-displaynames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "1.2.4",
"version": "1.2.5",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
16 changes: 16 additions & 0 deletions packages/intl-messageformat-parser/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.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@5.0.0) (2020-04-20)


### Features

* **intl-messageformat-parser:** Fix number skeleton parser ([c052050](https://github.com/formatjs/formatjs/commit/c052050403ce3697790f9983b4756b354349f982))


### BREAKING CHANGES

* **intl-messageformat-parser:** Change precision wildcard token from `+` to `*` to conform with ICU67+





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


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.

2 changes: 1 addition & 1 deletion 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": "4.1.4",
"version": "5.0.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.js",
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.7](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.7) (2020-04-20)


### Bug Fixes

* **intl-messageformat:** IntlMessageFormat.defaultLocale is upda… ([#653](https://github.com/formatjs/formatjs/issues/653)) ([31d1422](https://github.com/formatjs/formatjs/commit/31d14226543765e4fb6dba535d6159a8bfa2719a)), closes [#587](https://github.com/formatjs/formatjs/issues/587)





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


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "8.3.6",
"version": "8.3.7",
"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": "lib/intl-messageformat.d.ts",
"dependencies": {
"intl-format-cache": "^4.2.24",
"intl-messageformat-parser": "^4.1.4"
"intl-messageformat-parser": "^5.0.0"
},
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-transformer/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.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-04-20)

**Note:** Version bump only for package @formatjs/ts-transformer





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


Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transformer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ts-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ts-transformer",
"version": "1.1.2",
"version": "1.1.3",
"description": "TS Compiler transformer for formatjs",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 39af19d

Please sign in to comment.