Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit b98c51e

Browse files
committed
v8.7.1
1 parent 898bf7c commit b98c51e

File tree

46 files changed

+126
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+126
-23
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11)
7+
8+
### Bug Fixes
9+
10+
- TopNavSidecar does not always show updates ([898bf7c](https://github.com/IBM/kui/commit/898bf7c)), closes [#4524](https://github.com/IBM/kui/issues/4524)
11+
- **packages/core:** pry-client fails when an external kui client doesn't have invisible-global-input in index.html ([0fe9e0e](https://github.com/IBM/kui/commit/0fe9e0e)), closes [#4505](https://github.com/IBM/kui/issues/4505)
12+
- **plugins/plugin-client-common:** breadcrumb fonts can be too large, and double zoom ([72c18e7](https://github.com/IBM/kui/commit/72c18e7)), closes [#4519](https://github.com/IBM/kui/issues/4519)
13+
614
# [8.7.0](https://github.com/IBM/kui/compare/v4.5.0...v8.7.0) (2020-05-08)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "plugins/*"],
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

packages/builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
# [8.7.0](https://github.com/IBM/kui/compare/v4.5.0...v8.7.0) (2020-05-08)
711

812
### Bug Fixes

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/builder",
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11)
7+
8+
### Bug Fixes
9+
10+
- **packages/core:** pry-client fails when an external kui client doesn't have invisible-global-input in index.html ([0fe9e0e](https://github.com/IBM/kui/commit/0fe9e0e)), closes [#4505](https://github.com/IBM/kui/issues/4505)
11+
612
# [8.7.0](https://github.com/IBM/kui/compare/v4.5.0...v8.7.0) (2020-05-08)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/core",
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"description": "An Electron-based shell for cloud-native development",
55
"homepage": "https://github.com/IBM/kui#readme",
66
"license": "Apache-2.0",

packages/proxy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
# [8.7.0](https://github.com/IBM/kui/compare/v4.5.0...v8.7.0) (2020-05-08)
711

812
### Bug Fixes

packages/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/proxy",
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"description": "Kui package that offers a proxy server",
55
"author": "Nick Mitchell",
66
"license": "Apache-2.0",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.1](https://github.com/IBM/kui/compare/v8.7.0...v8.7.1) (2020-05-11)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
# [8.7.0](https://github.com/IBM/kui/compare/v4.5.0...v8.7.0) (2020-05-08)
711

812
### Features

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/react",
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)