Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl-datetimeformat@2.3.1
 - react-intl@5.4.7
  • Loading branch information
longlho committed Aug 11, 2020
1 parent 6ddc51c commit 482bd68
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/intl-datetimeformat/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.

## [2.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.3.0...@formatjs/intl-datetimeformat@2.3.1) (2020-08-11)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** fix standalone month, remove week of year pattern, part of [#1915](https://github.com/formatjs/formatjs/issues/1915) ([d0d7a06](https://github.com/formatjs/formatjs/commit/d0d7a06e3eb55013e4a033bf997fd5db3cb6a382))





# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.2.1...@formatjs/intl-datetimeformat@2.3.0) (2020-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "2.3.0",
"version": "2.3.1",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "intl-datetimeformat.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [5.4.7](https://github.com/formatjs/formatjs/compare/react-intl@5.4.6...react-intl@5.4.7) (2020-08-11)

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





## [5.4.6](https://github.com/formatjs/formatjs/compare/react-intl@5.4.5...react-intl@5.4.6) (2020-08-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.4.6",
"version": "5.4.7",
"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 @@ -128,7 +128,7 @@
"types": "react-intl.d.ts",
"sideEffects": false,
"dependencies": {
"@formatjs/intl-datetimeformat": "^2.3.0",
"@formatjs/intl-datetimeformat": "^2.3.1",
"@formatjs/intl-displaynames": "^3.1.7",
"@formatjs/intl-listformat": "^4.0.0",
"@formatjs/intl-numberformat": "^5.3.3",
Expand Down

0 comments on commit 482bd68

Please sign in to comment.