Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 25, 2018
1 parent 8498d7b commit ef0c388
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.2"></a>
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)


### Bug Fixes

* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))
* fix scpCopyFromRemote & scpCopyToRemote ([01bc213](https://github.com/shipitjs/shipit/commit/01bc213)), closes [#178](https://github.com/shipitjs/shipit/issues/178)




<a name="4.0.1"></a>
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"npmClient": "yarn",
"version": "4.0.1",
"version": "4.0.2",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/shipit-cli/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.

<a name="4.0.2"></a>
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)


### Bug Fixes

* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))




<a name="4.0.1"></a>
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-cli",
"version": "4.0.1",
"version": "4.0.2",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "lib/index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"liftoff": "^2.5.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
"ssh-pool": "^4.0.0",
"ssh-pool": "^4.0.2",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.0.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/shipit-deploy/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.

<a name="4.0.2"></a>
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)


### Bug Fixes

* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))




<a name="4.0.0"></a>

# 4.0.0 (2018-03-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-deploy",
"version": "4.0.0",
"version": "4.0.2",
"description": "Official set of deploy tasks for Shipit.",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -33,6 +33,6 @@
},
"homepage": "https://github.com/shipitjs/shipit",
"devDependencies": {
"ssh-pool": "^4.0.0"
"ssh-pool": "^4.0.2"
}
}
12 changes: 12 additions & 0 deletions packages/ssh-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.2"></a>
## [4.0.2](https://github.com/babel/babel/tree/master/packages/babel-traverse/compare/v4.0.1...v4.0.2) (2018-03-25)


### Bug Fixes

* be compatible with CommonJS ([abd2316](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/abd2316))
* fix scpCopyFromRemote & scpCopyToRemote ([01bc213](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/01bc213)), closes [#178](https://github.com/babel/babel/tree/master/packages/babel-traverse/issues/178)




<a name="4.0.0"></a>

# 4.0.0 (2018-03-17)
Expand Down
2 changes: 1 addition & 1 deletion packages/ssh-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh-pool",
"version": "4.0.0",
"version": "4.0.2",
"description": "Run remote commands over a pool of server using SSH.",
"main": "lib/index.js",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
Expand Down

0 comments on commit ef0c388

Please sign in to comment.