Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - eslint-plugin-formatjs@2.12.0
 - @formatjs/intl-datetimeformat@3.2.7
 - @formatjs/intl@1.6.6
 - react-intl@5.12.0
 - vue-intl@4.1.8
  • Loading branch information
longlho committed Feb 2, 2021
1 parent a44e7f7 commit e58cc3e
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 8 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-plugin-formatjs/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.

# [2.12.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.10.7...eslint-plugin-formatjs@2.12.0) (2021-02-02)


### Features

* **eslint-plugin-formatjs:** support template literal without var, fix [#2527](https://github.com/formatjs/formatjs/issues/2527) ([a048e25](https://github.com/formatjs/formatjs/commit/a048e25a5f4cc32b1602b00dbf982282aac97773))





# [2.11.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.10.7...eslint-plugin-formatjs@2.11.0) (2021-01-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "2.11.0",
"version": "2.12.0",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-datetimeformat/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.

## [3.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.5...@formatjs/intl-datetimeformat@3.2.7) (2021-02-02)

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





## [3.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.5...@formatjs/intl-datetimeformat@3.2.6) (2021-01-29)

**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.2.6",
"version": "3.2.7",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
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.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.6.4...@formatjs/intl@1.6.6) (2021-02-02)

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





## [1.6.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.6.4...@formatjs/intl@1.6.5) (2021-01-29)

**Note:** Version bump only for package @formatjs/intl
Expand Down
4 changes: 2 additions & 2 deletions packages/intl/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "1.6.5",
"version": "1.6.6",
"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 @@ -30,7 +30,7 @@
"sideEffects": false,
"dependencies": {
"@formatjs/ecma402-abstract": "1.5.2",
"@formatjs/intl-datetimeformat": "3.2.6",
"@formatjs/intl-datetimeformat": "3.2.7",
"@formatjs/intl-displaynames": "4.0.5",
"@formatjs/intl-listformat": "5.0.5",
"@formatjs/intl-relativetimeformat": "8.0.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-intl/CHANGELOG.md
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.12.0](https://github.com/formatjs/formatjs/compare/react-intl@5.10.19...react-intl@5.12.0) (2021-02-02)


### Bug Fixes

* **react-intl:** pass opts to format message, fix [#2538](https://github.com/formatjs/formatjs/issues/2538) ([f7f4535](https://github.com/formatjs/formatjs/commit/f7f4535176c5f9ecd75ff08dd6c4ca6c5a3e97c2))


### Features

* **react-intl:** allow FormattedMessage to pass in ignoreTag, fix [#2538](https://github.com/formatjs/formatjs/issues/2538) ([a615cf9](https://github.com/formatjs/formatjs/commit/a615cf92bc947274e27bb75233bc3919d13b097c))





# [5.11.0](https://github.com/formatjs/formatjs/compare/react-intl@5.10.19...react-intl@5.11.0) (2021-01-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.11.0",
"version": "5.12.0",
"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 @@ -129,7 +129,7 @@
"sideEffects": false,
"dependencies": {
"@formatjs/ecma402-abstract": "1.5.2",
"@formatjs/intl": "1.6.5",
"@formatjs/intl": "1.6.6",
"@formatjs/intl-displaynames": "4.0.5",
"@formatjs/intl-listformat": "5.0.5",
"@formatjs/intl-relativetimeformat": "8.0.4",
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.1.8](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.6...vue-intl@4.1.8) (2021-02-02)

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





## [4.1.7](https://github.com/formatjs/formatjs/compare/vue-intl@4.1.6...vue-intl@4.1.7) (2021-01-29)

**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.1.7",
"version": "4.1.8",
"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.6.5"
"@formatjs/intl": "1.6.6"
},
"peerDependencies": {
"vue": "3"
Expand Down

0 comments on commit e58cc3e

Please sign in to comment.