Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/editor@1.1.9
 - @formatjs/intl-datetimeformat@3.3.4
 - @formatjs/intl-displaynames@4.0.15
 - @formatjs/intl-listformat@5.0.16
 - @formatjs/intl-numberformat@6.2.9
 - @formatjs/intl-pluralrules@4.0.17
 - @formatjs/intl-relativetimeformat@8.1.7
 - @formatjs/intl@1.10.4
 - react-intl@5.17.3
 - vue-intl@4.2.4
  • Loading branch information
longlho committed May 2, 2021
1 parent 7533880 commit b6e2953
Show file tree
Hide file tree
Showing 20 changed files with 115 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/editor/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.

## [1.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.8...@formatjs/editor@1.1.9) (2021-05-02)

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





## [1.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.7...@formatjs/editor@1.1.8) (2021-04-29)

**Note:** Version bump only for package @formatjs/editor
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "1.1.8",
"version": "1.1.9",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "16",
"react": "17",
"react-intl": "5.17.2"
"react-intl": "5.17.3"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
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.

## [3.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.3.3...@formatjs/intl-datetimeformat@3.3.4) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([c9e56b8](https://github.com/formatjs/formatjs/commit/c9e56b89c1c087df48444ae9fd6ea4e5afd07d51))





## [3.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.3.2...@formatjs/intl-datetimeformat@3.3.3) (2021-04-26)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "3.3.3",
"version": "3.3.4",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
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.

## [4.0.15](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@4.0.14...@formatjs/intl-displaynames@4.0.15) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-displaynames:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([d5a492a](https://github.com/formatjs/formatjs/commit/d5a492a50cffde1a5e512b5844d174818ec93978))





## [4.0.14](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@4.0.13...@formatjs/intl-displaynames@4.0.14) (2021-04-26)

**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": "4.0.14",
"version": "4.0.15",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
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.

## [5.0.16](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.15...@formatjs/intl-listformat@5.0.16) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-listformat:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([8093fa0](https://github.com/formatjs/formatjs/commit/8093fa0cb7cdb2f083cdae9b731c417230703919))





## [5.0.15](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.14...@formatjs/intl-listformat@5.0.15) (2021-04-26)

**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": "5.0.15",
"version": "5.0.16",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
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.

## [6.2.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@6.2.8...@formatjs/intl-numberformat@6.2.9) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-numberformat:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([121e4c6](https://github.com/formatjs/formatjs/commit/121e4c676bf67be2540c41971c732bba86fd806b))





## [6.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@6.2.7...@formatjs/intl-numberformat@6.2.8) (2021-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-numberformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "6.2.8",
"version": "6.2.9",
"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.

## [4.0.17](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@4.0.16...@formatjs/intl-pluralrules@4.0.17) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-pluralrules:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([fdc2185](https://github.com/formatjs/formatjs/commit/fdc21851823d741730ff38358b93e6303c57ac0f))





## [4.0.16](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@4.0.15...@formatjs/intl-pluralrules@4.0.16) (2021-04-26)

**Note:** Version bump only for package @formatjs/intl-pluralrules
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-pluralrules/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "4.0.16",
"version": "4.0.17",
"description": "Polyfill for Intl.PluralRules",
"keywords": [
"polyfill",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-relativetimeformat/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.

## [8.1.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.6...@formatjs/intl-relativetimeformat@8.1.7) (2021-05-02)


### Bug Fixes

* **@formatjs/intl-relativetimeformat:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([c7b7eba](https://github.com/formatjs/formatjs/commit/c7b7ebaa87674806b568ca4d8555cb91d14a143a))





## [8.1.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.5...@formatjs/intl-relativetimeformat@8.1.6) (2021-04-26)

**Note:** Version bump only for package @formatjs/intl-relativetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-relativetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "8.1.6",
"version": "8.1.7",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [1.10.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.10.3...@formatjs/intl@1.10.4) (2021-05-02)

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





## [1.10.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.10.2...@formatjs/intl@1.10.3) (2021-04-26)

**Note:** Version bump only for package @formatjs/intl
Expand Down
6 changes: 3 additions & 3 deletions packages/intl/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "1.10.3",
"version": "1.10.4",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@formatjs/ecma402-abstract": "1.7.0",
"@formatjs/fast-memoize": "1.1.1",
"@formatjs/icu-messageformat-parser": "1.2.1",
"@formatjs/intl-displaynames": "4.0.14",
"@formatjs/intl-listformat": "5.0.15",
"@formatjs/intl-displaynames": "4.0.15",
"@formatjs/intl-listformat": "5.0.16",
"intl-messageformat": "9.6.11",
"tslib": "^2.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [5.17.3](https://github.com/formatjs/formatjs/compare/react-intl@5.17.2...react-intl@5.17.3) (2021-05-02)

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





## [5.17.2](https://github.com/formatjs/formatjs/compare/react-intl@5.17.1...react-intl@5.17.2) (2021-04-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.17.2",
"version": "5.17.3",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down Expand Up @@ -130,9 +130,9 @@
"dependencies": {
"@formatjs/ecma402-abstract": "1.7.0",
"@formatjs/icu-messageformat-parser": "1.2.1",
"@formatjs/intl": "1.10.3",
"@formatjs/intl-displaynames": "4.0.14",
"@formatjs/intl-listformat": "5.0.15",
"@formatjs/intl": "1.10.4",
"@formatjs/intl-displaynames": "4.0.15",
"@formatjs/intl-listformat": "5.0.16",
"@types/hoist-non-react-statics": "^3.3.1",
"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "9.6.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-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.

## [4.2.4](https://github.com/formatjs/formatjs/compare/vue-intl@4.2.3...vue-intl@4.2.4) (2021-05-02)

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





## [4.2.3](https://github.com/formatjs/formatjs/compare/vue-intl@4.2.2...vue-intl@4.2.3) (2021-04-26)

**Note:** Version bump only for package vue-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-intl",
"version": "4.2.3",
"version": "4.2.4",
"description": "formatjs intl binding for vue",
"main": "index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
],
"author": "Long Ho <holevietlong@gmail.com>",
"dependencies": {
"@formatjs/intl": "1.10.3"
"@formatjs/intl": "1.10.4"
},
"peerDependencies": {
"vue": "3"
Expand Down

0 comments on commit b6e2953

Please sign in to comment.