From 02808e58ffa794dad3e5ae56a7a045dd391ad2e7 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Mon, 4 May 2026 14:58:42 -0700 Subject: [PATCH] release(cli): cut v0.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two cli-v0.2.4 regressions fixed: - pty-daemon.js never bundled into the dist tarball — supervisor bricked at spawn with `script not found at /home/pty-daemon/dist/pty-daemon.js` on every fresh install (#4054). - OAuth access tokens (CLI auth login default) sent to better-auth's /api/auth/token endpoint, which only handles sessions/api keys → 401 on relay JWT mint (#4054). Push cli-v0.2.5 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 38327fbb331..02feecdd4a2 100644 --- a/bun.lock +++ b/bun.lock @@ -677,7 +677,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.4", + "version": "0.2.5", "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 dd6268f6ebb..34dc5513f0e 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.4"; +const VERSION = "0.2.5"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index e607f67d3d6..a2cd04b5c6a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.4", + "version": "0.2.5", "private": true, "type": "module", "scripts": {