Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - strong-globalize-cli@6.0.0
 - strong-globalize@5.0.0
 - strong-globalize-util@5.0.0
  • Loading branch information
raymondfeng committed Jun 13, 2019
1 parent b52b486 commit f62ff0d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.0.0](https://github.com/strongloop/strong-globalize/compare/strong-globalize-cli@5.0.2...strong-globalize-cli@6.0.0) (2019-06-13)

**Note:** Version bump only for package strong-globalize-cli





## [5.0.2](https://github.com/strongloop/strong-globalize/compare/strong-globalize-cli@5.0.1...strong-globalize-cli@5.0.2) (2019-06-12)

**Note:** Version bump only for package strong-globalize-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "strong-globalize-cli",
"description": "StrongLoop Globalize - CLI",
"version": "5.0.2",
"version": "6.0.0",
"keywords": [
"StrongLoop",
"globalize",
Expand Down Expand Up @@ -43,7 +43,7 @@
"mkdirp": "^0.5.1",
"mktmpdir": "^0.1.1",
"optimist": "^0.6.1",
"strong-globalize": "^4.1.4",
"strong-globalize": "^5.0.0",
"util.promisify": "^1.0.0",
"word-count": "^0.2.2",
"yamljs": "^0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
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.0.0](https://github.com/strongloop/strong-globalize/compare/strong-globalize@4.1.4...strong-globalize@5.0.0) (2019-06-13)

**Note:** Version bump only for package strong-globalize





## [4.1.4](https://github.com/strongloop/strong-globalize/compare/strong-globalize@4.1.3...strong-globalize@4.1.4) (2019-06-12)

**Note:** Version bump only for package strong-globalize
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "strong-globalize",
"description": "StrongLoop Globalize - API",
"version": "4.1.4",
"version": "5.0.0",
"keywords": [
"StrongLoop",
"globalize",
Expand Down
8 changes: 8 additions & 0 deletions packages/util/CHANGELOG.md
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.0.0](https://github.com/strongloop/strong-globalize/compare/strong-globalize-util@4.2.0...strong-globalize-util@5.0.0) (2019-06-13)

**Note:** Version bump only for package strong-globalize-util





# 4.2.0 (2019-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
@@ -1,7 +1,7 @@
{
"name": "strong-globalize-util",
"description": "StrongLoop Globalize - Util",
"version": "4.2.0",
"version": "5.0.0",
"private": true,
"keywords": [
"StrongLoop",
Expand Down

0 comments on commit f62ff0d

Please sign in to comment.