From 990a6fa7c101a8a822b968af486dc526811c2974 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Wed, 10 Jun 2020 08:05:12 -0400 Subject: [PATCH] v8.9.1 --- CHANGELOG.md | 7 +++++++ 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 | 7 +++++++ 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 | 4 ++++ plugins/plugin-client-test/package.json | 2 +- plugins/plugin-core-support/CHANGELOG.md | 6 ++++++ plugins/plugin-core-support/package.json | 2 +- plugins/plugin-core-themes/CHANGELOG.md | 4 ++++ plugins/plugin-core-themes/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-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-sandbox/CHANGELOG.md | 4 ++++ plugins/plugin-sandbox/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 +- 46 files changed, 123 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3559235494e..835a67f6460 100644 --- a/CHANGELOG.md +++ b/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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +### Bug Fixes + +- **plugins/plugin-client-common:** top tab buttons should be owned by the top tab stripe ([9d98d8f](https://github.com/IBM/kui/commit/9d98d8f)), closes [#4690](https://github.com/IBM/kui/issues/4690) +- split screen terminals sometimes incorrect handle exit ([6aac96a](https://github.com/IBM/kui/commit/6aac96a)), closes [#4860](https://github.com/IBM/kui/issues/4860) + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f9a9e1a26e1..192dc85207e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.9.0", + "version": "8.9.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index d0bf9271ab4..daf108d69bb 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/builder + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index 7b7faa9ea3b..97d64bb6d97 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.9.0", + "version": "8.9.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 64ff6f36ebc..2921617d9f2 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/core + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 2e7bf954498..ebbfc53a08e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.9.0", + "version": "8.9.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 144f91bb01b..6cadf2a5820 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/proxy + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 866bc66c834..08ac6b8b408 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.9.0", + "version": "8.9.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 2cd3cfe5bfa..29085241451 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/react + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index 76656a7d9e9..52856dde93d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.9.0", + "version": "8.9.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 690be5297e2..b804ea188e6 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/test + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/packages/test/package.json b/packages/test/package.json index 17fd87c9760..e516a180627 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.9.0", + "version": "8.9.1", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index c1a8a84b3f0..66eaa8d3e68 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/webpack + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index f35bb4541da..1b12ef0b525 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.9.0", + "version": "8.9.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 dd35ca1768c..24b54aa192e 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index a222e85feec..d35d3f19826 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.9.0", + "version": "8.9.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 89dc65b1f06..46c2f4d4ab3 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index 74d57726927..e0a55e056b4 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.9.0", + "version": "8.9.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 9a58f304b1b..731df0c64eb 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index df27945ac81..b1154909ed8 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.9.0", + "version": "8.9.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 959a3660e47..0165ae2826c 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +### Bug Fixes + +- **plugins/plugin-client-common:** top tab buttons should be owned by the top tab stripe ([9d98d8f](https://github.com/IBM/kui/commit/9d98d8f)), closes [#4690](https://github.com/IBM/kui/issues/4690) +- split screen terminals sometimes incorrect handle exit ([6aac96a](https://github.com/IBM/kui/commit/6aac96a)), closes [#4860](https://github.com/IBM/kui/issues/4860) + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 955a29320d2..06a3f72ce3b 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.9.0", + "version": "8.9.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 c2f615a3859..0458e7b6a3d 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-client + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 4e0b8c0da7a..ff09553ac3d 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.9.0", + "version": "8.9.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 dad00ae2a9f..fb4ef5cc732 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. +## [8.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index bba2aadf144..a6d0086ab11 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.9.0", + "version": "8.9.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 e361b45ba71..ff519ef60f3 100644 --- a/plugins/plugin-core-support/CHANGELOG.md +++ b/plugins/plugin-core-support/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +### Bug Fixes + +- split screen terminals sometimes incorrect handle exit ([6aac96a](https://github.com/IBM/kui/commit/6aac96a)), closes [#4860](https://github.com/IBM/kui/issues/4860) + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index 99a02c7c166..7d047cde4d4 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.9.0", + "version": "8.9.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 af892a6deb5..10919c164e2 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index 518fb81c193..22ea4a5d4a1 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.9.0", + "version": "8.9.1", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 2a6bed83d4f..a924f072ed6 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-git + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index 2b833feba83..dd9a1f3d449 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.9.0", + "version": "8.9.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 aa1e7766b71..afd82fc6b2a 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.9.1](https://github.com/kui-shell/plugin-kubeui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + # [8.9.0](https://github.com/kui-shell/plugin-kubeui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index d2562839b74..0ef9d1f3b2a 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.9.0", + "version": "8.9.1", "description": "ibmcloud kubernetes service kui plugin", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index 9c7165cc8c1..1ed7da6ef29 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. +## [8.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index d128b3aef8b..685a54c16da 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.9.0", + "version": "8.9.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 2dc1dbceb20..aa45d0957a5 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 98c6cc7a03c..17abaa81907 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.9.0", + "version": "8.9.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 ed4dfac85ad..f05561a082d 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index 477c587c355..d29346855d5 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.9.0", + "version": "8.9.1", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-sandbox/CHANGELOG.md b/plugins/plugin-sandbox/CHANGELOG.md index 1c057353612..0177c77f735 100644 --- a/plugins/plugin-sandbox/CHANGELOG.md +++ b/plugins/plugin-sandbox/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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-sandbox/package.json b/plugins/plugin-sandbox/package.json index 46855c7b855..1a9324fd2f0 100644 --- a/plugins/plugin-sandbox/package.json +++ b/plugins/plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-sandbox", - "version": "8.9.0", + "version": "8.9.1", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 0ec6ff8d0f4..f2c7418e49f 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Features diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index 75e0e08a3f9..51e53f62f5b 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.9.0", + "version": "8.9.1", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 1b2f1af253c..a0ebdd5abf1 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.9.1](https://github.com/IBM/kui/compare/v8.9.0...v8.9.1) (2020-06-10) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + # [8.9.0](https://github.com/IBM/kui/compare/v4.5.0...v8.9.0) (2020-06-09) ### Bug Fixes diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index 6e47391bb14..b56da1ceeb7 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.9.0", + "version": "8.9.1", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",