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

Commit a83d1b1

Browse files
committed
v10.4.3
1 parent 984ade8 commit a83d1b1

File tree

50 files changed

+141
-25
lines changed

Some content is hidden

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

50 files changed

+141
-25
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [10.4.3](https://github.com/IBM/kui/compare/v10.4.2...v10.4.3) (2021-06-25)
7+
8+
### Bug Fixes
9+
10+
- **plugins/plugin-client-common:** avoid link-like hover effect for product name in header ([d282f03](https://github.com/IBM/kui/commit/d282f03)), closes [#7709](https://github.com/IBM/kui/issues/7709)
11+
- **plugins/plugin-client-common:** hideReplayOutput doesn't always work as expected ([a2583a1](https://github.com/IBM/kui/commit/a2583a1)), closes [#7711](https://github.com/IBM/kui/issues/7711)
12+
- **plugins/plugin-client-common:** Logs/Terminal container selector cannot be interacted with ([3209d1c](https://github.com/IBM/kui/commit/3209d1c)), closes [#7707](https://github.com/IBM/kui/issues/7707)
13+
14+
### Features
15+
16+
- **plugins/plugin-client-common:** add support for <br> in Markdown ([984ade8](https://github.com/IBM/kui/commit/984ade8)), closes [#7715](https://github.com/IBM/kui/issues/7715)
17+
618
## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)
719

820
### 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": "10.4.2",
3+
"version": "10.4.3",
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+
## [10.4.3](https://github.com/IBM/kui/compare/v10.4.2...v10.4.3) (2021-06-25)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)
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": "10.4.2",
3+
"version": "10.4.3",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

packages/core/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+
## [10.4.3](https://github.com/IBM/kui/compare/v10.4.2...v10.4.3) (2021-06-25)
7+
8+
**Note:** Version bump only for package @kui-shell/core
9+
610
## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)
711

812
### Features

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": "10.4.2",
3+
"version": "10.4.3",
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+
## [10.4.3](https://github.com/IBM/kui/compare/v10.4.2...v10.4.3) (2021-06-25)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)
711

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

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": "10.4.2",
3+
"version": "10.4.3",
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+
## [10.4.3](https://github.com/IBM/kui/compare/v10.4.2...v10.4.3) (2021-06-25)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)
711

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

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": "10.4.2",
3+
"version": "10.4.3",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)