From cfc8ac0bc579d5ad61da1368744888851db7c5b5 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 12 May 2020 20:18:47 -0400 Subject: [PATCH] v8.7.4 --- 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 | 4 ++++ plugins/plugin-bash-like/package.json | 2 +- plugins/plugin-carbon-themes/CHANGELOG.md | 6 ++++++ 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 | 4 ++++ 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, 119 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f406a2682..c0fe5a20c62 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +### Bug Fixes + +- **plugins/plugin-carbon-themers:** bottom input can have poor color contrast ([d01d863](https://github.com/IBM/kui/commit/d01d863)), closes [#4543](https://github.com/IBM/kui/issues/4543) + ## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cd17e2bf342..cb2f9447423 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.7.3", + "version": "8.7.4", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 965e828277d..dd3e6d2bc12 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/builder + ## [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 diff --git a/packages/builder/package.json b/packages/builder/package.json index 815b9bbe2a4..593d0d89850 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.7.3", + "version": "8.7.4", "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 888fa898a24..d8221e68d50 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/core + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index fddbc920c81..bda1ae9319e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.7.3", + "version": "8.7.4", "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 ac143405489..e2e5350ca72 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/proxy + ## [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 diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 9cacdff2fca..144c920de39 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.7.3", + "version": "8.7.4", "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 f58b3bb7065..dff0b0d533d 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/react + ## [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 diff --git a/packages/react/package.json b/packages/react/package.json index e5057c8f3b6..95ec8e31450 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.7.3", + "version": "8.7.4", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index f260cef9f08..3cf6d4068e7 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/test + ## [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 diff --git a/packages/test/package.json b/packages/test/package.json index efe8714cb21..f1485874220 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.7.3", + "version": "8.7.4", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 5016487bad7..396b134f8b4 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/webpack + ## [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 diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 02e13412703..136f504f3fb 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.7.3", + "version": "8.7.4", "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 25001216b89..b7feb21bdec 100644 --- a/plugins/plugin-bash-like/CHANGELOG.md +++ b/plugins/plugin-bash-like/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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index 81b45fe8915..f694e69f857 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.3", + "version": "8.7.4", "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 3f8d78b033b..e28e4394752 100644 --- a/plugins/plugin-carbon-themes/CHANGELOG.md +++ b/plugins/plugin-carbon-themes/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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +### Bug Fixes + +- **plugins/plugin-carbon-themers:** bottom input can have poor color contrast ([d01d863](https://github.com/IBM/kui/commit/d01d863)), closes [#4543](https://github.com/IBM/kui/issues/4543) + ## [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 diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index 7bbfbad52dc..bf271b9ed3c 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.3", + "version": "8.7.4", "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 86b00459ffb..8e2e59dbe1c 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [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 diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index 168ed9b0495..ff66397fff3 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.3", + "version": "8.7.4", "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 5068181ca9a..388ae18af30 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [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 diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 43bb6ca073b..0a5d9061dfe 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.3", + "version": "8.7.4", "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 94d04814dfa..dcfa7780e26 100644 --- a/plugins/plugin-client-default/CHANGELOG.md +++ b/plugins/plugin-client-default/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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [8.7.3](https://github.com/IBM/kui/compare/v8.7.2...v8.7.3) (2020-05-12) ### Bug Fixes diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 89160e09b98..bb19deab062 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.3", + "version": "8.7.4", "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 0f0c0170018..01b1191bb9d 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [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 diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index abebb3b59be..26c5472692c 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.3", + "version": "8.7.4", "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 a4931a75e5a..3645a542b2a 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [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 diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index 17e91207f04..ed59a83bc67 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.3", + "version": "8.7.4", "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 49fbb8eab1d..cdbdfa3d267 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [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 diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index ce302501f8a..28660c660c6 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.3", + "version": "8.7.4", "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 4c95f49189b..36ac093ec35 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [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 diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index 4e66dc1dcb8..9b724d573b5 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.3", + "version": "8.7.4", "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 1c54d517d12..e4d119c1d89 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.4](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [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 diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index 6c9d20e4164..3cec0d61dec 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.3", + "version": "8.7.4", "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 9a9b3c6cb1d..e0a98980222 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [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 diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 1760d88ee7d..ff7cee0baab 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.3", + "version": "8.7.4", "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 79c695159d9..6356a3ca71b 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [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 diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 6f0b5497c9a..c3af1cddb43 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.3", + "version": "8.7.4", "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 6d420635bb9..82ef567bd52 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [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 diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index 713a980b066..1c9c33ad487 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.3", + "version": "8.7.4", "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 58a46afc74e..14d6888a43b 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [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 diff --git a/plugins/plugin-sandbox/package.json b/plugins/plugin-sandbox/package.json index 6114573a1e3..e5463af9df7 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.3", + "version": "8.7.4", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 4cdf2f6cf26..8159bb90697 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [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 diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index 6cec0095a93..1ac9ead4c0f 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.3", + "version": "8.7.4", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 36234b94b3b..fdbbf46d075 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.4](https://github.com/IBM/kui/compare/v8.7.3...v8.7.4) (2020-05-13) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [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 diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index 7b4277d0993..bed16fa5a88 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.3", + "version": "8.7.4", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",