From 684fd8ae9d803d3e9c53d610665478b2be8a4740 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Sat, 16 May 2026 13:03:31 -0700 Subject: [PATCH] chore(cli): bump version to 0.2.19 First CLI release carrying the in-band relay drain handler (#4594): host-service recognizes the {type:"drain"} message and reconnects immediately on a relay deploy instead of waiting out the inbound- silence watchdog. --- packages/cli/cli.config.ts | 2 +- packages/cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/cli.config.ts b/packages/cli/cli.config.ts index a653e7a2d43..50e66aed61c 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.18"; +const VERSION = "0.2.19"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index 2a936e67c25..61828d3f987 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.18", + "version": "0.2.19", "private": true, "type": "module", "scripts": {