From 8d0cdbe749f27307cd4d6355599d8a5f19b2654b Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Wed, 13 Oct 2021 20:26:52 -0400 Subject: [PATCH] v10.7.5 --- CHANGELOG.md | 4 ++++ 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-notebook/CHANGELOG.md | 4 ++++ plugins/plugin-client-notebook/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-iter8/CHANGELOG.md | 4 ++++ plugins/plugin-iter8/package.json | 2 +- plugins/plugin-kubectl-flow-views/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl-flow-views/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl/package.json | 2 +- plugins/plugin-patternfly4-themes/CHANGELOG.md | 4 ++++ plugins/plugin-patternfly4-themes/package.json | 2 +- plugins/plugin-proxy-support/CHANGELOG.md | 4 ++++ plugins/plugin-proxy-support/package.json | 2 +- plugins/plugin-s3/CHANGELOG.md | 4 ++++ plugins/plugin-s3/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 4 ++++ plugins/plugin-wskflow/package.json | 2 +- 50 files changed, 125 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3ec55da3b..21702e0ba3b 100644 --- a/CHANGELOG.md +++ b/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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package kui-shell + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 7f1670edba9..aa98ad20986 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "10.7.4", + "version": "10.7.5", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 94c228323fb..b2a526602ae 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/builder + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 8bceb614089..6445abd3c1d 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "10.7.4", + "version": "10.7.5", "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 7f5e0e8bc7d..db03ecf33ad 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/core + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index cf9f95acec1..67564688491 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "10.7.4", + "version": "10.7.5", "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 62d8c3de76b..a73e3e08da3 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/proxy + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 509e4c9a9bb..0ba0f7d0e11 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "10.7.4", + "version": "10.7.5", "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 0c1e2c782da..3333d269aba 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/react + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 71d10544269..95a93afaacb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "10.7.4", + "version": "10.7.5", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 3b7ea1200c5..ff0c1b0afd8 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.7.5](https://github.com/kubernetes-sigs/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/test + ## [10.7.4](https://github.com/kubernetes-sigs/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index 5058a0d5ebf..0dfad24b44e 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "10.7.4", + "version": "10.7.5", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 2b261ffe971..33af1fabdc3 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/webpack + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index da8aa291806..526c27336c6 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "10.7.4", + "version": "10.7.5", "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 07cb6dea95b..32a6899f529 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 265220f5ece..7bf01fd68f4 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.7.4", + "version": "10.7.5", "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 9340ed5989e..cfe4a123187 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 f73cde4afa8..777e75b1179 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.7.4", + "version": "10.7.5", "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 95de4445819..076f71145ea 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.7.5](https://github.com/kubernetes-sigs/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [10.7.4](https://github.com/kubernetes-sigs/kui/compare/v10.7.3...v10.7.4) (2021-10-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 91b59a29a39..cbab1d8af08 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.7.4", + "version": "10.7.5", "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 74f3cd44d05..b664833bfdf 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. +## [10.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 0c44cf63e52..0b78a7ba52e 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.7.4", + "version": "10.7.5", "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 ad5b6d4025a..2182e64a23c 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 bcb1a1403b2..bfa17a224be 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.7.4", + "version": "10.7.5", "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 d453a14e361..1c048646397 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-client-notebooks + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 d20942a9cf7..6a9a34aec76 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.7.4", + "version": "10.7.5", "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 4021e0d9539..72fe7d172cd 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 ffc0ada0b92..d315173d2f1 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.7.4", + "version": "10.7.5", "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 bbd69ee1cf7..e75b34fe3e8 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 1feb105e553..a6e94bd396f 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.7.4", + "version": "10.7.5", "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 a7e561c2c5c..31f7cd637c0 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 e9d817b318c..0b872962375 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.7.4", + "version": "10.7.5", "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 e087cebac3c..21d332ae4f3 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 59942127473..92fc9dd8549 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.7.4", + "version": "10.7.5", "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 8eff487df87..6d8848e9d4d 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 3231d78a943..4b089612b27 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "10.7.4", + "version": "10.7.5", "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 b8d90ec6ca7..0e9f00d15d3 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.7.5](https://github.com/kubernetes-sigs/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-iter8 + ## [10.7.4](https://github.com/kubernetes-sigs/kui/compare/v10.7.3...v10.7.4) (2021-10-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 efc0e67c3a7..0cb8b5ee842 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "10.7.4", + "version": "10.7.5", "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 cc5d0f58dfa..c5b045cbe28 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 9a9afa6f6b0..a45d174d26d 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.7.4", + "version": "10.7.5", "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 0bdf19bbcdb..31acf8fd91f 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 539132146b3..4534ac7c111 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "10.7.4", + "version": "10.7.5", "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 b8e8910175e..ec7f27be249 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 e8d6fa2084d..f99b5fe1a24 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.7.4", + "version": "10.7.5", "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 2d442810c6b..881dc59722b 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-13) **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 620a51e8705..f98160357f7 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.7.4", + "version": "10.7.5", "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 f601c560912..9e30daad045 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-s3 + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 98439611de8..908ce60e86e 100644 --- a/plugins/plugin-s3/package.json +++ b/plugins/plugin-s3/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-s3", - "version": "10.7.4", + "version": "10.7.5", "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 f9c599691c8..be2f699ff4b 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.7.5](https://github.com/IBM/kui/compare/v10.7.4...v10.7.5) (2021-10-14) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [10.7.4](https://github.com/IBM/kui/compare/v10.7.3...v10.7.4) (2021-10-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 bfe28e138e4..48f9ae30f91 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "10.7.4", + "version": "10.7.5", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",