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

Commit 4fd08d4

Browse files
committed
v13.1.3
1 parent a860fe2 commit 4fd08d4

File tree

52 files changed

+259
-47
lines changed

Some content is hidden

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

52 files changed

+259
-47
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+
## [13.1.3](https://github.com/IBM/kui/compare/v13.1.2...v13.1.3) (2023-03-25)
7+
8+
**Note:** Version bump only for package kui-shell
9+
10+
11+
12+
13+
614
## [13.1.2](https://github.com/IBM/kui/compare/v13.1.1...v13.1.2) (2023-03-25)
715

816

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": "13.1.2",
3+
"version": "13.1.3",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

packages/builder/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+
## [13.1.3](https://github.com/IBM/kui/compare/v13.1.2...v13.1.3) (2023-03-25)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
10+
11+
12+
13+
614
## [13.1.2](https://github.com/IBM/kui/compare/v13.1.1...v13.1.2) (2023-03-25)
715

816

packages/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/builder",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",
@@ -43,5 +43,5 @@
4343
"publishConfig": {
4444
"access": "public"
4545
},
46-
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32"
46+
"gitHead": "a860fe2d34d34a56c729b4f3269724f867b22a13"
4747
}

packages/core/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+
## [13.1.3](https://github.com/IBM/kui/compare/v13.1.2...v13.1.3) (2023-03-25)
7+
8+
**Note:** Version bump only for package @kui-shell/core
9+
10+
11+
12+
13+
614
## [13.1.2](https://github.com/IBM/kui/compare/v13.1.1...v13.1.2) (2023-03-25)
715

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/core",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "An Electron-based shell for cloud-native development",
55
"homepage": "https://github.com/IBM/kui#readme",
66
"license": "Apache-2.0",
@@ -57,7 +57,7 @@
5757
"publishConfig": {
5858
"access": "public"
5959
},
60-
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32",
60+
"gitHead": "a860fe2d34d34a56c729b4f3269724f867b22a13",
6161
"overrides": {
6262
"colors": "1.40.0"
6363
}

packages/proxy/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+
## [13.1.3](https://github.com/IBM/kui/compare/v13.1.2...v13.1.3) (2023-03-25)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
10+
11+
12+
13+
614
## [13.1.2](https://github.com/IBM/kui/compare/v13.1.1...v13.1.2) (2023-03-25)
715

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

packages/proxy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/proxy",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "Kui package that offers a proxy server",
55
"author": "Nick Mitchell",
66
"license": "Apache-2.0",
@@ -33,5 +33,5 @@
3333
"publishConfig": {
3434
"access": "public"
3535
},
36-
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32"
36+
"gitHead": "a860fe2d34d34a56c729b4f3269724f867b22a13"
3737
}

packages/react/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+
## [13.1.3](https://github.com/IBM/kui/compare/v13.1.2...v13.1.3) (2023-03-25)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
10+
11+
12+
13+
614
## [13.1.2](https://github.com/IBM/kui/compare/v13.1.1...v13.1.2) (2023-03-25)
715

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

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/react",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",
@@ -30,5 +30,5 @@
3030
"publishConfig": {
3131
"access": "public"
3232
},
33-
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32"
33+
"gitHead": "a860fe2d34d34a56c729b4f3269724f867b22a13"
3434
}

0 commit comments

Comments
 (0)