From 5ad269067f9d4c7e397cc828b7b5f3e5f70b8612 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 21 Jul 2020 20:48:58 -0400 Subject: [PATCH] v8.10.14 --- 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 | 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 | 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-electron-components/CHANGELOG.md | 4 ++++ plugins/plugin-electron-components/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-flow-views/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl-flow-views/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 6 ++++++ 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-skeleton/CHANGELOG.md | 4 ++++ plugins/plugin-skeleton/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 4 ++++ plugins/plugin-wskflow/package.json | 2 +- 48 files changed, 124 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb22a1a9cca..6cf2a8b7029 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +### Bug Fixes + +- **plugins/plugin-kubectl:** `oc get namespaces` doesn't produce a RadioTable ([ea16844](https://github.com/IBM/kui/commit/ea16844)), closes [#5227](https://github.com/IBM/kui/issues/5227) + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index af3d7912126..76afdf01f8a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.10.13", + "version": "8.10.14", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 1604e0bc32a..5327112b237 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/builder + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index e95d822d61e..c59fc4dd537 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.10.13", + "version": "8.10.14", "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 4e514c800b3..b6ccdbac11b 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/core + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index 347f33f1a2b..cb39346469a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.10.13", + "version": "8.10.14", "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 48f8b824dc3..a7901a081b0 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index cb443bff5f7..dc3db0d9015 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.10.13", + "version": "8.10.14", "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 80d8a053ebe..df08eb4d28e 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/react + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 75c0350ac7b..c2999d7cdd5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.10.13", + "version": "8.10.14", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 9146efe66e6..40633054395 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/test + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index b79e821ef05..48c63d837c1 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.10.13", + "version": "8.10.14", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index c675f271c5f..28607b32d8e 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index f47da88c177..d6ea643041c 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.10.13", + "version": "8.10.14", "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 ec532d8ad24..f7826b80478 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **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 552909da19c..f78a58d0738 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.10.13", + "version": "8.10.14", "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 bceac670156..baae819f276 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 cfa2fa5040f..a3427d8c7d1 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.10.13", + "version": "8.10.14", "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 60ae8064721..2fb08aa334b 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 82bc48aaeb3..184fcf716bf 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.10.13", + "version": "8.10.14", "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 5b5b2537728..90dec205fa0 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 2de165b133c..c30447c234b 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.10.13", + "version": "8.10.14", "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 ab623f908f3..c75f2f11b4c 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 8c0031453d2..0d70a0751c9 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.10.13", + "version": "8.10.14", "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 0245e497393..dfb40ab1040 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 25eccf492d5..7abdebf0bd2 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.10.13", + "version": "8.10.14", "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 e264a56e61f..2105f9a225f 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 7570883aea0..1fa2b155908 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.10.13", + "version": "8.10.14", "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 928b2d196e2..8e12958e7a2 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 ce5565de509..756127c4c14 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.10.13", + "version": "8.10.14", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-electron-components/CHANGELOG.md b/plugins/plugin-electron-components/CHANGELOG.md index 248f283249c..9c39881abed 100644 --- a/plugins/plugin-electron-components/CHANGELOG.md +++ b/plugins/plugin-electron-components/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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/plugin-electron-components diff --git a/plugins/plugin-electron-components/package.json b/plugins/plugin-electron-components/package.json index 6f086fa6777..e3730111217 100644 --- a/plugins/plugin-electron-components/package.json +++ b/plugins/plugin-electron-components/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-electron-components", - "version": "8.10.13", + "version": "8.10.14", "description": "Kui plugin that houses electron-specific React components", "license": "Apache-2.0", "author": "@starpit", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 1ab4ad07ffe..f57d566f220 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 c9dbef9b872..e0487121ac7 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.10.13", + "version": "8.10.14", "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 e343b43276e..c588d1575c0 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.10.14](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.10.13](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.12...v8.10.13) (2020-07-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 d17c906483a..de92c0658e1 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.10.13", + "version": "8.10.14", "description": "ibmcloud kubernetes service kui plugin", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl-flow-views/CHANGELOG.md b/plugins/plugin-kubectl-flow-views/CHANGELOG.md index 302987c05f5..c2057e1e82c 100644 --- a/plugins/plugin-kubectl-flow-views/CHANGELOG.md +++ b/plugins/plugin-kubectl-flow-views/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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-14) **Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views diff --git a/plugins/plugin-kubectl-flow-views/package.json b/plugins/plugin-kubectl-flow-views/package.json index 032d6832476..1953b10e7d8 100644 --- a/plugins/plugin-kubectl-flow-views/package.json +++ b/plugins/plugin-kubectl-flow-views/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl-flow-views", - "version": "8.10.13", + "version": "8.10.14", "description": "Kubectl flow visualizations for Kui", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index fcf8e66a6cf..dd96651eeb6 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +### Bug Fixes + +- **plugins/plugin-kubectl:** `oc get namespaces` doesn't produce a RadioTable ([ea16844](https://github.com/IBM/kui/commit/ea16844)), closes [#5227](https://github.com/IBM/kui/issues/5227) + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 459b20cef6c..a6992bcc187 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.10.13", + "version": "8.10.14", "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 3b89cd7cf70..c977ff6d8c9 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 90152761885..68a05d3847f 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.10.13", + "version": "8.10.14", "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 38cb37600e8..34eb3483900 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 419f45ae3e1..8d4ce9593d3 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.10.13", + "version": "8.10.14", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index b1d8af571e8..de9b82c8c23 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 53bb4234e6d..fb5720753f0 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.10.13", + "version": "8.10.14", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 20616e86415..aca54b0efcb 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.10.14](https://github.com/IBM/kui/compare/v8.10.13...v8.10.14) (2020-07-22) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.10.13](https://github.com/IBM/kui/compare/v8.10.12...v8.10.13) (2020-07-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 1e521615026..37beee2eb49 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.10.13", + "version": "8.10.14", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",