Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @formatjs/intl-datetimeformat@1.3.1
 - react-intl@4.7.4
 - website@0.3.1
  • Loading branch information
Long Ho committed Jun 26, 2020
1 parent a212b42 commit 40f38e9
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 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.

## [1.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@1.3.0...@formatjs/intl-datetimeformat@1.3.1) (2020-06-26)


### Bug Fixes

* **@formatjs/intl-datetimeformat:** fix polyfill check since dateStyle is not stage-4 yet ([a212b42](https://github.com/formatjs/formatjs/commit/a212b42a4f44f9c2be53de9928cb450c4e14c7ea))





# [1.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@1.2.2...@formatjs/intl-datetimeformat@1.3.0) (2020-06-26)


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": "1.3.0",
"version": "1.3.1",
"description": "Intl.DateTimeFormat polyfill",
"main": "dist/index.js",
"types": "lib/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.

## [4.7.4](https://github.com/formatjs/formatjs/compare/react-intl@4.7.3...react-intl@4.7.4) (2020-06-26)

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





## [4.7.3](https://github.com/formatjs/formatjs/compare/react-intl@4.7.2...react-intl@4.7.3) (2020-06-26)


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": "4.7.3",
"version": "4.7.4",
"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 @@ -133,7 +133,7 @@
"types": "./lib/react-intl.d.ts",
"sideEffects": false,
"dependencies": {
"@formatjs/intl-datetimeformat": "^1.3.0",
"@formatjs/intl-datetimeformat": "^1.3.1",
"@formatjs/intl-displaynames": "^2.2.8",
"@formatjs/intl-listformat": "^2.2.8",
"@formatjs/intl-numberformat": "^4.2.10",
Expand Down
8 changes: 8 additions & 0 deletions website/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.

## [0.3.1](https://github.com/formatjs/formatjs/compare/website@0.3.0...website@0.3.1) (2020-06-26)

**Note:** Version bump only for package website





# [0.3.0](https://github.com/formatjs/formatjs/compare/website@0.2.14...website@0.3.0) (2020-06-26)


Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand All @@ -15,7 +15,7 @@
"classnames": "^2.2.6",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-intl": "^4.7.3"
"react-intl": "^4.7.4"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 40f38e9

Please sign in to comment.