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

Commit 453d7ea

Browse files
committed
v11.1.7
1 parent 3026d4a commit 453d7ea

File tree

46 files changed

+131
-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

+131
-23
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [11.1.7](https://github.com/IBM/kui/compare/v11.1.6...v11.1.7) (2022-02-03)
7+
8+
### Bug Fixes
9+
10+
- **plugins/plugin-client-common:** external links in markdown broken ([9d1df2f](https://github.com/IBM/kui/commit/9d1df2f))
11+
- **plugins/plugin-client-common:** markdown icons test has timing-related failures ([fd335c2](https://github.com/IBM/kui/commit/fd335c2))
12+
- **plugins/plugin-kubectl:** broken link to knative.dev ([9d88f01](https://github.com/IBM/kui/commit/9d88f01))
13+
- **plugins/plugin-kubectl:** First Pass Clean Up Guidebook ([b88c4e4](https://github.com/IBM/kui/commit/b88c4e4))
14+
- **plugins/plugin-kubectl:** What's Next guidebook ([fc32819](https://github.com/IBM/kui/commit/fc32819))
15+
616
## [11.1.6](https://github.com/IBM/kui/compare/v11.1.5...v11.1.6) (2022-02-03)
717

818
**Note:** Version bump only for package kui-shell

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": "11.1.6",
3+
"version": "11.1.7",
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+
## [11.1.7](https://github.com/IBM/kui/compare/v11.1.6...v11.1.7) (2022-02-03)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
## [11.1.6](https://github.com/IBM/kui/compare/v11.1.5...v11.1.6) (2022-02-03)
711

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

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": "11.1.6",
3+
"version": "11.1.7",
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+
## [11.1.7](https://github.com/IBM/kui/compare/v11.1.6...v11.1.7) (2022-02-03)
7+
8+
**Note:** Version bump only for package @kui-shell/core
9+
610
## [11.1.6](https://github.com/IBM/kui/compare/v11.1.5...v11.1.6) (2022-02-03)
711

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

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": "11.1.6",
3+
"version": "11.1.7",
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+
## [11.1.7](https://github.com/IBM/kui/compare/v11.1.6...v11.1.7) (2022-02-03)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
## [11.1.6](https://github.com/IBM/kui/compare/v11.1.5...v11.1.6) (2022-02-03)
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": "11.1.6",
3+
"version": "11.1.7",
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+
## [11.1.7](https://github.com/IBM/kui/compare/v11.1.6...v11.1.7) (2022-02-03)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
## [11.1.6](https://github.com/IBM/kui/compare/v11.1.5...v11.1.6) (2022-02-03)
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": "11.1.6",
3+
"version": "11.1.7",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)