Skip to content

Commit

Permalink
v8.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jul 6, 2020
1 parent 82eb6a2 commit 2e33470
Show file tree
Hide file tree
Showing 48 changed files with 127 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

### Bug Fixes

- **plugins/plugin-client-default:** improve debug logging of client properties ([82eb6a2](https://github.com/IBM/kui/commit/82eb6a2)), closes [#5088](https://github.com/IBM/kui/issues/5088)
- **plugins/plugin-kubectl:** tolerate helm 3.0 and 3.1 help custom ascii art tables ([21aa6a6](https://github.com/IBM/kui/commit/21aa6a6)), closes [#5085](https://github.com/IBM/kui/issues/5085)

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "plugins/*"],
"version": "8.10.8",
"version": "8.10.9",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions packages/builder/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/builder

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/builder
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/builder",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/core

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/core",
"version": "8.10.8",
"version": "8.10.9",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/proxy/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/proxy

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/proxy
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/proxy",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui package that offers a proxy server",
"author": "Nick Mitchell",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/react

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/react",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/test/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/test

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/test
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/test",
"version": "8.10.8",
"version": "8.10.9",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions packages/webpack/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/webpack

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/webpack
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/webpack",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-bash-like/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-bash-like

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-bash-like
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-bash-like/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-bash-like",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that offers local bash-like shell integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-carbon-themes/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-carbon-themes

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-carbon-themes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-carbon-themes/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-carbon-themes",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin offering a Carbon Components-inspired set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-alternate/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-client-alternate

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-client-alternate
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-alternate/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-alternate",
"version": "8.10.8",
"version": "8.10.9",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

### Bug Fixes

- **plugins/plugin-client-default:** improve debug logging of client properties ([82eb6a2](https://github.com/IBM/kui/commit/82eb6a2)), closes [#5088](https://github.com/IBM/kui/issues/5088)

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-common",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that offers stylesheets",
"license": "Apache-2.0",
"author": "Mengting Yan",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-default/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-client

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-client
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-test/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-test-client

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-test-client
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-test-client",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-core-support/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-core-support

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-core-support
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-core-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-core-support",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-core-themes/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-core-themes

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-core-themes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-core-themes/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-core-themes",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin offering a standard set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-electron-components/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-electron-components

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-electron-components
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-electron-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-electron-components",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that houses electron-specific React components",
"license": "Apache-2.0",
"author": "@starpit",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-git/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-git

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-git
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-git/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-git",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kui plugin that offers git integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-ibmcloud/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-ibmcloud

## [8.10.8](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-ibmcloud
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-ibmcloud/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-ibmcloud",
"version": "8.10.8",
"version": "8.10.9",
"description": "ibmcloud kubernetes service kui plugin",
"license": "Apache-2.0",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-kubectl-flow-views/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-kubectl-flow-views
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-kubectl-flow-views/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-kubectl-flow-views",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kubectl flow visualizations for Kui",
"license": "Apache-2.0",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-kubectl/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

### Bug Fixes

- **plugins/plugin-kubectl:** tolerate helm 3.0 and 3.1 help custom ascii art tables ([21aa6a6](https://github.com/IBM/kui/commit/21aa6a6)), closes [#5085](https://github.com/IBM/kui/issues/5085)

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-kubectl/package.json
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-kubectl",
"version": "8.10.8",
"version": "8.10.9",
"description": "Kubernetes visualization plugin for kubernetes",
"license": "Apache-2.0",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-patternfly4-themes/CHANGELOG.md
Expand Up @@ -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.10.9](https://github.com/IBM/kui/compare/v8.10.8...v8.10.9) (2020-07-06)

**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes

## [8.10.8](https://github.com/IBM/kui/compare/v8.10.7...v8.10.8) (2020-07-02)

**Note:** Version bump only for package @kui-shell/plugin-patternfly4-themes
Expand Down

0 comments on commit 2e33470

Please sign in to comment.