From 9bc5fd2ca10ad83a332a853892c42203c388136a Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 12 May 2020 11:10:02 -0400 Subject: [PATCH] v8.7.3 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/proxy/CHANGELOG.md | 4 ++++ packages/proxy/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 4 ++++ packages/test/package.json | 2 +- packages/webpack/CHANGELOG.md | 4 ++++ packages/webpack/package.json | 2 +- plugins/plugin-bash-like/CHANGELOG.md | 6 ++++++ plugins/plugin-bash-like/package.json | 2 +- plugins/plugin-carbon-themes/CHANGELOG.md | 4 ++++ plugins/plugin-carbon-themes/package.json | 2 +- plugins/plugin-client-alternate/CHANGELOG.md | 4 ++++ plugins/plugin-client-alternate/package.json | 2 +- plugins/plugin-client-common/CHANGELOG.md | 4 ++++ plugins/plugin-client-common/package.json | 2 +- plugins/plugin-client-default/CHANGELOG.md | 6 ++++++ plugins/plugin-client-default/package.json | 2 +- plugins/plugin-client-test/CHANGELOG.md | 4 ++++ plugins/plugin-client-test/package.json | 2 +- plugins/plugin-core-support/CHANGELOG.md | 4 ++++ plugins/plugin-core-support/package.json | 2 +- plugins/plugin-core-themes/CHANGELOG.md | 4 ++++ plugins/plugin-core-themes/package.json | 2 +- plugins/plugin-git/CHANGELOG.md | 4 ++++ plugins/plugin-git/package.json | 2 +- plugins/plugin-ibmcloud/CHANGELOG.md | 4 ++++ plugins/plugin-ibmcloud/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl/package.json | 2 +- plugins/plugin-patternfly4-themes/CHANGELOG.md | 4 ++++ plugins/plugin-patternfly4-themes/package.json | 2 +- plugins/plugin-proxy-support/CHANGELOG.md | 4 ++++ plugins/plugin-proxy-support/package.json | 2 +- plugins/plugin-sandbox/CHANGELOG.md | 4 ++++ plugins/plugin-sandbox/package.json | 2 +- plugins/plugin-skeleton/CHANGELOG.md | 4 ++++ plugins/plugin-skeleton/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 4 ++++ plugins/plugin-wskflow/package.json | 2 +- 46 files changed, 121 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b5399a236..c1f406a2682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +### Bug Fixes + +- **plugins/plugin-bash-like:** add back configurable shell ([51b2270](https://github.com/IBM/kui/commit/51b2270)) + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package kui-shell diff --git a/lerna.json b/lerna.json index 47f9bdce0af..cd17e2bf342 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.7.2", + "version": "8.7.3", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 3484569a488..965e828277d 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/builder + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 8049dc67612..815b9bbe2a4 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin development helpers", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9c42cd36c9c..888fa898a24 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/core + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index b3ae274a19b..fddbc920c81 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.7.2", + "version": "8.7.3", "description": "An Electron-based shell for cloud-native development", "homepage": "https://github.com/IBM/kui#readme", "license": "Apache-2.0", diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index 0c36db1c93d..ac143405489 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index fc8596dd381..9cacdff2fca 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui package that offers a proxy server", "author": "Nick Mitchell", "license": "Apache-2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a711900ada1..f58b3bb7065 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/react + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 8d63c3e635b..e5057c8f3b6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index f26c86d7d95..f260cef9f08 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/test + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index 1c297be5ef7..efe8714cb21 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.7.2", + "version": "8.7.3", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 5dc48374604..5016487bad7 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 65ec407b94a..02e13412703 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui support for webpack clients", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-bash-like/CHANGELOG.md b/plugins/plugin-bash-like/CHANGELOG.md index a779830cddb..25001216b89 100644 --- a/plugins/plugin-bash-like/CHANGELOG.md +++ b/plugins/plugin-bash-like/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +### Bug Fixes + +- **plugins/plugin-bash-like:** add back configurable shell ([51b2270](https://github.com/IBM/kui/commit/51b2270)) + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-bash-like diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index f42c6443fdc..81b45fe8915 100644 --- a/plugins/plugin-bash-like/package.json +++ b/plugins/plugin-bash-like/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-bash-like", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that offers local bash-like shell integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-carbon-themes/CHANGELOG.md b/plugins/plugin-carbon-themes/CHANGELOG.md index 792a8d33f58..3f8d78b033b 100644 --- a/plugins/plugin-carbon-themes/CHANGELOG.md +++ b/plugins/plugin-carbon-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-carbon-themes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index e63b703018a..7bbfbad52dc 100644 --- a/plugins/plugin-carbon-themes/package.json +++ b/plugins/plugin-carbon-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-carbon-themes", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin offering a Carbon Components-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-client-alternate/CHANGELOG.md b/plugins/plugin-client-alternate/CHANGELOG.md index 7973eae4a08..86b00459ffb 100644 --- a/plugins/plugin-client-alternate/CHANGELOG.md +++ b/plugins/plugin-client-alternate/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-client-alternate diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index 26a9467391d..168ed9b0495 100644 --- a/plugins/plugin-client-alternate/package.json +++ b/plugins/plugin-client-alternate/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-alternate", - "version": "8.7.2", + "version": "8.7.3", "description": "", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-common/CHANGELOG.md b/plugins/plugin-client-common/CHANGELOG.md index 5ca7f6498c3..5068181ca9a 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-client-common diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 13803b31219..43bb6ca073b 100644 --- a/plugins/plugin-client-common/package.json +++ b/plugins/plugin-client-common/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-common", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that offers stylesheets", "license": "Apache-2.0", "author": "Mengting Yan", diff --git a/plugins/plugin-client-default/CHANGELOG.md b/plugins/plugin-client-default/CHANGELOG.md index 8aa849c58f7..94d04814dfa 100644 --- a/plugins/plugin-client-default/CHANGELOG.md +++ b/plugins/plugin-client-default/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +### Bug Fixes + +- **plugins/plugin-bash-like:** add back configurable shell ([51b2270](https://github.com/IBM/kui/commit/51b2270)) + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-client diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index cbacb509b6e..89160e09b98 100644 --- a/plugins/plugin-client-default/package.json +++ b/plugins/plugin-client-default/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-test/CHANGELOG.md b/plugins/plugin-client-test/CHANGELOG.md index 48e0f5a42e8..0f0c0170018 100644 --- a/plugins/plugin-client-test/CHANGELOG.md +++ b/plugins/plugin-client-test/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-test-client diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index 5204e74621f..abebb3b59be 100644 --- a/plugins/plugin-client-test/package.json +++ b/plugins/plugin-client-test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-test-client", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-core-support/CHANGELOG.md b/plugins/plugin-core-support/CHANGELOG.md index 44b680e3e81..a4931a75e5a 100644 --- a/plugins/plugin-core-support/CHANGELOG.md +++ b/plugins/plugin-core-support/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-core-support diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index 09a6394c28e..17e91207f04 100644 --- a/plugins/plugin-core-support/package.json +++ b/plugins/plugin-core-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-support", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin offering core extensions such as help and screenshot commands", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-core-themes/CHANGELOG.md b/plugins/plugin-core-themes/CHANGELOG.md index 0852a742d0e..49fbb8eab1d 100644 --- a/plugins/plugin-core-themes/CHANGELOG.md +++ b/plugins/plugin-core-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-core-themes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index 5823388f228..ce302501f8a 100644 --- a/plugins/plugin-core-themes/package.json +++ b/plugins/plugin-core-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-themes", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 238d6ed1375..4c95f49189b 100644 --- a/plugins/plugin-git/CHANGELOG.md +++ b/plugins/plugin-git/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-git diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index e9e69ac7acf..4e66dc1dcb8 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-ibmcloud/CHANGELOG.md b/plugins/plugin-ibmcloud/CHANGELOG.md index f07e6e3c489..1c54d517d12 100644 --- a/plugins/plugin-ibmcloud/CHANGELOG.md +++ b/plugins/plugin-ibmcloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.7.2](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-ibmcloud diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index 00c5aa50843..6c9d20e4164 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.7.2", + "version": "8.7.3", "description": "ibmcloud kubernetes service kui plugin", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index aa00b17cc8b..9a9b3c6cb1d 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-kubectl diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index d09b84878c6..1760d88ee7d 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.7.2", + "version": "8.7.3", "description": "Kubernetes visualization plugin for kubernetes", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-patternfly4-themes/CHANGELOG.md b/plugins/plugin-patternfly4-themes/CHANGELOG.md index e2d841ef8ee..79c695159d9 100644 --- a/plugins/plugin-patternfly4-themes/CHANGELOG.md +++ b/plugins/plugin-patternfly4-themes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index d5dd20ae071..6f0b5497c9a 100644 --- a/plugins/plugin-patternfly4-themes/package.json +++ b/plugins/plugin-patternfly4-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-patternfly4-themes", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin offering a Patternfly4-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-proxy-support/CHANGELOG.md b/plugins/plugin-proxy-support/CHANGELOG.md index 235f528d92e..6d420635bb9 100644 --- a/plugins/plugin-proxy-support/CHANGELOG.md +++ b/plugins/plugin-proxy-support/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-proxy-support diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index 185fabc5e37..713a980b066 100644 --- a/plugins/plugin-proxy-support/package.json +++ b/plugins/plugin-proxy-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-proxy-support", - "version": "8.7.2", + "version": "8.7.3", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-sandbox/CHANGELOG.md b/plugins/plugin-sandbox/CHANGELOG.md index 10d5f32f709..58a46afc74e 100644 --- a/plugins/plugin-sandbox/CHANGELOG.md +++ b/plugins/plugin-sandbox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-sandbox diff --git a/plugins/plugin-sandbox/package.json b/plugins/plugin-sandbox/package.json index dd6b477d097..6114573a1e3 100644 --- a/plugins/plugin-sandbox/package.json +++ b/plugins/plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-sandbox", - "version": "8.7.2", + "version": "8.7.3", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index f5f7c20bac4..4cdf2f6cf26 100644 --- a/plugins/plugin-skeleton/CHANGELOG.md +++ b/plugins/plugin-skeleton/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-skeleton diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index ffc11492c4a..6cec0095a93 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.7.2", + "version": "8.7.3", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index a5b5abc99dd..36234b94b3b 100644 --- a/plugins/plugin-wskflow/CHANGELOG.md +++ b/plugins/plugin-wskflow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) **Note:** Version bump only for package @kui-shell/plugin-wskflow diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index 37ed469bb5d..7b4277d0993 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.7.2", + "version": "8.7.3", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",