diff --git a/CHANGELOG.md b/CHANGELOG.md index 873a53bc6aa..d9b5399a236 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. +## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package kui-shell + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 410e7711717..47f9bdce0af 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "8.7.1", + "version": "8.7.2", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index c3ce9266b1a..3484569a488 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/builder + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index cc8cfa4c0a5..8049dc67612 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "8.7.1", + "version": "8.7.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 c2e89beee43..9c42cd36c9c 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/core + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 8edb0d2a650..b3ae274a19b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "8.7.1", + "version": "8.7.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 f8a33ee5e2f..0c36db1c93d 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/proxy + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/proxy diff --git a/packages/proxy/package.json b/packages/proxy/package.json index d8ce9f3e3ac..fc8596dd381 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "8.7.1", + "version": "8.7.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 e29fb5b18de..a711900ada1 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/react + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/react diff --git a/packages/react/package.json b/packages/react/package.json index 37796c81332..8d63c3e635b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "8.7.1", + "version": "8.7.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 90fd62d3144..f26c86d7d95 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/test + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/test diff --git a/packages/test/package.json b/packages/test/package.json index 5f6ab167005..1c297be5ef7 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "8.7.1", + "version": "8.7.2", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 3983957437d..5dc48374604 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/webpack + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index e4ed726758d..65ec407b94a 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "8.7.1", + "version": "8.7.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 5317a02a50f..a779830cddb 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-bash-like + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 437c84fca83..f42c6443fdc 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.7.1", + "version": "8.7.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 f0d0827e708..792a8d33f58 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-carbon-themes + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 a971bc0aa3b..e63b703018a 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.7.1", + "version": "8.7.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 479f3cd40a5..7973eae4a08 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-client-alternate + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 c6cf1713aa0..26a9467391d 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.7.1", + "version": "8.7.2", "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 1472c77a3db..5ca7f6498c3 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. +## [8.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-client-common + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index f5af9499748..13803b31219 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.7.1", + "version": "8.7.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 36cf1c39e7f..8aa849c58f7 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-client + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 13c1fc7efe6..cbacb509b6e 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.7.1", + "version": "8.7.2", "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 b44f7a2b40e..48e0f5a42e8 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-test-client + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 b13adc31509..5204e74621f 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.7.1", + "version": "8.7.2", "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 b7d15296522..44b680e3e81 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-core-support + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 bd5d155f511..09a6394c28e 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.7.1", + "version": "8.7.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 5aaa5de8db3..0852a742d0e 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-core-themes + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 6ec3c803f40..5823388f228 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.7.1", + "version": "8.7.2", "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 d96145bb2d0..238d6ed1375 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-git + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 925c2df1250..e9e69ac7acf 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "8.7.1", + "version": "8.7.2", "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 98705fca0ae..f07e6e3c489 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.7.2](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-ibmcloud + ## [8.7.1](https://github.com/kui-shell/plugin-kubeui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/plugin-ibmcloud diff --git a/plugins/plugin-ibmcloud/package.json b/plugins/plugin-ibmcloud/package.json index 492b9746783..00c5aa50843 100644 --- a/plugins/plugin-ibmcloud/package.json +++ b/plugins/plugin-ibmcloud/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-ibmcloud", - "version": "8.7.1", + "version": "8.7.2", "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 7200c65307a..aa00b17cc8b 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-kubectl + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 48514cbe29e..d09b84878c6 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "8.7.1", + "version": "8.7.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 1348b85cc94..e2d841ef8ee 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 6fe9336b490..d5dd20ae071 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.7.1", + "version": "8.7.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 b6e9c27fc56..235f528d92e 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-proxy-support + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 76a3fbdaba1..185fabc5e37 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.7.1", + "version": "8.7.2", "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 3ef5b19dad2..10d5f32f709 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-sandbox + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/plugin-sandbox diff --git a/plugins/plugin-sandbox/package.json b/plugins/plugin-sandbox/package.json index cb1d330d91e..dd6b477d097 100644 --- a/plugins/plugin-sandbox/package.json +++ b/plugins/plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-sandbox", - "version": "8.7.1", + "version": "8.7.2", "description": "", "main": "index.js", "scripts": { diff --git a/plugins/plugin-skeleton/CHANGELOG.md b/plugins/plugin-skeleton/CHANGELOG.md index 070b84103e8..f5f7c20bac4 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-skeleton + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **Note:** Version bump only for package @kui-shell/plugin-skeleton diff --git a/plugins/plugin-skeleton/package.json b/plugins/plugin-skeleton/package.json index aee1c4296a8..ffc11492c4a 100644 --- a/plugins/plugin-skeleton/package.json +++ b/plugins/plugin-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-skeleton", - "version": "8.7.1", + "version": "8.7.2", "description": "", "main": "mdist/index.js", "scripts": { diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index aa499e9f5ae..a5b5abc99dd 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.7.2](https://github.com/IBM/kui/compare/v8.7.1...v8.7.2) (2020-05-12) + +**Note:** Version bump only for package @kui-shell/plugin-wskflow + ## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11) **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 76e814e1e28..37ed469bb5d 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "8.7.1", + "version": "8.7.2", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",