From c15015a45c7127c1c448397d8edab898c9ebd7df Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Mon, 4 May 2026 19:41:07 -0700 Subject: [PATCH] release(cli): cut v0.2.7 Three fixes since v0.2.6: - relay tunnel: carry binary WS frames as base64 so PTY output renders through cross-host workspaces (no more `[terminal] invalid server payload`) (#4066) - host-service: read remote URLs from git config instead of `git remote -v` (#4065) - cli: auto-refresh OAuth access token using the refresh token (#4069) Push cli-v0.2.7 after this lands to fire the release pipeline. --- bun.lock | 2 +- packages/cli/cli.config.ts | 2 +- packages/cli/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index f3b895ee535..bd5ce8ecbfd 100644 --- a/bun.lock +++ b/bun.lock @@ -677,7 +677,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.6", + "version": "0.2.7", "dependencies": { "@clack/prompts": "^0.10.0", "@superset/cli-framework": "workspace:*", diff --git a/packages/cli/cli.config.ts b/packages/cli/cli.config.ts index 6742f2906c1..ed6c862816d 100644 --- a/packages/cli/cli.config.ts +++ b/packages/cli/cli.config.ts @@ -1,6 +1,6 @@ import { boolean, defineConfig, string } from "@superset/cli-framework"; -const VERSION = "0.2.6"; +const VERSION = "0.2.7"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index bce68bc9623..646598d13dd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.6", + "version": "0.2.7", "private": true, "type": "module", "scripts": {