From fc8c7f99988cdd19e2b8b7801bec7143e1deec5d Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Wed, 7 Sep 2022 16:38:29 -0400 Subject: [PATCH] v12.0.2 --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ 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-tray-menu/CHANGELOG.md | 4 ++++ plugins/plugin-kubectl-tray-menu/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 | 10 ++++++++++ plugins/plugin-s3/package.json | 2 +- 48 files changed, 138 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f9f137f19..493e86b8a0b 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +### Bug Fixes + +- remove ancient pretty printers for ancient usage model ([364456c](https://github.com/IBM/kui/commit/364456c)) + +### BREAKING CHANGES + +- this removes some of the exported pretty printers from kui-shell/core + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 783fa679699..f6bdabef5a8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "12.0.1", + "version": "12.0.2", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 128b1f73da5..3a03a11301b 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/builder + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 264154831ae..6071344a17a 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "12.0.1", + "version": "12.0.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 27aff46f4bb..70fbc590012 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +### Bug Fixes + +- remove ancient pretty printers for ancient usage model ([364456c](https://github.com/IBM/kui/commit/364456c)) + +### BREAKING CHANGES + +- this removes some of the exported pretty printers from kui-shell/core + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/core diff --git a/packages/core/package.json b/packages/core/package.json index 8faec10120d..b008ea7ce18 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "12.0.1", + "version": "12.0.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 84026162918..0ad69b8ad2f 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/proxy + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index c3ddf258dfc..d148765efae 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "12.0.1", + "version": "12.0.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 eddd8c6e05d..e885247f51b 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/react + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 6c2e885a468..73abf3a24c4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "12.0.1", + "version": "12.0.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 f11ba6f12fc..c7ebdd8d0b8 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. +## [12.0.2](https://github.com/kubernetes-sigs/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/test + ## [12.0.1](https://github.com/kubernetes-sigs/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index debd2bb370a..e5f49b90c69 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "12.0.1", + "version": "12.0.2", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 2d38a438bd3..2328d7b6b83 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/webpack + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 535adef82a1..54f712040c6 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "12.0.1", + "version": "12.0.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 db39fc31e22..b88cc9770fb 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 afe39a7c877..d8f365585bc 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": "12.0.1", + "version": "12.0.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 7ed075c70f4..0d4ed2cbe96 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 ce118758960..22dc22bf238 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": "12.0.1", + "version": "12.0.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 88f3e4730c2..a8259a7729f 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. +## [12.0.2](https://github.com/kubernetes-sigs/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [12.0.1](https://github.com/kubernetes-sigs/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 b310e33b52b..63034fee0f4 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": "12.0.1", + "version": "12.0.2", "description": "", "main": "dist/index.js", "typedocMain": "src/index.ts", diff --git a/plugins/plugin-client-common/CHANGELOG.md b/plugins/plugin-client-common/CHANGELOG.md index 199c2fbeedf..8257a51881a 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 728213cf331..6356aac70c5 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": "12.0.1", + "version": "12.0.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 55411454a81..634367b3ee6 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 d90d35e3690..b48c25a4f1a 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": "12.0.1", + "version": "12.0.2", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "typedocMain": "src/index.ts", diff --git a/plugins/plugin-client-notebook/CHANGELOG.md b/plugins/plugin-client-notebook/CHANGELOG.md index 997dc099de8..8d0105fb588 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-client-notebooks + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 27fea045017..5768449c994 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": "12.0.1", + "version": "12.0.2", "description": "A Kui client that serves up notebooks", "main": "dist/index.js", "typedocMain": "src/index.ts", diff --git a/plugins/plugin-client-test/CHANGELOG.md b/plugins/plugin-client-test/CHANGELOG.md index 8ba9dce6c15..0f20cb59b97 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 5cfb5dddddf..8ed85af8420 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": "12.0.1", + "version": "12.0.2", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "typedocMain": "src/index.ts", diff --git a/plugins/plugin-core-support/CHANGELOG.md b/plugins/plugin-core-support/CHANGELOG.md index 14cc49c3dc4..0249a4d16b6 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 66e85c8e9fe..6de40918872 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": "12.0.1", + "version": "12.0.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 3d279920f66..c4d20faac8a 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 7937189059e..09515cb876f 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": "12.0.1", + "version": "12.0.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 17656a8bb0c..7bdba302f22 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 3f5a105175e..eac7b5e30f8 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": "12.0.1", + "version": "12.0.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 b385f11d8d9..17c03e3192f 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 06a74316930..2df5997217b 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "12.0.1", + "version": "12.0.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 9231427529c..f3cc8f324cc 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. +## [12.0.2](https://github.com/kubernetes-sigs/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-iter8 + ## [12.0.1](https://github.com/kubernetes-sigs/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 719003acbc8..12a978ed3c4 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "12.0.1", + "version": "12.0.2", "description": "Kui plugin that offers Iter8 integration", "author": "Yan Yan Huang", "contributors": [ diff --git a/plugins/plugin-kubectl-tray-menu/CHANGELOG.md b/plugins/plugin-kubectl-tray-menu/CHANGELOG.md index c0b6a632203..fac72116452 100644 --- a/plugins/plugin-kubectl-tray-menu/CHANGELOG.md +++ b/plugins/plugin-kubectl-tray-menu/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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-tray-menu + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) ### Bug Fixes diff --git a/plugins/plugin-kubectl-tray-menu/package.json b/plugins/plugin-kubectl-tray-menu/package.json index 1ada485e4b4..2c8d4392023 100644 --- a/plugins/plugin-kubectl-tray-menu/package.json +++ b/plugins/plugin-kubectl-tray-menu/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl-tray-menu", - "version": "12.0.1", + "version": "12.0.2", "description": "Kubernetes Tray menu plugin for Kui", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index 7159c5aa70b..c17988d3e4e 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 2e0e40af8cb..5e5ca217dcb 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "12.0.1", + "version": "12.0.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 2a42732383a..b958d54f813 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 86fbd43aebc..c436ae1e2b9 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": "12.0.1", + "version": "12.0.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 ac850bc6951..6ecf9f74da0 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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 cdd10869c8a..376fe05b692 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": "12.0.1", + "version": "12.0.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 6a39c47bb11..c1b1fb20890 100644 --- a/plugins/plugin-s3/CHANGELOG.md +++ b/plugins/plugin-s3/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. +## [12.0.2](https://github.com/IBM/kui/compare/v12.0.1...v12.0.2) (2022-09-07) + +### Bug Fixes + +- remove ancient pretty printers for ancient usage model ([364456c](https://github.com/IBM/kui/commit/364456c)) + +### BREAKING CHANGES + +- this removes some of the exported pretty printers from kui-shell/core + ## [12.0.1](https://github.com/IBM/kui/compare/v12.0.0...v12.0.1) (2022-09-07) **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 cc3ed0cb820..127cb0dea16 100644 --- a/plugins/plugin-s3/package.json +++ b/plugins/plugin-s3/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-s3", - "version": "12.0.1", + "version": "12.0.2", "description": "s3 related commands for Kui", "license": "Apache-2.0", "keywords": [