Skip to content

Commit

Permalink
v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 12, 2020
1 parent 85e3015 commit f962b83
Show file tree
Hide file tree
Showing 54 changed files with 174 additions and 27 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

### Bug Fixes

- **plugins/plugin-client-common:** active pty output doesn't have repl-context ([5b4173d](https://github.com/IBM/kui/commit/5b4173d)), closes [#5960](https://github.com/IBM/kui/issues/5960)
- **plugins/plugin-client-common:** remove leftover debugging in Scalar/index ([29d73ce](https://github.com/IBM/kui/commit/29d73ce)), closes [#5945](https://github.com/IBM/kui/issues/5945)
- **plugins/plugin-client-notebook:** github button in notebook client does not have hover effect ([e301fe0](https://github.com/IBM/kui/commit/e301fe0)), closes [#5941](https://github.com/IBM/kui/issues/5941)
- **plugins/plugin-client-notebook:** notebook client's version widget has a hard-wired version ([b29c0aa](https://github.com/IBM/kui/commit/b29c0aa)), closes [#5942](https://github.com/IBM/kui/issues/5942)
- **plugins/plugin-ibmcloud:** further refinements are needed for ibmcloud cos credentials validation ([85e3015](https://github.com/IBM/kui/commit/85e3015)), closes [#5962](https://github.com/IBM/kui/issues/5962)
- **plugins/plugin-s3:** improve s3 parallelization notebook ([9ee0808](https://github.com/IBM/kui/commit/9ee0808)), closes [#5957](https://github.com/IBM/kui/issues/5957)
- a few more improvements to s3 onboarding ([6c57c16](https://github.com/IBM/kui/commit/6c57c16)), closes [#5947](https://github.com/IBM/kui/issues/5947)
- improve error reporting from APIs ([fb90eaf](https://github.com/IBM/kui/commit/fb90eaf)), closes [#5950](https://github.com/IBM/kui/issues/5950)
- preferReExecute is lost when re-saving a notebook ([d68a9c3](https://github.com/IBM/kui/commit/d68a9c3)), closes [#5954](https://github.com/IBM/kui/issues/5954)
- **plugins/plugin-s3:** using s3 notebook has an ECONNREFUSED ([6e24222](https://github.com/IBM/kui/commit/6e24222)), closes [#5952](https://github.com/IBM/kui/issues/5952)

### Features

- **plugins/plugin-client-common:** error messages should format as markdown ([b072898](https://github.com/IBM/kui/commit/b072898)), closes [#5943](https://github.com/IBM/kui/issues/5943)

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
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": "9.0.1",
"version": "9.0.2",
"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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/builder
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/builder",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

### Bug Fixes

- a few more improvements to s3 onboarding ([6c57c16](https://github.com/IBM/kui/commit/6c57c16)), closes [#5947](https://github.com/IBM/kui/issues/5947)
- improve error reporting from APIs ([fb90eaf](https://github.com/IBM/kui/commit/fb90eaf)), closes [#5950](https://github.com/IBM/kui/issues/5950)
- preferReExecute is lost when re-saving a notebook ([d68a9c3](https://github.com/IBM/kui/commit/d68a9c3)), closes [#5954](https://github.com/IBM/kui/issues/5954)

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/core",
"version": "9.0.1",
"version": "9.0.2",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/proxy
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/proxy",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui package that offers a proxy server",
"author": "Nick Mitchell",
"license": "Apache-2.0",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/react",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/test
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/test",
"version": "9.0.1",
"version": "9.0.2",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/webpack
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/webpack",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin that offers local bash-like shell integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/plugin-carbon-themes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin offering a Carbon Components-inspired set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**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": "9.0.1",
"version": "9.0.2",
"description": "",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions plugins/plugin-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

### Bug Fixes

- **plugins/plugin-client-common:** active pty output doesn't have repl-context ([5b4173d](https://github.com/IBM/kui/commit/5b4173d)), closes [#5960](https://github.com/IBM/kui/issues/5960)
- improve error reporting from APIs ([fb90eaf](https://github.com/IBM/kui/commit/fb90eaf)), closes [#5950](https://github.com/IBM/kui/issues/5950)
- preferReExecute is lost when re-saving a notebook ([d68a9c3](https://github.com/IBM/kui/commit/d68a9c3)), closes [#5954](https://github.com/IBM/kui/issues/5954)
- **plugins/plugin-client-common:** remove leftover debugging in Scalar/index ([29d73ce](https://github.com/IBM/kui/commit/29d73ce)), closes [#5945](https://github.com/IBM/kui/issues/5945)

### Features

- **plugins/plugin-client-common:** error messages should format as markdown ([b072898](https://github.com/IBM/kui/commit/b072898)), closes [#5943](https://github.com/IBM/kui/issues/5943)

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin that offers stylesheets",
"license": "Apache-2.0",
"author": "Mengting Yan",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin that offers client defintion",
"main": "dist/index.js",
"module": "mdist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions plugins/plugin-client-notebook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

### Bug Fixes

- **plugins/plugin-client-notebook:** github button in notebook client does not have hover effect ([e301fe0](https://github.com/IBM/kui/commit/e301fe0)), closes [#5941](https://github.com/IBM/kui/issues/5941)
- **plugins/plugin-client-notebook:** notebook client's version widget has a hard-wired version ([b29c0aa](https://github.com/IBM/kui/commit/b29c0aa)), closes [#5942](https://github.com/IBM/kui/issues/5942)

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
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": "9.0.1",
"version": "9.0.2",
"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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**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": "9.0.1",
"version": "9.0.2",
"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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/plugin-core-themes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin offering a standard set of themes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/plugin-electron-components
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-electron-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-electron-components",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin that houses electron-specific React components",
"license": "Apache-2.0",
"author": "@starpit",
Expand Down
4 changes: 4 additions & 0 deletions plugins/plugin-git/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.

## [9.0.2](https://github.com/IBM/kui/compare/v9.0.1...v9.0.2) (2020-10-12)

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

## [9.0.1](https://github.com/IBM/kui/compare/v9.0.0...v9.0.1) (2020-10-10)

**Note:** Version bump only for package @kui-shell/plugin-git
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-git",
"version": "9.0.1",
"version": "9.0.2",
"description": "Kui plugin that offers git integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
7 changes: 7 additions & 0 deletions plugins/plugin-ibmcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.2](https://github.com/kui-shell/plugin-kubeui/compare/v9.0.1...v9.0.2) (2020-10-12)

### Bug Fixes

- **plugins/plugin-ibmcloud:** further refinements are needed for ibmcloud cos credentials validation ([85e3015](https://github.com/kui-shell/plugin-kubeui/commit/85e3015)), closes [#5962](https://github.com/kui-shell/plugin-kubeui/issues/5962)
- a few more improvements to s3 onboarding ([6c57c16](https://github.com/kui-shell/plugin-kubeui/commit/6c57c16)), closes [#5947](https://github.com/kui-shell/plugin-kubeui/issues/5947)

## [9.0.1](https://github.com/kui-shell/plugin-kubeui/compare/v9.0.0...v9.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-ibmcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-ibmcloud",
"version": "9.0.1",
"version": "9.0.2",
"description": "ibmcloud kubernetes service kui plugin",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading

0 comments on commit f962b83

Please sign in to comment.