Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - strong-globalize-cli@5.0.2
 - strong-globalize@4.1.4
 - strong-globalize-util@4.2.0
  • Loading branch information
raymondfeng committed Jun 12, 2019
1 parent 2f7addd commit 417c026
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.

## [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





## [5.0.1](https://github.com/strongloop/strong-globalize/compare/strong-globalize-cli@5.0.0...strong-globalize-cli@5.0.1) (2019-03-22)

**Note:** Version bump only for package strong-globalize-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strong-globalize-cli",
"description": "StrongLoop Globalize - CLI",
"version": "5.0.1",
"version": "5.0.2",
"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.3",
"strong-globalize": "^4.1.4",
"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
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.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





## [4.1.3](https://github.com/strongloop/strong-globalize/compare/strong-globalize@4.1.2...strong-globalize@4.1.3) (2019-03-22)

**Note:** Version bump only for package strong-globalize
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strong-globalize",
"description": "StrongLoop Globalize - API",
"version": "4.1.3",
"version": "4.1.4",
"keywords": [
"StrongLoop",
"globalize",
Expand Down
19 changes: 19 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.2.0 (2019-06-12)



# 4.1.0 (2018-05-30)


### Features

* add support for Node.js 6.x ([2880c38](https://github.com/strongloop/strong-globalize/commit/2880c38))



# 4.0.0 (2018-05-24)





<a name="4.1.0"></a>
# [4.1.0](https://github.com/strongloop/strong-globalize/compare/v4.0.2...v4.1.0) (2018-05-30)

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

0 comments on commit 417c026

Please sign in to comment.