Skip to content

Commit

Permalink
v8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 24, 2020
1 parent 5a8f550 commit 6d573ff
Show file tree
Hide file tree
Showing 46 changed files with 193 additions and 23 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.10.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- **packages/webpack:** allow imports of markdown and image assets ([5a8f550](https://github.com/IBM/kui/commit/5a8f550)), closes [#4983](https://github.com/IBM/kui/issues/4983)
- **plugins/plugin-client-common:** <Markdown/> component misparses certain markdown source ([1f8157c](https://github.com/IBM/kui/commit/1f8157c)), closes [#4941](https://github.com/IBM/kui/issues/4941)
- **plugins/plugin-client-common:** carbon breadcrumbs may not have proper hover effect ([b8ab712](https://github.com/IBM/kui/commit/b8ab712)), closes [#4962](https://github.com/IBM/kui/issues/4962)
- **plugins/plugin-client-common:** improve Terminal screenshots by adding padding ([6764be3](https://github.com/IBM/kui/commit/6764be3)), closes [#4981](https://github.com/IBM/kui/issues/4981)
- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([6027968](https://github.com/IBM/kui/commit/6027968)), closes [#4945](https://github.com/IBM/kui/issues/4945)
- **plugins/plugin-client-common:** poor alignment of sidecar toolbar elements ([9fd411c](https://github.com/IBM/kui/commit/9fd411c)), closes [#4970](https://github.com/IBM/kui/issues/4970)
- **plugins/plugin-client-common:** reverse-i-search does not properly report no matches ([ad947fc](https://github.com/IBM/kui/commit/ad947fc)), closes [#4943](https://github.com/IBM/kui/issues/4943)
- **plugins/plugin-client-common:** Screenshot modal never goes away ([334f921](https://github.com/IBM/kui/commit/334f921)), closes [#4979](https://github.com/IBM/kui/issues/4979)
- **plugins/plugin-client-common:** spurious warning in the console re: Tag ([5440458](https://github.com/IBM/kui/commit/5440458)), closes [#4959](https://github.com/IBM/kui/issues/4959)
- **plugins/plugin-client-common:** UpdateNotification widget has invisible background color ([7542e85](https://github.com/IBM/kui/commit/7542e85)), closes [#4968](https://github.com/IBM/kui/issues/4968)
- **plugins/plugin-kubectl:** changing ns via oc does not update ns widget, in browser clients ([4be867b](https://github.com/IBM/kui/commit/4be867b)), closes [#4953](https://github.com/IBM/kui/issues/4953)
- **plugins/plugin-kubectl:** oc logs does not work ([0d9dab3](https://github.com/IBM/kui/commit/0d9dab3)), closes [#4965](https://github.com/IBM/kui/issues/4965)
- **plugins/plugin-kubectl:** singleton breadcrumbs in kubectl help should not be clickable ([ee9da8e](https://github.com/IBM/kui/commit/ee9da8e)), closes [#4961](https://github.com/IBM/kui/issues/4961)
- **plugins/plugin-patternfly-themes:** update theme alignment to patternfly v4 ([cac1ad3](https://github.com/IBM/kui/commit/cac1ad3)), closes [#4948](https://github.com/IBM/kui/issues/4948)
- **plugins/plugin-proxy-support:** improved display of ProxyOffline state ([f6a4659](https://github.com/IBM/kui/commit/f6a4659)), closes [#4955](https://github.com/IBM/kui/issues/4955)
- support for using patternfly components with non-patternfly themes ([b6d34ba](https://github.com/IBM/kui/commit/b6d34ba)), closes [#4934](https://github.com/IBM/kui/issues/4934)
- upgrade @patternfly/react-core to latest ([04e4668](https://github.com/IBM/kui/commit/04e4668)), closes [#4937](https://github.com/IBM/kui/issues/4937)

### Features

- add a command to return the Card Component in Terminal ([da9ab17](https://github.com/IBM/kui/commit/da9ab17)), closes [#4973](https://github.com/IBM/kui/issues/4973)
- add alert command to display Alert component in Terminal ([27dd17e](https://github.com/IBM/kui/commit/27dd17e)), closes [#4957](https://github.com/IBM/kui/issues/4957)
- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([738ec22](https://github.com/IBM/kui/commit/738ec22)), closes [#4951](https://github.com/IBM/kui/issues/4951)
- **plugins/plugin-client-common:** improve accessibility of "red" error grid cells ([22f8db8](https://github.com/IBM/kui/commit/22f8db8)), closes [#4938](https://github.com/IBM/kui/issues/4938)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "plugins/*"],
"version": "8.10.1",
"version": "8.10.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/builder",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Features

- add alert command to display Alert component in Terminal ([27dd17e](https://github.com/IBM/kui/commit/27dd17e)), closes [#4957](https://github.com/IBM/kui/issues/4957)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**Note:** Version bump only for package @kui-shell/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/core",
"version": "8.10.1",
"version": "8.10.2",
"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
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/proxy",
"version": "8.10.1",
"version": "8.10.2",
"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
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**Note:** Version bump only for package @kui-shell/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/react",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([6027968](https://github.com/IBM/kui/commit/6027968)), closes [#4945](https://github.com/IBM/kui/issues/4945)

### Features

- add a command to return the Card Component in Terminal ([da9ab17](https://github.com/IBM/kui/commit/da9ab17)), closes [#4973](https://github.com/IBM/kui/issues/4973)
- add alert command to display Alert component in Terminal ([27dd17e](https://github.com/IBM/kui/commit/27dd17e)), closes [#4957](https://github.com/IBM/kui/issues/4957)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/test",
"version": "8.10.1",
"version": "8.10.2",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- **packages/webpack:** allow imports of markdown and image assets ([5a8f550](https://github.com/IBM/kui/commit/5a8f550)), closes [#4983](https://github.com/IBM/kui/issues/4983)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/webpack",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-bash-like/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- **plugins/plugin-proxy-support:** improved display of ProxyOffline state ([f6a4659](https://github.com/IBM/kui/commit/f6a4659)), closes [#4955](https://github.com/IBM/kui/issues/4955)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-bash-like/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-bash-like",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui plugin that offers local bash-like shell integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-carbon-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- support for using patternfly components with non-patternfly themes ([b6d34ba](https://github.com/IBM/kui/commit/b6d34ba)), closes [#4934](https://github.com/IBM/kui/issues/4934)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-carbon-themes",
"version": "8.10.1",
"version": "8.10.2",
"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
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-alternate",
"version": "8.10.1",
"version": "8.10.2",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
22 changes: 22 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.10.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** carbon breadcrumbs may not have proper hover effect ([b8ab712](https://github.com/IBM/kui/commit/b8ab712)), closes [#4962](https://github.com/IBM/kui/issues/4962)
- **plugins/plugin-client-common:** improve Terminal screenshots by adding padding ([6764be3](https://github.com/IBM/kui/commit/6764be3)), closes [#4981](https://github.com/IBM/kui/issues/4981)
- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([6027968](https://github.com/IBM/kui/commit/6027968)), closes [#4945](https://github.com/IBM/kui/issues/4945)
- **plugins/plugin-client-common:** poor alignment of sidecar toolbar elements ([9fd411c](https://github.com/IBM/kui/commit/9fd411c)), closes [#4970](https://github.com/IBM/kui/issues/4970)
- **plugins/plugin-client-common:** reverse-i-search does not properly report no matches ([ad947fc](https://github.com/IBM/kui/commit/ad947fc)), closes [#4943](https://github.com/IBM/kui/issues/4943)
- **plugins/plugin-client-common:** Screenshot modal never goes away ([334f921](https://github.com/IBM/kui/commit/334f921)), closes [#4979](https://github.com/IBM/kui/issues/4979)
- **plugins/plugin-client-common:** spurious warning in the console re: Tag ([5440458](https://github.com/IBM/kui/commit/5440458)), closes [#4959](https://github.com/IBM/kui/issues/4959)
- **plugins/plugin-client-common:** UpdateNotification widget has invisible background color ([7542e85](https://github.com/IBM/kui/commit/7542e85)), closes [#4968](https://github.com/IBM/kui/issues/4968)
- **plugins/plugin-patternfly-themes:** update theme alignment to patternfly v4 ([cac1ad3](https://github.com/IBM/kui/commit/cac1ad3)), closes [#4948](https://github.com/IBM/kui/issues/4948)
- upgrade @patternfly/react-core to latest ([04e4668](https://github.com/IBM/kui/commit/04e4668)), closes [#4937](https://github.com/IBM/kui/issues/4937)

### Features

- add a command to return the Card Component in Terminal ([da9ab17](https://github.com/IBM/kui/commit/da9ab17)), closes [#4973](https://github.com/IBM/kui/issues/4973)
- add alert command to display Alert component in Terminal ([27dd17e](https://github.com/IBM/kui/commit/27dd17e)), closes [#4957](https://github.com/IBM/kui/issues/4957)
- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([738ec22](https://github.com/IBM/kui/commit/738ec22)), closes [#4951](https://github.com/IBM/kui/issues/4951)
- **plugins/plugin-client-common:** improve accessibility of "red" error grid cells ([22f8db8](https://github.com/IBM/kui/commit/22f8db8)), closes [#4938](https://github.com/IBM/kui/issues/4938)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-common",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui plugin that offers stylesheets",
"license": "Apache-2.0",
"author": "Mengting Yan",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-client-default/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Features

- add a command to return the Card Component in Terminal ([da9ab17](https://github.com/IBM/kui/commit/da9ab17)), closes [#4973](https://github.com/IBM/kui/issues/4973)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**Note:** Version bump only for package @kui-shell/plugin-client
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "8.10.1",
"version": "8.10.2",
"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
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-test-client",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions plugins/plugin-core-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.10.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Features

- add a command to return the Card Component in Terminal ([da9ab17](https://github.com/IBM/kui/commit/da9ab17)), closes [#4973](https://github.com/IBM/kui/issues/4973)
- add alert command to display Alert component in Terminal ([27dd17e](https://github.com/IBM/kui/commit/27dd17e)), closes [#4957](https://github.com/IBM/kui/issues/4957)
- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([738ec22](https://github.com/IBM/kui/commit/738ec22)), closes [#4951](https://github.com/IBM/kui/issues/4951)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-core-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-core-support",
"version": "8.10.1",
"version": "8.10.2",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-core-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

### Bug Fixes

- support for using patternfly components with non-patternfly themes ([b6d34ba](https://github.com/IBM/kui/commit/b6d34ba)), closes [#4934](https://github.com/IBM/kui/issues/4934)

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-core-themes",
"version": "8.10.1",
"version": "8.10.2",
"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-git/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/IBM/kui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/IBM/kui/compare/v8.10.0...v8.10.1) (2020-06-18)

**Note:** Version bump only for package @kui-shell/plugin-git
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-git",
"version": "8.10.1",
"version": "8.10.2",
"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
Original file line number Diff line number Diff line change
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.2](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.1...v8.10.2) (2020-06-24)

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

## [8.10.1](https://github.com/kui-shell/plugin-kubeui/compare/v8.10.0...v8.10.1) (2020-06-18)

**Note:** Version bump only for package @kui-shell/plugin-ibmcloud
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-ibmcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-ibmcloud",
"version": "8.10.1",
"version": "8.10.2",
"description": "ibmcloud kubernetes service kui plugin",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading

0 comments on commit 6d573ff

Please sign in to comment.