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

Commit f9efd4e

Browse files
committed
1 parent 3df9370 commit f9efd4e

File tree

15 files changed

+55
-12
lines changed

15 files changed

+55
-12
lines changed

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.14](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **@formatjs/cli:** glob files instead of relying on shell, fix [#383](https://github.com/formatjs/formatjs/issues/383) ([c7e1a6a](https://github.com/formatjs/formatjs/commit/c7e1a6af5f6334c6fdf18fd3cd29b81c411cbfd2))
12+
13+
14+
15+
16+
617
## [1.1.13](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-26)
718

819
**Note:** Version bump only for package @formatjs/cli

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/cli",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "A CLI for formatjs.",
55
"keywords": [
66
"intl",

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+
## [4.2.15](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.15) (2019-12-27)
7+
8+
**Note:** Version bump only for package intl-format-cache
9+
10+
11+
12+
13+
614
## [4.2.14](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.14) (2019-12-26)
715

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

packages/intl-format-cache/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.2.14",
3+
"version": "4.2.15",
44
"description": "A memoizer factory for Intl format constructors.",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@formatjs/intl-pluralrules": "^1.4.0",
21-
"@formatjs/intl-relativetimeformat": "^4.5.2"
21+
"@formatjs/intl-relativetimeformat": "^4.5.3"
2222
},
2323
"repository": {
2424
"type": "git",

packages/intl-listformat/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.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-27)
7+
8+
**Note:** Version bump only for package @formatjs/intl-listformat
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-12-26)
715

816

packages/intl-listformat/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/intl-listformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/intl-listformat",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Formats JS list in a i18n-safe way",
55
"keywords": [
66
"intl",

packages/intl-messageformat/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+
## [7.7.4](https://github.com/formatjs/formatjs/compare/[email protected]@7.7.4) (2019-12-27)
7+
8+
**Note:** Version bump only for package intl-messageformat
9+
10+
11+
12+
13+
614
## [7.7.3](https://github.com/formatjs/formatjs/compare/[email protected]@7.7.3) (2019-12-26)
715

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

0 commit comments

Comments
 (0)