diff --git a/CHANGELOG.md b/CHANGELOG.md index fa699594d5d..1a910dfe87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +### Bug Fixes + +- Update kubectl-kui location on macOS to Kui.app/Contents/Resources ([4fc0794](https://github.com/IBM/kui/commit/4fc0794)) + +### Features + +- update checker ([70dfb2e](https://github.com/IBM/kui/commit/70dfb2e)), closes [#4537](https://github.com/IBM/kui/issues/4537) + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2627c7a6b0e..98ce575183a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.9.3", + "version": "8.9.4", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index e5d47644ba3..52d41cb1bbb 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +### Bug Fixes + +- Update kubectl-kui location on macOS to Kui.app/Contents/Resources ([4fc0794](https://github.com/IBM/kui/commit/4fc0794)) + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 674b21efcc7..21c7bb4ffc3 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.9.3", + "version": "8.9.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 ec6c5e3cb91..773a29e9dbb 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/core + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index aa8c82e0930..5f160666818 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.9.3", + "version": "8.9.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 73713fcd13d..6a586811b53 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index a718f68e559..4d0fc9ea3af 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.9.3", + "version": "8.9.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 8472dfb488f..d02480c49a2 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/react + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 0e2137d2f20..b6fb5c0ea19 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.9.3", + "version": "8.9.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 f29115fc748..0eded819e74 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/test + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index bda36593853..553c136fa44 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.9.3", + "version": "8.9.4", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 9e4dcf09940..e088ad5feb9 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 5cb92e9e351..0d9ca8eae32 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.9.3", + "version": "8.9.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 d75af2d32ef..be1246d6446 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index 23406d874d3..8c88a9d5b38 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.9.3", + "version": "8.9.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 abfc2fad742..f2548425e07 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 122c1a2c5aa..c6ac0714ba1 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.9.3", + "version": "8.9.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 92b943c8da4..4c2b30fbf8c 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 5b829198326..98a0af14605 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.9.3", + "version": "8.9.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 3895764487e..d02d0454dcc 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +### Features + +- update checker ([70dfb2e](https://github.com/IBM/kui/commit/70dfb2e)), closes [#4537](https://github.com/IBM/kui/issues/4537) + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index e948fa01e3c..aadbf882c17 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.9.3", + "version": "8.9.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 f02fd3740e0..c98fc622021 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +### Features + +- update checker ([70dfb2e](https://github.com/IBM/kui/commit/70dfb2e)), closes [#4537](https://github.com/IBM/kui/issues/4537) + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 5fe0e970b33..29ecc7846c6 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.9.3", + "version": "8.9.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 ea701696c6f..03a3f6d806d 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 82804ad0d3f..2ab2cd0713e 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.9.3", + "version": "8.9.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 c9e0ab7095c..6f14a2d2a2f 100644 --- a/plugins/plugin-core-support/CHANGELOG.md +++ b/plugins/plugin-core-support/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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +### Features + +- update checker ([70dfb2e](https://github.com/IBM/kui/commit/70dfb2e)), closes [#4537](https://github.com/IBM/kui/issues/4537) + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 f85bc4c1d1a..759162fa86d 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.9.3", + "version": "8.9.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 dc421ec937f..940e124c854 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 c725b8b4f60..1c738238ba4 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.9.3", + "version": "8.9.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 93d0e112ce7..ff759ba3e30 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 2faa63e01d6..5d8e65f3538 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.9.3", + "version": "8.9.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 0cef8709482..3fbbf573951 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.9.4](https://github.com/kui-shell/plugin-kubeui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.9.3](https://github.com/kui-shell/plugin-kubeui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 2793a62b5b5..f7678a9f300 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.9.3", + "version": "8.9.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 1f0f0a297b5..1062322b17b 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 d0c86cefcfd..f32a5c9e7a2 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.9.3", + "version": "8.9.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 87a53a87f40..33ff52c23f2 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 15b4e558877..6a89934d5f0 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.9.3", + "version": "8.9.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 e9ea1c1a8bd..94b909d9fbb 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 963673f8129..f871dc20471 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.9.3", + "version": "8.9.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 0b8299f3ee3..3e1d93e1f05 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 2c74fd13ee1..6ac9767e2f4 100644 --- a/plugins/plugin-sandbox/package.json +++ b/plugins/plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-sandbox", - "version": "8.9.3", + "version": "8.9.4", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 996b769022a..c30b4e75667 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 0ab04e76a21..5116300daef 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.9.3", + "version": "8.9.4", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 9eebdb43608..c9a7794aa41 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.9.4](https://github.com/IBM/kui/compare/v8.9.3...v8.9.4) (2020-06-16) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.9.3](https://github.com/IBM/kui/compare/v8.9.2...v8.9.3) (2020-06-14) **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 cb22cae2df9..11baaa5c851 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.9.3", + "version": "8.9.4", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",