Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl-datetimeformat@3.2.1
 - @formatjs/intl-locale@2.4.10
 - @formatjs/intl-numberformat@6.1.1
 - @formatjs/intl@1.4.13
 - react-intl@5.10.9
  • Loading branch information
longlho committed Dec 18, 2020
1 parent 3cf812c commit 0f59efc
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 7 deletions.
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.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.0...@formatjs/intl-datetimeformat@3.2.1) (2020-12-18)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** Add missing formatRange feature detection ([#2418](https://github.com/formatjs/formatjs/issues/2418)) ([911f869](https://github.com/formatjs/formatjs/commit/911f8698ef53288a4a86f875091180796fe09d07))





# [3.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.1.0...@formatjs/intl-datetimeformat@3.2.0) (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "3.2.0",
"version": "3.2.1",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locale/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.4.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.9...@formatjs/intl-locale@2.4.10) (2020-12-18)


### Bug Fixes

* **@formatjs/intl-locale:** fix webpack5 issue, fix [#2417](https://github.com/formatjs/formatjs/issues/2417) ([e780871](https://github.com/formatjs/formatjs/commit/e78087154942e9d08fe498e828079a34eb398ae5))





## [2.4.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.8...@formatjs/intl-locale@2.4.9) (2020-12-16)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "2.4.9",
"version": "2.4.10",
"description": "Intl.Locale polyfill",
"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.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@6.1.0...@formatjs/intl-numberformat@6.1.1) (2020-12-18)


### Bug Fixes

* **@formatjs/intl-numberformat:** fix webpack5 issue, fix [#2417](https://github.com/formatjs/formatjs/issues/2417) ([3cf812c](https://github.com/formatjs/formatjs/commit/3cf812cf9d17ec1ff01876e3c27dec43a9391a60))





# [6.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@6.0.1...@formatjs/intl-numberformat@6.1.0) (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-numberformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "6.1.0",
"version": "6.1.1",
"description": "Ponyfill for ES2020 Intl.NumberFormat",
"keywords": [
"polyfill",
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.4.13](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.4.12...@formatjs/intl@1.4.13) (2020-12-18)

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





## [1.4.12](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.4.11...@formatjs/intl@1.4.12) (2020-12-17)

**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.4.12",
"version": "1.4.13",
"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.0",
"@formatjs/intl-datetimeformat": "3.2.0",
"@formatjs/intl-datetimeformat": "3.2.1",
"@formatjs/intl-displaynames": "4.0.2",
"@formatjs/intl-listformat": "5.0.2",
"@formatjs/intl-relativetimeformat": "8.0.1",
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.10.9](https://github.com/formatjs/formatjs/compare/react-intl@5.10.8...react-intl@5.10.9) (2020-12-18)

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





## [5.10.8](https://github.com/formatjs/formatjs/compare/react-intl@5.10.7...react-intl@5.10.8) (2020-12-17)

**Note:** Version bump only for package react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package.json
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.10.8",
"version": "5.10.9",
"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.0",
"@formatjs/intl": "1.4.12",
"@formatjs/intl": "1.4.13",
"@formatjs/intl-displaynames": "4.0.2",
"@formatjs/intl-listformat": "5.0.2",
"@formatjs/intl-relativetimeformat": "8.0.1",
Expand Down

0 comments on commit 0f59efc

Please sign in to comment.