Skip to content

Commit

Permalink
v10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 24, 2021
1 parent f2a6a13 commit 7a8d452
Show file tree
Hide file tree
Showing 50 changed files with 182 additions and 25 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **packages/builder:** recompile node-pty prebuilt for linux against ubuntu 18 ([63f3a55](https://github.com/IBM/kui/commit/63f3a55)), closes [#7682](https://github.com/IBM/kui/issues/7682)
- **packages/webpack:** headless-webpack.config.js still specifies node-pty-prebuilt-multiarch ([6ac2040](https://github.com/IBM/kui/commit/6ac2040)), closes [#7672](https://github.com/IBM/kui/issues/7672)
- **plugins/plugin-client-common:** "quiet" markdown kui command execution links show the internal "quiet" part ([40a11d5](https://github.com/IBM/kui/commit/40a11d5)), closes [#7698](https://github.com/IBM/kui/issues/7698)
- **plugins/plugin-client-common:** Change block rerun action button from Retry icon to Play icon ([2a5118a](https://github.com/IBM/kui/commit/2a5118a)), closes [#7696](https://github.com/IBM/kui/issues/7696)
- **plugins/plugin-client-common:** commentary doesn't suport intrapage links ([f2a6a13](https://github.com/IBM/kui/commit/f2a6a13))
- **plugins/plugin-client-common:** commentary editor does not shrink as window width ([f10c8a5](https://github.com/IBM/kui/commit/f10c8a5))
- **plugins/plugin-client-common:** editing a commentary link can fail with uncaught decodeURIComponent error ([c151aea](https://github.com/IBM/kui/commit/c151aea))
- **plugins/plugin-client-common:** increase spacing around new section break UI ([da20b12](https://github.com/IBM/kui/commit/da20b12)), closes [#7691](https://github.com/IBM/kui/issues/7691)
- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([e316c6f](https://github.com/IBM/kui/commit/e316c6f))
- **plugins/plugin-s3:** ibm provider for plugin-s3 does not recognize eu-gb region ([276c6ae](https://github.com/IBM/kui/commit/276c6ae)), closes [#7674](https://github.com/IBM/kui/issues/7674)
- **plugins/plugin-s3:** ibm s3 provider fails with cross-region endpoints ([d650467](https://github.com/IBM/kui/commit/d650467)), closes [#7685](https://github.com/IBM/kui/issues/7685)
- **plugins/plugin-s3:** s3 vfs not mounted in time in headless mode ([36c5199](https://github.com/IBM/kui/commit/36c5199)), closes [#7694](https://github.com/IBM/kui/issues/7694)
- **plugins/plugin-s3:** up command does not respect --cos-instance choice for ibm cloud ([2675bcf](https://github.com/IBM/kui/commit/2675bcf)), closes [#7677](https://github.com/IBM/kui/issues/7677)

### Features

- section blocks ([ac66017](https://github.com/IBM/kui/commit/ac66017))

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### 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": "10.4.1",
"version": "10.4.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **packages/builder:** recompile node-pty prebuilt for linux against ubuntu 18 ([63f3a55](https://github.com/IBM/kui/commit/63f3a55)), closes [#7682](https://github.com/IBM/kui/issues/7682)

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.2",
"description": "Kui plugin development helpers",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Features

- section blocks ([ac66017](https://github.com/IBM/kui/commit/ac66017))

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Features
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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.2",
"description": "Kui react enablement",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/kubernetes-sigs/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** Change block rerun action button from Retry icon to Play icon ([2a5118a](https://github.com/kubernetes-sigs/kui/commit/2a5118a)), closes [#7696](https://github.com/kubernetes-sigs/kui/issues/7696)
- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([e316c6f](https://github.com/kubernetes-sigs/kui/commit/e316c6f))

### Features

- section blocks ([ac66017](https://github.com/kubernetes-sigs/kui/commit/ac66017))

## [10.4.1](https://github.com/kubernetes-sigs/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.2",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **packages/webpack:** headless-webpack.config.js still specifies node-pty-prebuilt-multiarch ([6ac2040](https://github.com/IBM/kui/commit/6ac2040)), closes [#7672](https://github.com/IBM/kui/issues/7672)

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.2",
"description": "Kui support for webpack clients",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-bash-like/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([e316c6f](https://github.com/IBM/kui/commit/e316c6f))

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### 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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/kubernetes-sigs/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/kubernetes-sigs/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** "quiet" markdown kui command execution links show the internal "quiet" part ([40a11d5](https://github.com/IBM/kui/commit/40a11d5)), closes [#7698](https://github.com/IBM/kui/issues/7698)
- **plugins/plugin-client-common:** Change block rerun action button from Retry icon to Play icon ([2a5118a](https://github.com/IBM/kui/commit/2a5118a)), closes [#7696](https://github.com/IBM/kui/issues/7696)
- **plugins/plugin-client-common:** commentary doesn't suport intrapage links ([f2a6a13](https://github.com/IBM/kui/commit/f2a6a13))
- **plugins/plugin-client-common:** commentary editor does not shrink as window width ([f10c8a5](https://github.com/IBM/kui/commit/f10c8a5))
- **plugins/plugin-client-common:** editing a commentary link can fail with uncaught decodeURIComponent error ([c151aea](https://github.com/IBM/kui/commit/c151aea))
- **plugins/plugin-client-common:** increase spacing around new section break UI ([da20b12](https://github.com/IBM/kui/commit/da20b12)), closes [#7691](https://github.com/IBM/kui/issues/7691)
- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([e316c6f](https://github.com/IBM/kui/commit/e316c6f))

### Features

- section blocks ([ac66017](https://github.com/IBM/kui/commit/ac66017))

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### 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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### Bug Fixes
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.4.1",
"version": "10.4.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-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.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

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

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

### Bug Fixes

- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([e316c6f](https://github.com/IBM/kui/commit/e316c6f))
- **plugins/plugin-s3:** up command does not respect --cos-instance choice for ibm cloud ([2675bcf](https://github.com/IBM/kui/commit/2675bcf)), closes [#7677](https://github.com/IBM/kui/issues/7677)

### Features

- section blocks ([ac66017](https://github.com/IBM/kui/commit/ac66017))

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

### 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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.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.

## [10.4.2](https://github.com/IBM/kui/compare/v10.4.1...v10.4.2) (2021-06-24)

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

## [10.4.1](https://github.com/IBM/kui/compare/v10.4.0...v10.4.1) (2021-06-21)

**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": "10.4.1",
"version": "10.4.2",
"description": "Kui plugin that offers git integrations",
"license": "Apache-2.0",
"author": "Nick Mitchell",
Expand Down

0 comments on commit 7a8d452

Please sign in to comment.