From 65fd70eb826f921bb3a66d2ab647ea3abcd9a525 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 1 Jun 2021 12:22:45 -0400 Subject: [PATCH] v10.3.12 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 4 ++-- packages/proxy/CHANGELOG.md | 4 ++++ packages/proxy/package.json | 4 ++-- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 4 ++-- packages/test/CHANGELOG.md | 4 ++++ packages/test/package.json | 4 ++-- packages/webpack/CHANGELOG.md | 4 ++++ packages/webpack/package.json | 4 ++-- plugins/plugin-bash-like/CHANGELOG.md | 4 ++++ plugins/plugin-bash-like/package.json | 4 ++-- plugins/plugin-carbon-themes/CHANGELOG.md | 4 ++++ plugins/plugin-carbon-themes/package.json | 4 ++-- 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 | 4 ++-- 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 | 4 ++-- plugins/plugin-core-themes/CHANGELOG.md | 4 ++++ plugins/plugin-core-themes/package.json | 4 ++-- plugins/plugin-electron-components/CHANGELOG.md | 4 ++++ plugins/plugin-electron-components/package.json | 4 ++-- plugins/plugin-git/CHANGELOG.md | 4 ++++ plugins/plugin-git/package.json | 4 ++-- 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 | 4 ++-- plugins/plugin-kubectl/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl/package.json | 4 ++-- plugins/plugin-patternfly4-themes/CHANGELOG.md | 4 ++++ plugins/plugin-patternfly4-themes/package.json | 4 ++-- plugins/plugin-proxy-support/CHANGELOG.md | 4 ++++ plugins/plugin-proxy-support/package.json | 4 ++-- plugins/plugin-wskflow/CHANGELOG.md | 4 ++++ plugins/plugin-wskflow/package.json | 4 ++-- 48 files changed, 138 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f57e72043..a070bfbe463 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package kui-shell + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package kui-shell diff --git a/lerna.json b/lerna.json index 179f72bdbfd..258fa221983 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "10.3.11", + "version": "10.3.12", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 03ed2034d89..87f05481110 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/builder + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 43aa35987f2..344852e032e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "10.3.11", + "version": "10.3.12", "description": "Kui plugin development helpers", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -39,5 +39,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 574c7cb42dd..1baeee1198b 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/core + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index 2c5c9b80fff..ab9bfafcb4d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "10.3.11", + "version": "10.3.12", "description": "An Electron-based shell for cloud-native development", "homepage": "https://github.com/IBM/kui#readme", "license": "Apache-2.0", @@ -50,5 +50,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index d49a8464c7c..d821a3344b3 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/proxy + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index bc2700f13d0..dbda5aaaa2c 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "10.3.11", + "version": "10.3.12", "description": "Kui package that offers a proxy server", "author": "Nick Mitchell", "license": "Apache-2.0", @@ -33,5 +33,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f280fc90e73..810e9c54b98 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/react + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 6e10c4addb8..12c7c70e1f7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "10.3.11", + "version": "10.3.12", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -21,5 +21,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index e442e683190..51ff6615674 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.3.12](https://github.com/kubernetes-sigs/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/test + ## [10.3.11](https://github.com/kubernetes-sigs/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index 80411bee0e5..b7dc79cae60 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "10.3.11", + "version": "10.3.12", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -23,5 +23,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 6477be4f629..e5b566b7e6c 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/webpack + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 756b11b44c8..4877d8a2824 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "10.3.11", + "version": "10.3.12", "description": "Kui support for webpack clients", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -78,5 +78,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-bash-like/CHANGELOG.md b/plugins/plugin-bash-like/CHANGELOG.md index 24f2e481f2d..027439fb1ec 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 b859dbe85fe..6e7cf37d8fc 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.3.11", + "version": "10.3.12", "description": "Kui plugin that offers local bash-like shell integrations", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -62,5 +62,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-carbon-themes/CHANGELOG.md b/plugins/plugin-carbon-themes/CHANGELOG.md index f1da96fa6c7..4b8b04b1674 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 ce521ece244..2e1696fa585 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.3.11", + "version": "10.3.12", "description": "Kui plugin offering a Carbon Components-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-client-alternate/CHANGELOG.md b/plugins/plugin-client-alternate/CHANGELOG.md index 368397634f5..45741a271ad 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.3.12](https://github.com/kubernetes-sigs/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [10.3.11](https://github.com/kubernetes-sigs/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 e2bb281683b..09117c964e4 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.3.11", + "version": "10.3.12", "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 8c0cf6e22d5..3bfd80220ce 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **Note:** Version bump only for package @kui-shell/plugin-client-common diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index cd34d723d96..534da86e6ca 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.3.11", + "version": "10.3.12", "description": "Kui plugin that offers stylesheets", "license": "Apache-2.0", "author": "Mengting Yan", @@ -78,5 +78,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-client-default/CHANGELOG.md b/plugins/plugin-client-default/CHANGELOG.md index 22b40fda11b..afdb7ce5532 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 66562139d90..d562a7cf5c3 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.3.11", + "version": "10.3.12", "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 7cd30ef5921..fe20f9e6ddc 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-client-notebooks + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 55d98d17823..e56cfc9cd6a 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.3.11", + "version": "10.3.12", "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 1c6fefc188b..af504a464f1 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 ecc745990b8..46d0ee77293 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.3.11", + "version": "10.3.12", "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 2aa8998b3dd..a16d6bd60ad 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 b20be5cbfe9..20c9b3f06fc 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.3.11", + "version": "10.3.12", "description": "Kui plugin offering core extensions such as help and screenshot commands", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -32,5 +32,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-core-themes/CHANGELOG.md b/plugins/plugin-core-themes/CHANGELOG.md index 4f155b016c8..8c973cd207f 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 2fb347a80ac..93f416b0e6e 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.3.11", + "version": "10.3.12", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-electron-components/CHANGELOG.md b/plugins/plugin-electron-components/CHANGELOG.md index cac8dfdf4ec..b3b766bec05 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 e9f1c5a6609..717d2ff803c 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.3.11", + "version": "10.3.12", "description": "Kui plugin that houses electron-specific React components", "license": "Apache-2.0", "author": "@starpit", @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index e43b83971ad..35d7c742f40 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 80b2fed0d53..be28221dcfc 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "10.3.11", + "version": "10.3.12", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -25,7 +25,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b", + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006", "dependencies": { "strip-ansi": "6.0.0" } diff --git a/plugins/plugin-iter8/CHANGELOG.md b/plugins/plugin-iter8/CHANGELOG.md index d895cea4ab9..884907eee25 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.3.12](https://github.com/kubernetes-sigs/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-iter8 + ## [10.3.11](https://github.com/kubernetes-sigs/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 18bf71a6d02..2893e02f6b7 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "10.3.11", + "version": "10.3.12", "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 84f07f5d04d..4d6175b2071 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 5a2d94a2bab..6b6385a2dec 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.3.11", + "version": "10.3.12", "description": "Kubectl flow visualizations for Kui", "license": "Apache-2.0", "keywords": [ @@ -30,5 +30,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index 9b085706e49..102832a1dc3 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 c2d0e00f600..2a17c1cb6b5 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "10.3.11", + "version": "10.3.12", "description": "Kubernetes visualization plugin for kubernetes", "license": "Apache-2.0", "keywords": [ @@ -46,5 +46,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-patternfly4-themes/CHANGELOG.md b/plugins/plugin-patternfly4-themes/CHANGELOG.md index 66f12d6784c..75cc8637c8c 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 aeb22d86b6c..e0b91427bf1 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.3.11", + "version": "10.3.12", "description": "Kui plugin offering a Patternfly4-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-proxy-support/CHANGELOG.md b/plugins/plugin-proxy-support/CHANGELOG.md index 299f4b02767..f4f0260bad4 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 de9f0bd9c06..61d304a14c8 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.3.11", + "version": "10.3.12", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", @@ -27,5 +27,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" } diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 9941e98ff52..f14fcbaae66 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.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01) **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 f25f2036c40..dd73a7656c0 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "10.3.11", + "version": "10.3.12", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang", @@ -48,5 +48,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b" + "gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006" }