Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Jul 2, 2019
1 parent 3adffc8 commit 80bda0e
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/intl-format-cache/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.

## [3.3.1](https://github.com/formatjs/formatjs/compare/[email protected]@3.3.1) (2019-07-02)

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





# [3.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.3.0) (2019-06-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/intl-format-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-format-cache",
"version": "3.3.0",
"version": "3.3.1",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"module": "lib/index.js",
Expand All @@ -13,9 +13,9 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.3.0",
"@formatjs/intl-relativetimeformat": "^2.3.1",
"intl-messageformat": "^4.3.0",
"intl-relativeformat": "^6.4.0"
"intl-relativeformat": "^6.4.1"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locales-supported/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/[email protected]@1.3.1) (2019-07-02)


### Bug Fixes

* **intl-locales-supported:** Fix license identifier ([#109](https://github.com/formatjs/formatjs/issues/109)) ([e50c762](https://github.com/formatjs/formatjs/commit/e50c762))





# [1.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.3.0) (2019-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locales-supported/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-locales-supported",
"version": "1.3.0",
"version": "1.3.1",
"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.",
"main": "index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-relativeformat/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.

## [6.4.1](https://github.com/formatjs/formatjs/compare/[email protected]@6.4.1) (2019-07-02)

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





# [6.4.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.4.0) (2019-06-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-relativeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-relativeformat",
"version": "6.4.0",
"version": "6.4.1",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand All @@ -26,7 +26,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.3.0"
"@formatjs/intl-relativetimeformat": "^2.3.1"
},
"scripts": {
"clean": "rimraf dist lib",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-relativetimeformat/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/[email protected]...@formatjs/[email protected]) (2019-07-02)


### Bug Fixes

* **@formatjs/intl-relativetimeformat:** fix polyfill import ([#110](https://github.com/formatjs/formatjs/issues/110)) ([3adffc8](https://github.com/formatjs/formatjs/commit/3adffc8))





# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-relativetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "2.3.0",
"version": "2.3.1",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-utils/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/@formatjs/[email protected]...@formatjs/[email protected]) (2019-07-02)

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





# [0.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-utils",
"version": "0.3.0",
"version": "0.3.1",
"description": "Smartly determine best unit for relative time format",
"keywords": [
"intl",
Expand All @@ -22,7 +22,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@formatjs/intl-relativetimeformat": "^2.3.0",
"@formatjs/intl-relativetimeformat": "^2.3.1",
"date-fns": "^1.30.1"
},
"scripts": {
Expand Down

0 comments on commit 80bda0e

Please sign in to comment.