From 199df664cc59a06e4ed5b8e68746ec72feed6fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sat, 7 Mar 2020 14:30:42 +0100 Subject: [PATCH] v5.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/shipit-cli/CHANGELOG.md | 8 ++++++++ packages/shipit-cli/package.json | 4 ++-- packages/shipit-deploy/CHANGELOG.md | 11 +++++++++++ packages/shipit-deploy/package.json | 2 +- packages/ssh-pool/CHANGELOG.md | 12 ++++++++++++ packages/ssh-pool/package.json | 2 +- 8 files changed, 53 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6658383..ceda736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0](https://github.com/shipitjs/shipit/compare/v5.1.0...v5.2.0) (2020-03-07) + + +### Bug Fixes + +* **windows:** cd must run the specified drive letter ([#252](https://github.com/shipitjs/shipit/issues/252)) ([ab916a9](https://github.com/shipitjs/shipit/commit/ab916a9)) +* fix remote command wont reject on error, when cwd option is used ([#265](https://github.com/shipitjs/shipit/issues/265)) ([986aec1](https://github.com/shipitjs/shipit/commit/986aec1)) + + +### Features + +* add a config validation function ([#258](https://github.com/shipitjs/shipit/issues/258)) ([d98ec8e](https://github.com/shipitjs/shipit/commit/d98ec8e)) + + + + + # [5.1.0](https://github.com/shipitjs/shipit/compare/v5.0.0...v5.1.0) (2019-08-28) diff --git a/lerna.json b/lerna.json index 68e0147..582d2da 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.3", "npmClient": "yarn", - "version": "5.1.0", + "version": "5.2.0", "useWorkspaces": true } diff --git a/packages/shipit-cli/CHANGELOG.md b/packages/shipit-cli/CHANGELOG.md index cb745a4..21865f5 100644 --- a/packages/shipit-cli/CHANGELOG.md +++ b/packages/shipit-cli/CHANGELOG.md @@ -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.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) + +**Note:** Version bump only for package shipit-cli + + + + + # [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28) **Note:** Version bump only for package shipit-cli diff --git a/packages/shipit-cli/package.json b/packages/shipit-cli/package.json index 6ac99ec..c1311c4 100755 --- a/packages/shipit-cli/package.json +++ b/packages/shipit-cli/package.json @@ -1,6 +1,6 @@ { "name": "shipit-cli", - "version": "5.1.0", + "version": "5.2.0", "description": "Universal automation and deployment tool written in JavaScript.", "engines": { "node": ">=6" @@ -31,7 +31,7 @@ "liftoff": "^3.1.0", "orchestrator": "^0.3.7", "pretty-hrtime": "^1.0.0", - "ssh-pool": "^5.1.0", + "ssh-pool": "^5.2.0", "stream-line-wrapper": "^0.1.1", "v8flags": "^3.1.0" } diff --git a/packages/shipit-deploy/CHANGELOG.md b/packages/shipit-deploy/CHANGELOG.md index 3e22b04..3d969a6 100644 --- a/packages/shipit-deploy/CHANGELOG.md +++ b/packages/shipit-deploy/CHANGELOG.md @@ -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. +# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) + + +### Features + +* add a config validation function ([#258](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/258)) ([d98ec8e](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/d98ec8e)) + + + + + # [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28) diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json index b68d13f..f55b7b1 100644 --- a/packages/shipit-deploy/package.json +++ b/packages/shipit-deploy/package.json @@ -1,6 +1,6 @@ { "name": "shipit-deploy", - "version": "5.1.0", + "version": "5.2.0", "description": "Official set of deploy tasks for Shipit.", "engines": { "node": ">=6" diff --git a/packages/ssh-pool/CHANGELOG.md b/packages/ssh-pool/CHANGELOG.md index 5551dd1..ed285a8 100644 --- a/packages/ssh-pool/CHANGELOG.md +++ b/packages/ssh-pool/CHANGELOG.md @@ -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. +# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) + + +### Bug Fixes + +* **windows:** cd must run the specified drive letter ([#252](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/252)) ([ab916a9](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/ab916a9)) +* fix remote command wont reject on error, when cwd option is used ([#265](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/265)) ([986aec1](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/986aec1)) + + + + + # [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28) diff --git a/packages/ssh-pool/package.json b/packages/ssh-pool/package.json index 3d6476f..9cfc3c2 100644 --- a/packages/ssh-pool/package.json +++ b/packages/ssh-pool/package.json @@ -1,6 +1,6 @@ { "name": "ssh-pool", - "version": "5.1.0", + "version": "5.2.0", "description": "Run remote commands over a pool of server using SSH.", "engines": { "node": ">=6"