From fb39d5c29987c782e0c5c39dcea95e4e86faa4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 28 Aug 2019 10:07:38 +0200 Subject: [PATCH] v5.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/shipit-cli/CHANGELOG.md | 8 ++++++++ packages/shipit-cli/package.json | 4 ++-- packages/shipit-deploy/CHANGELOG.md | 16 ++++++++++++++++ packages/shipit-deploy/package.json | 2 +- packages/ssh-pool/CHANGELOG.md | 11 +++++++++++ packages/ssh-pool/package.json | 2 +- 8 files changed, 57 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9d14d..6658383 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.1.0](https://github.com/shipitjs/shipit/compare/v5.0.0...v5.1.0) (2019-08-28) + + +### Bug Fixes + +* correct peerDependencies field for shipit-deploy package ([#243](https://github.com/shipitjs/shipit/issues/243)) ([3586c21](https://github.com/shipitjs/shipit/commit/3586c21)) + + +### Features + +* **shipit-deploy:** Added config so you can rsync including the folder ([#246](https://github.com/shipitjs/shipit/issues/246)) ([64481f8](https://github.com/shipitjs/shipit/commit/64481f8)) +* **ssh-pool:** Added ssh config array to remote server ([#248](https://github.com/shipitjs/shipit/issues/248)) ([ba1d8c2](https://github.com/shipitjs/shipit/commit/ba1d8c2)) + + + + + # [4.2.0](https://github.com/shipitjs/shipit/compare/v4.1.4...v4.2.0) (2019-03-01) diff --git a/lerna.json b/lerna.json index 53b47f8..68e0147 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.3", "npmClient": "yarn", - "version": "5.0.0", + "version": "5.1.0", "useWorkspaces": true } diff --git a/packages/shipit-cli/CHANGELOG.md b/packages/shipit-cli/CHANGELOG.md index de95a5f..cb745a4 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.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 + + + + + # [4.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.4...v4.2.0) (2019-03-01) diff --git a/packages/shipit-cli/package.json b/packages/shipit-cli/package.json index 2138ec0..6ac99ec 100755 --- a/packages/shipit-cli/package.json +++ b/packages/shipit-cli/package.json @@ -1,6 +1,6 @@ { "name": "shipit-cli", - "version": "5.0.0", + "version": "5.1.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.0.0", + "ssh-pool": "^5.1.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 84e84b6..3e22b04 100644 --- a/packages/shipit-deploy/CHANGELOG.md +++ b/packages/shipit-deploy/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28) + + +### Bug Fixes + +* correct peerDependencies field for shipit-deploy package ([#243](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/243)) ([3586c21](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/3586c21)) + + +### Features + +* **shipit-deploy:** Added config so you can rsync including the folder ([#246](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/246)) ([64481f8](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/64481f8)) + + + + + ## [4.1.4](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.3...v4.1.4) (2019-02-19) diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json index a3b3f12..b68d13f 100644 --- a/packages/shipit-deploy/package.json +++ b/packages/shipit-deploy/package.json @@ -1,6 +1,6 @@ { "name": "shipit-deploy", - "version": "5.0.0", + "version": "5.1.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 e01520d..5551dd1 100644 --- a/packages/ssh-pool/CHANGELOG.md +++ b/packages/ssh-pool/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.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28) + + +### Features + +* **ssh-pool:** Added ssh config array to remote server ([#248](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/248)) ([ba1d8c2](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/ba1d8c2)) + + + + + ## [4.1.2](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.1...v4.1.2) (2018-11-04) diff --git a/packages/ssh-pool/package.json b/packages/ssh-pool/package.json index 6ddc17e..3d6476f 100644 --- a/packages/ssh-pool/package.json +++ b/packages/ssh-pool/package.json @@ -1,6 +1,6 @@ { "name": "ssh-pool", - "version": "5.0.0", + "version": "5.1.0", "description": "Run remote commands over a pool of server using SSH.", "engines": { "node": ">=6"