From ec5a32d1e9bf6e76e76e0f23e18064d860cc92c2 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Thu, 30 Apr 2026 15:29:38 -0700 Subject: [PATCH] release(cli): cut v0.2.1 Patch release for the linux-x64 startup crash (PRs #3921, #3920, #3922 since v0.2.0). Push cli-v0.2.1 after this lands to fire the release pipeline. --- bun.lock | 4 ++-- packages/cli/cli.config.ts | 2 +- packages/cli/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index dc5a7eeea25..f39f17cdaeb 100644 --- a/bun.lock +++ b/bun.lock @@ -111,7 +111,7 @@ }, "apps/desktop": { "name": "@superset/desktop", - "version": "1.7.2", + "version": "1.7.3", "dependencies": { "@ai-sdk/anthropic": "^3.0.43", "@ai-sdk/openai": "3.0.36", @@ -673,7 +673,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.0", + "version": "0.2.1", "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 d45e4370eb5..7daf3becf90 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.0"; +const VERSION = "0.2.1"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index eb236ac6c5a..f55172989c3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.0", + "version": "0.2.1", "private": true, "type": "module", "scripts": {