From 7d3ced0feebd29927dc8d5ebc18f0c0d1804fd9b Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Fri, 21 Aug 2020 09:52:27 -0400 Subject: [PATCH] v8.12.1 --- CHANGELOG.md | 16 ++++++++++++++++ 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 | 11 +++++++++++ plugins/plugin-client-common/package.json | 2 +- plugins/plugin-client-default/CHANGELOG.md | 4 ++++ plugins/plugin-client-default/package.json | 2 +- plugins/plugin-client-test/CHANGELOG.md | 7 +++++++ 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-ibmcloud/CHANGELOG.md | 4 ++++ plugins/plugin-ibmcloud/package.json | 2 +- plugins/plugin-iter8/CHANGELOG.md | 7 +++++++ 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 | 9 +++++++++ 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-skeleton/CHANGELOG.md | 4 ++++ plugins/plugin-skeleton/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 4 ++++ plugins/plugin-wskflow/package.json | 2 +- 52 files changed, 160 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5207cbe9939..b1618543609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +### Bug Fixes + +- **plugins/plugin-client-common:** improve row hover effect for SequenceDiagram ([133970a](https://github.com/IBM/kui/commit/133970a)), closes [#5426](https://github.com/IBM/kui/issues/5426) +- **plugins/plugin-client-common:** refine Timeline a bit more ([c6fbb75](https://github.com/IBM/kui/commit/c6fbb75)), closes [#5409](https://github.com/IBM/kui/issues/5409) +- **plugins/plugin-client-common:** switching table from Table to Timeline and back to Table does not work ([2542ddc](https://github.com/IBM/kui/commit/2542ddc)), closes [#5430](https://github.com/IBM/kui/issues/5430) +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9931ba8](https://github.com/IBM/kui/commit/9931ba8)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- **plugins/plugin-iter8:** avoid collisions with global css rules ([fe6647f](https://github.com/IBM/kui/commit/fe6647f)), closes [#5432](https://github.com/IBM/kui/issues/5432) +- grid colors are sometimes off ([51eae0c](https://github.com/IBM/kui/commit/51eae0c)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- **plugins/plugin-client-common:** table screenshots include a gray stripe at the top ([e5a48b5](https://github.com/IBM/kui/commit/e5a48b5)), closes [#5410](https://github.com/IBM/kui/issues/5410) +- **plugins/plugin-iter8:** iter8 create experiment combo boxes have misplaced svg ([46e9272](https://github.com/IBM/kui/commit/46e9272)), closes [#5419](https://github.com/IBM/kui/issues/5419) +- **plugins/plugin-kubectl:** certain filepath options to kubectl were not tilde-expanded ([e56819b](https://github.com/IBM/kui/commit/e56819b)), closes [#5415](https://github.com/IBM/kui/issues/5415) +- **plugins/plugin-kubectl:** kubectl Logs/Events/Terminal tabs do not reflow on sidecar maximize ([8250dca](https://github.com/IBM/kui/commit/8250dca)), closes [#5417](https://github.com/IBM/kui/issues/5417) +- **plugins/plugin-kubectl:** kubectl tab completion does not let me tab-complete some filepaths ([6ad0cce](https://github.com/IBM/kui/commit/6ad0cce)), closes [#5413](https://github.com/IBM/kui/issues/5413) + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index fb109cd9f11..11968ffa679 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.12.0", + "version": "8.12.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index f6638cac242..f214ff753e6 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/builder + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index b7dcbf1e15f..8a586ebe9f7 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.12.0", + "version": "8.12.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 a600ec393c4..0d8b2355c23 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/core + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index b845be956e3..167960939ab 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.12.0", + "version": "8.12.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 3c1bf7d9477..e1657134206 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/proxy + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index cc5b9129aad..38d6813eedf 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.12.0", + "version": "8.12.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 71e7b783462..d0d8ee8e738 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/react + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index c37ea1bc9ac..e21214231af 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.12.0", + "version": "8.12.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 1fe93cd12ef..31ecedc21e8 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/test + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/packages/test/package.json b/packages/test/package.json index 15ddaee6f12..ec2715f1ad7 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.12.0", + "version": "8.12.1", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index cf8176f42c8..61106f4b70d 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/webpack + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index fe6e960d165..d44cdbc5a52 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.12.0", + "version": "8.12.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 d586353b911..469b35e5dd7 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index 5dde9eac5a6..9a13eb04ef4 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": "8.12.0", + "version": "8.12.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 fb9650f0b76..cca90ed7584 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index 35e61c3ae77..4712b1b2761 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": "8.12.0", + "version": "8.12.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 d7555cfa6cb..5670340f701 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index be6a397827e..0ff9014984d 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": "8.12.0", + "version": "8.12.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 30625db7dc8..c25c324c0a1 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +### Bug Fixes + +- **plugins/plugin-client-common:** improve row hover effect for SequenceDiagram ([133970a](https://github.com/IBM/kui/commit/133970a)), closes [#5426](https://github.com/IBM/kui/issues/5426) +- **plugins/plugin-client-common:** refine Timeline a bit more ([c6fbb75](https://github.com/IBM/kui/commit/c6fbb75)), closes [#5409](https://github.com/IBM/kui/issues/5409) +- **plugins/plugin-client-common:** switching table from Table to Timeline and back to Table does not work ([2542ddc](https://github.com/IBM/kui/commit/2542ddc)), closes [#5430](https://github.com/IBM/kui/issues/5430) +- **plugins/plugin-client-common:** table screenshots include a gray stripe at the top ([e5a48b5](https://github.com/IBM/kui/commit/e5a48b5)), closes [#5410](https://github.com/IBM/kui/issues/5410) +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9931ba8](https://github.com/IBM/kui/commit/9931ba8)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- grid colors are sometimes off ([51eae0c](https://github.com/IBM/kui/commit/51eae0c)), closes [#5422](https://github.com/IBM/kui/issues/5422) + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 70f62f8a6d0..ed8a6c1ca6e 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": "8.12.0", + "version": "8.12.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 b9ff0ccbe83..e488f7b86ea 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-client + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 07d708a3bbc..d75a4ac89f1 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": "8.12.0", + "version": "8.12.1", "description": "Kui plugin that offers client defintion", "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 953f2ae683d..faba91b3be2 100644 --- a/plugins/plugin-client-test/CHANGELOG.md +++ b/plugins/plugin-client-test/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +### Bug Fixes + +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9931ba8](https://github.com/IBM/kui/commit/9931ba8)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- grid colors are sometimes off ([51eae0c](https://github.com/IBM/kui/commit/51eae0c)), closes [#5422](https://github.com/IBM/kui/issues/5422) + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index c48801f0f1c..c627525f66e 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": "8.12.0", + "version": "8.12.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 872da67f84c..dca9275d543 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index c464fb04fe1..3bddc9afa30 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": "8.12.0", + "version": "8.12.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 0fbe3ebcf84..49c3df4897a 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index f11aa3714d5..8ed78099f24 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": "8.12.0", + "version": "8.12.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 1e0fcbcd418..5919bf137aa 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-electron-components + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) **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 81ebaf9e6c5..ff2874b5c45 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": "8.12.0", + "version": "8.12.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 855aa5c68b4..ad9dfb26392 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-git + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index 97631d78bc8..a17c7336b52 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.12.0", + "version": "8.12.1", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-ibmcloud/CHANGELOG.md b/plugins/plugin-ibmcloud/CHANGELOG.md index 601e1e61bae..d24800ffb01 100644 --- a/plugins/plugin-ibmcloud/CHANGELOG.md +++ b/plugins/plugin-ibmcloud/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. +## [8.12.1](https://github.com/kui-shell/plugin-kubeui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + # [8.12.0](https://github.com/kui-shell/plugin-kubeui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index ae8c42a66dc..692eebce9ac 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.12.0", + "version": "8.12.1", "description": "ibmcloud kubernetes service kui plugin", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-iter8/CHANGELOG.md b/plugins/plugin-iter8/CHANGELOG.md index 4c22eee6462..a28e72454de 100644 --- a/plugins/plugin-iter8/CHANGELOG.md +++ b/plugins/plugin-iter8/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +### Bug Fixes + +- **plugins/plugin-iter8:** avoid collisions with global css rules ([fe6647f](https://github.com/IBM/kui/commit/fe6647f)), closes [#5432](https://github.com/IBM/kui/issues/5432) +- **plugins/plugin-iter8:** iter8 create experiment combo boxes have misplaced svg ([46e9272](https://github.com/IBM/kui/commit/46e9272)), closes [#5419](https://github.com/IBM/kui/issues/5419) + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Features diff --git a/plugins/plugin-iter8/package.json b/plugins/plugin-iter8/package.json index b5038f15efe..cda6f4f357d 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "8.12.0", + "version": "8.12.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 fe66b70e68c..b32631bb907 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Features diff --git a/plugins/plugin-kubectl-flow-views/package.json b/plugins/plugin-kubectl-flow-views/package.json index 2f5de33d2d0..ed8af55e1bc 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": "8.12.0", + "version": "8.12.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 42c399e1751..38fbd2fdf38 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +### Bug Fixes + +- grid colors are sometimes off ([51eae0c](https://github.com/IBM/kui/commit/51eae0c)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- **plugins/plugin-kubectl:** certain filepath options to kubectl were not tilde-expanded ([e56819b](https://github.com/IBM/kui/commit/e56819b)), closes [#5415](https://github.com/IBM/kui/issues/5415) +- **plugins/plugin-kubectl:** kubectl Logs/Events/Terminal tabs do not reflow on sidecar maximize ([8250dca](https://github.com/IBM/kui/commit/8250dca)), closes [#5417](https://github.com/IBM/kui/issues/5417) +- **plugins/plugin-kubectl:** kubectl tab completion does not let me tab-complete some filepaths ([6ad0cce](https://github.com/IBM/kui/commit/6ad0cce)), closes [#5413](https://github.com/IBM/kui/issues/5413) + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 9d9100854fe..37814d1795f 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.12.0", + "version": "8.12.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 c43ab9890ff..f73c6cfd35f 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 7f338ea15c4..789663cd4ce 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": "8.12.0", + "version": "8.12.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 02b29305f77..9771345396b 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index a991694e804..3ebd57b0d97 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": "8.12.0", + "version": "8.12.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 2aba3dc729b..8a6706a5301 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-s3 + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Features diff --git a/plugins/plugin-s3/package.json b/plugins/plugin-s3/package.json index 1edfe761fd3..02623a39e29 100644 --- a/plugins/plugin-s3/package.json +++ b/plugins/plugin-s3/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-s3", - "version": "8.12.0", + "version": "8.12.1", "description": "s3 related commands for Kui", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 40eca75adf7..b7ff56a0561 100644 --- a/plugins/plugin-skeleton/CHANGELOG.md +++ b/plugins/plugin-skeleton/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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Features diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index 83bb0837675..d3c5ef68556 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.12.0", + "version": "8.12.1", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 9292841702f..3ab7e2206d3 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. +## [8.12.1](https://github.com/IBM/kui/compare/v8.12.0...v8.12.1) (2020-08-21) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + # [8.12.0](https://github.com/IBM/kui/compare/v4.5.0...v8.12.0) (2020-08-20) ### Bug Fixes diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index ae25efa6cb7..6af0c219b89 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.12.0", + "version": "8.12.1", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",