diff --git a/CHANGELOG.md b/CHANGELOG.md index f40ff0bc092..f3e0a191503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-client-common:** double clicking on Commentary enters edit mode, even for readOnly clients ([22d50b6](https://github.com/IBM/kui/commit/22d50b6)), closes [#7977](https://github.com/IBM/kui/issues/7977) +- **plugins/plugin-client-common:** links in hints in sidecar have low contrast in light themes ([ad90927](https://github.com/IBM/kui/commit/ad90927)), closes [#7981](https://github.com/IBM/kui/issues/7981) +- **plugins/plugin-client-common:** Sequential execution fails if first split has nothing executable ([7a0f010](https://github.com/IBM/kui/commit/7a0f010)), closes [#7976](https://github.com/IBM/kui/issues/7976) + +### Features + +- Add ability to swap the order of splits ([d954324](https://github.com/IBM/kui/commit/d954324)), closes [#7975](https://github.com/IBM/kui/issues/7975) + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 25f5dcb3a81..14466d21d0d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "10.5.1", + "version": "10.5.2", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 5a780c7d292..060d10cef1c 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/builder + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 6dd9366109d..614a36637f9 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "10.5.1", + "version": "10.5.2", "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 01ffd9462f3..de7e19807de 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +### Features + +- Add ability to swap the order of splits ([d954324](https://github.com/IBM/kui/commit/d954324)), closes [#7975](https://github.com/IBM/kui/issues/7975) + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index d133e870fe4..53ef702c6e9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "10.5.1", + "version": "10.5.2", "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 e1922592417..29fe14f9a04 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/proxy + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 0f41508ccdc..22c24be1d4e 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "10.5.1", + "version": "10.5.2", "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 096a8d923e9..dc7e524fd73 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/react + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 1ae10e5183d..d66c1b6f2c4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "10.5.1", + "version": "10.5.2", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 4a839494bae..af39c049f27 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. +## [10.5.2](https://github.com/kubernetes-sigs/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/test + ## [10.5.1](https://github.com/kubernetes-sigs/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index b38384882db..c7bc37d3c83 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "10.5.1", + "version": "10.5.2", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 3c3cd9b86a1..4c5e5c254aa 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/webpack + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 37a5c50f3b2..38a0ca1210b 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "10.5.1", + "version": "10.5.2", "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 cf1620865ab..934279fa033 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 415c6a1aa9d..f69555396a1 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": "10.5.1", + "version": "10.5.2", "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 60e9206c510..018ab39c1c2 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 fc98d8cc3ee..1084c1e728e 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": "10.5.1", + "version": "10.5.2", "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 f3c5d4a16f8..851b6c9bb97 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. +## [10.5.2](https://github.com/kubernetes-sigs/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [10.5.1](https://github.com/kubernetes-sigs/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 12414039903..5da71ed5b1c 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": "10.5.1", + "version": "10.5.2", "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 4ce6c3e9c02..479b3daf6aa 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-client-common:** double clicking on Commentary enters edit mode, even for readOnly clients ([22d50b6](https://github.com/IBM/kui/commit/22d50b6)), closes [#7977](https://github.com/IBM/kui/issues/7977) +- **plugins/plugin-client-common:** links in hints in sidecar have low contrast in light themes ([ad90927](https://github.com/IBM/kui/commit/ad90927)), closes [#7981](https://github.com/IBM/kui/issues/7981) +- **plugins/plugin-client-common:** Sequential execution fails if first split has nothing executable ([7a0f010](https://github.com/IBM/kui/commit/7a0f010)), closes [#7976](https://github.com/IBM/kui/issues/7976) + +### Features + +- Add ability to swap the order of splits ([d954324](https://github.com/IBM/kui/commit/d954324)), closes [#7975](https://github.com/IBM/kui/issues/7975) + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index f8a392ac187..e9eba88c472 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": "10.5.1", + "version": "10.5.2", "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 09975e588ad..2326567dbcd 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 b5fdaf3f697..d9c80ccaa5b 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": "10.5.1", + "version": "10.5.2", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-notebook/CHANGELOG.md b/plugins/plugin-client-notebook/CHANGELOG.md index e1c2832e1ac..2a27c1e6515 100644 --- a/plugins/plugin-client-notebook/CHANGELOG.md +++ b/plugins/plugin-client-notebook/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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-client-notebooks + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/plugin-client-notebooks diff --git a/plugins/plugin-client-notebook/package.json b/plugins/plugin-client-notebook/package.json index 7a979fdbd4a..91ca54a2e19 100644 --- a/plugins/plugin-client-notebook/package.json +++ b/plugins/plugin-client-notebook/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-notebooks", - "version": "10.5.1", + "version": "10.5.2", "description": "A Kui client that serves up notebooks", "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 47b31412545..a4ce2394bad 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 978521f1e1d..ca6c8f8e558 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": "10.5.1", + "version": "10.5.2", "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 35e62218073..b473a56469b 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-client-common:** double clicking on Commentary enters edit mode, even for readOnly clients ([22d50b6](https://github.com/IBM/kui/commit/22d50b6)), closes [#7977](https://github.com/IBM/kui/issues/7977) + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 1cad5f36e4a..21cc99259ce 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": "10.5.1", + "version": "10.5.2", "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 b49e8e8b6c0..8f82ce9c88b 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 2f8b3c8f524..6ae2370cf11 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": "10.5.1", + "version": "10.5.2", "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 4833e27f433..258f25ae8d6 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 dd9b0fada57..e90a380a822 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": "10.5.1", + "version": "10.5.2", "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 8cec20690e8..fd46af5e4d8 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 ed12997f6b6..73579de4d16 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "10.5.1", + "version": "10.5.2", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-iter8/CHANGELOG.md b/plugins/plugin-iter8/CHANGELOG.md index f536d7982c4..5cbca64baa8 100644 --- a/plugins/plugin-iter8/CHANGELOG.md +++ b/plugins/plugin-iter8/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. +## [10.5.2](https://github.com/kubernetes-sigs/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-iter8 + ## [10.5.1](https://github.com/kubernetes-sigs/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/plugin-iter8 diff --git a/plugins/plugin-iter8/package.json b/plugins/plugin-iter8/package.json index 04d2b498197..f3d4b9668bb 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "10.5.1", + "version": "10.5.2", "description": "Kui plugin that offers Iter8 integration", "author": "Yan Yan Huang", "contributors": [ diff --git a/plugins/plugin-kubectl-flow-views/CHANGELOG.md b/plugins/plugin-kubectl-flow-views/CHANGELOG.md index 87d810233b7..9cba777f1a7 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 19fd132916f..9d20fe795ef 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": "10.5.1", + "version": "10.5.2", "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 1b17071586c..9cf4c9d7451 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 ea915321c0c..5ca67e8fde9 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "10.5.1", + "version": "10.5.2", "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 d40781b5fb0..c15a69191ab 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 1d467234d86..3a9f865ad64 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": "10.5.1", + "version": "10.5.2", "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 8cfbe5c94c9..6c6a96d7c97 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index a31d1eb3b4d..3a8a7173a6c 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": "10.5.1", + "version": "10.5.2", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-s3/CHANGELOG.md b/plugins/plugin-s3/CHANGELOG.md index 784eb23a1c1..8d3c9223e92 100644 --- a/plugins/plugin-s3/CHANGELOG.md +++ b/plugins/plugin-s3/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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-s3 + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **Note:** Version bump only for package @kui-shell/plugin-s3 diff --git a/plugins/plugin-s3/package.json b/plugins/plugin-s3/package.json index 58d270050f2..c173dbc5731 100644 --- a/plugins/plugin-s3/package.json +++ b/plugins/plugin-s3/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-s3", - "version": "10.5.1", + "version": "10.5.2", "description": "s3 related commands for Kui", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 8a17dfb7d59..fd96a4f6a2a 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. +## [10.5.2](https://github.com/IBM/kui/compare/v10.5.1...v10.5.2) (2021-09-13) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) **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 88bbcd22486..42d17238c6b 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "10.5.1", + "version": "10.5.2", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",