Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 269fcf4

Browse files
author
Long Ho
committed
1 parent bf690eb commit 269fcf4

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

packages/intl-format-cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.4](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.4) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-format-cache
9+
10+
11+
12+
13+
614
## [2.2.3](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.3) (2019-05-28)
715

816
**Note:** Version bump only for package intl-format-cache

packages/intl-format-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-format-cache",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A memoizer factory for Intl format constructors.",
55
"main": "index.js",
66
"module": "lib/index.js",
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/formatjs/formatjs",
3131
"devDependencies": {
3232
"intl-messageformat": "^3.1.3",
33-
"intl-relativeformat": "^2.1.2"
33+
"intl-relativeformat": "^2.1.3"
3434
},
3535
"prettier": {
3636
"singleQuote": true

packages/intl-locales-supported/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.5](https://github.com/formatjs/formatjs/compare/[email protected]@1.0.5) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-locales-supported
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/formatjs/formatjs/compare/[email protected]@1.0.4) (2019-05-28)
715

816
**Note:** Version bump only for package intl-locales-supported

packages/intl-locales-supported/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-locales-supported",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.",
55
"main": "index.js",
66
"typings": "lib/index.d.ts",

packages/intl-relativeformat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.3](https://github.com/yahoo/intl-relativeformat/compare/[email protected]@2.1.3) (2019-05-28)
7+
8+
**Note:** Version bump only for package intl-relativeformat
9+
10+
11+
12+
13+
614
## [2.1.2](https://github.com/yahoo/intl-relativeformat/compare/[email protected]@2.1.2) (2019-05-28)
715

816
**Note:** Version bump only for package intl-relativeformat

packages/intl-relativeformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-relativeformat",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Formats JavaScript dates to relative time strings.",
55
"keywords": [
66
"intl",

0 commit comments

Comments
 (0)