Skip to content

Commit

Permalink
v10.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 1, 2021
1 parent 6317d55 commit 65fd70e
Show file tree
Hide file tree
Showing 48 changed files with 138 additions and 42 deletions.
4 changes: 4 additions & 0 deletions 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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package kui-shell
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": "10.3.11",
"version": "10.3.12",
"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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/builder
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/builder",
"version": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down Expand Up @@ -39,5 +39,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions packages/core/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/core",
"version": "10.3.11",
"version": "10.3.12",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,5 +50,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/proxy
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/proxy",
"version": "10.3.11",
"version": "10.3.12",
"description": "Kui package that offers a proxy server",
"author": "Nick Mitchell",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,5 +33,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/react",
"version": "10.3.11",
"version": "10.3.12",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions packages/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.

## [10.3.12](https://github.com/kubernetes-sigs/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/kubernetes-sigs/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/test
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/test",
"version": "10.3.11",
"version": "10.3.12",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions packages/webpack/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/webpack",
"version": "10.3.11",
"version": "10.3.12",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down Expand Up @@ -78,5 +78,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions plugins/plugin-bash-like/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-bash-like
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin that offers local bash-like shell integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down Expand Up @@ -62,5 +62,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions plugins/plugin-carbon-themes/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-carbon-themes
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin offering a Carbon Components-inspired set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
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.

## [10.3.12](https://github.com/kubernetes-sigs/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/kubernetes-sigs/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**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": "10.3.11",
"version": "10.3.12",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-client-common/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-client-common
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin that offers stylesheets",
"license": "Apache-2.0",
"author": "Mengting Yan",
Expand Down Expand Up @@ -78,5 +78,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions plugins/plugin-client-default/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**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": "10.3.11",
"version": "10.3.12",
"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-notebook/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-client-notebooks
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client-notebooks",
"version": "10.3.11",
"version": "10.3.12",
"description": "A Kui client that serves up notebooks",
"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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-test-client
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": "10.3.11",
"version": "10.3.12",
"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-core-support/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-core-support
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down Expand Up @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions plugins/plugin-core-themes/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-core-themes
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.3.11",
"version": "10.3.12",
"description": "Kui plugin offering a standard set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "86dc12bf30f36f93d92f11fed0e77f4dbce84a2b"
"gitHead": "6317d55fcea10044ecb7f4cfafefb06cf54ed006"
}
4 changes: 4 additions & 0 deletions plugins/plugin-electron-components/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.

## [10.3.12](https://github.com/IBM/kui/compare/v10.3.11...v10.3.12) (2021-06-01)

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

## [10.3.11](https://github.com/IBM/kui/compare/v10.3.10...v10.3.11) (2021-06-01)

**Note:** Version bump only for package @kui-shell/plugin-electron-components
Expand Down
Loading

0 comments on commit 65fd70e

Please sign in to comment.