diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e83604d49..f40ff0bc092 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. +## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-client-common:** Hint component can generate invalid dom nesting warning ([8136c20](https://github.com/IBM/kui/commit/8136c20)), closes [#7963](https://github.com/IBM/kui/issues/7963) +- **plugins/plugin-client-common:** If Tab is closed soon after it is created, console errors can appear ([0e484a9](https://github.com/IBM/kui/commit/0e484a9)), closes [#7965](https://github.com/IBM/kui/issues/7965) +- **plugins/plugin-client-common:** improvements to hover and click behavior for block action buttons ([aac425f](https://github.com/IBM/kui/commit/aac425f)), closes [#7971](https://github.com/IBM/kui/issues/7971) +- **plugins/plugin-client-common:** in browser mode, tab offline may result in react loading error ([80cd752](https://github.com/IBM/kui/commit/80cd752)), closes [#7967](https://github.com/IBM/kui/issues/7967) +- **plugins/plugin-proxy-support:** ProxyOfflineIndicator state does not survive unmount/remount ([cbf1189](https://github.com/IBM/kui/commit/cbf1189)), closes [#7969](https://github.com/IBM/kui/issues/7969) + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 292e6e72b4a..25f5dcb3a81 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "10.5.0", + "version": "10.5.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 1ddf9a10090..5a780c7d292 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index d9414b2ab8a..6dd9366109d 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "10.5.0", + "version": "10.5.1", "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 b6e956f3cb4..01ffd9462f3 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. +## [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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index fe43f46d986..d133e870fe4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "10.5.0", + "version": "10.5.1", "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 4f6e528898a..e1922592417 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index fc13d3ea827..0f41508ccdc 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "10.5.0", + "version": "10.5.1", "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 10dba1468a9..096a8d923e9 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 1bca3619146..1ae10e5183d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "10.5.0", + "version": "10.5.1", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 9c4a8f4dbbe..4a839494bae 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.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 + # [10.5.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/test/package.json b/packages/test/package.json index 657e1789c8d..b38384882db 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "10.5.0", + "version": "10.5.1", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 1deac8e4781..3c3cd9b86a1 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 07e9faad20f..37a5c50f3b2 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "10.5.0", + "version": "10.5.1", "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 c6c12d5abaa..cf1620865ab 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index 078d0d75691..415c6a1aa9d 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.0", + "version": "10.5.1", "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 46ca0881c17..60e9206c510 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index a084d5d5efa..fc98d8cc3ee 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.0", + "version": "10.5.1", "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 8cadaea2e47..f3c5d4a16f8 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.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 + # [10.5.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index 5d9ad99c3ea..12414039903 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.0", + "version": "10.5.1", "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 fe471a4180a..4ce6c3e9c02 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.5.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-client-common:** Hint component can generate invalid dom nesting warning ([8136c20](https://github.com/IBM/kui/commit/8136c20)), closes [#7963](https://github.com/IBM/kui/issues/7963) +- **plugins/plugin-client-common:** If Tab is closed soon after it is created, console errors can appear ([0e484a9](https://github.com/IBM/kui/commit/0e484a9)), closes [#7965](https://github.com/IBM/kui/issues/7965) +- **plugins/plugin-client-common:** improvements to hover and click behavior for block action buttons ([aac425f](https://github.com/IBM/kui/commit/aac425f)), closes [#7971](https://github.com/IBM/kui/issues/7971) +- **plugins/plugin-client-common:** in browser mode, tab offline may result in react loading error ([80cd752](https://github.com/IBM/kui/commit/80cd752)), closes [#7967](https://github.com/IBM/kui/issues/7967) + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 030018c9ece..f8a392ac187 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.0", + "version": "10.5.1", "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 ea33e20787b..09975e588ad 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 523eec6dd72..b5fdaf3f697 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.0", + "version": "10.5.1", "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 014667bbe17..e1c2832e1ac 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-notebook/package.json b/plugins/plugin-client-notebook/package.json index 7caec57f06d..7a979fdbd4a 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.0", + "version": "10.5.1", "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 38e07b3afc7..47b31412545 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index db027925952..978521f1e1d 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.0", + "version": "10.5.1", "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 c4bea48fe8f..35e62218073 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. +## [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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index 5fa7036bc42..1cad5f36e4a 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.0", + "version": "10.5.1", "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 8dde3109c04..b49e8e8b6c0 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index 4d1389e5b69..2f8b3c8f524 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.0", + "version": "10.5.1", "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 85cc0abeeec..4833e27f433 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-electron-components/package.json b/plugins/plugin-electron-components/package.json index 39afebf3997..dd9b0fada57 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.0", + "version": "10.5.1", "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 0e726e062fb..8cec20690e8 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index 035ae58281b..ed12997f6b6 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.0", + "version": "10.5.1", "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 7b8f8af3737..f536d7982c4 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.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 + # [10.5.0](https://github.com/kubernetes-sigs/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-iter8/package.json b/plugins/plugin-iter8/package.json index 7c9d2b57765..04d2b498197 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.0", + "version": "10.5.1", "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 79d88f085fe..87d810233b7 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-kubectl-flow-views/package.json b/plugins/plugin-kubectl-flow-views/package.json index fa97ac951d8..19fd132916f 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.0", + "version": "10.5.1", "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 f32d9b5bf4a..1b17071586c 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 9a8363332b7..ea915321c0c 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.0", + "version": "10.5.1", "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 5f4c8eb22e8..d40781b5fb0 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 7b0157d021c..1d467234d86 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.0", + "version": "10.5.1", "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 abccc84a9cd..8cfbe5c94c9 100644 --- a/plugins/plugin-proxy-support/CHANGELOG.md +++ b/plugins/plugin-proxy-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.1](https://github.com/IBM/kui/compare/v10.5.0...v10.5.1) (2021-09-13) + +### Bug Fixes + +- **plugins/plugin-proxy-support:** ProxyOfflineIndicator state does not survive unmount/remount ([cbf1189](https://github.com/IBM/kui/commit/cbf1189)), closes [#7969](https://github.com/IBM/kui/issues/7969) + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index 2f896594956..a31d1eb3b4d 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.0", + "version": "10.5.1", "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 f436933d444..784eb23a1c1 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-s3/package.json b/plugins/plugin-s3/package.json index 922fdbd9403..58d270050f2 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.0", + "version": "10.5.1", "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 0a9244338eb..8a17dfb7d59 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.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 + # [10.5.0](https://github.com/IBM/kui/compare/v4.5.0...v10.5.0) (2021-09-13) ### Bug Fixes diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index 2ef823971a5..88bbcd22486 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.0", + "version": "10.5.1", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",