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

Commit 0516ca8

Browse files
committed
v5.0.0
1 parent 69388c5 commit 0516ca8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.3",
33
"npmClient": "yarn",
4-
"version": "4.2.0",
4+
"version": "5.0.0",
55
"useWorkspaces": true
66
}

packages/shipit-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-cli",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Universal automation and deployment tool written in JavaScript.",
55
"engines": {
66
"node": ">=6"
@@ -31,7 +31,7 @@
3131
"liftoff": "^3.1.0",
3232
"orchestrator": "^0.3.7",
3333
"pretty-hrtime": "^1.0.0",
34-
"ssh-pool": "^4.1.2",
34+
"ssh-pool": "^5.0.0",
3535
"stream-line-wrapper": "^0.1.1",
3636
"v8flags": "^3.1.0"
3737
}

packages/shipit-deploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-deploy",
3-
"version": "4.1.4",
3+
"version": "5.0.0",
44
"description": "Official set of deploy tasks for Shipit.",
55
"engines": {
66
"node": ">=6"

packages/ssh-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssh-pool",
3-
"version": "4.1.2",
3+
"version": "5.0.0",
44
"description": "Run remote commands over a pool of server using SSH.",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)