From cdd78e84cfef5e0e40ee8a9ac1418035d2b1d09b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:27:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/framework-app-preview.md | 5 ----- packages/framework/CHANGELOG.md | 6 ++++++ packages/framework/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/framework-app-preview.md diff --git a/.changeset/framework-app-preview.md b/.changeset/framework-app-preview.md deleted file mode 100644 index e50e55d..0000000 --- a/.changeset/framework-app-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gemstack/framework': minor ---- - -Keep the generated app running after a successful `--serve` run and surface a live preview link. Once the boot-and-serve gate passes, the app is booted once more and left serving; the dashboard shows an "open your app" banner and the terminal prints the URL, both live until you stop the run (Ctrl+C tears the app down). `runFramework` now returns an optional `preview` handle (`{ url, command, stop() }`) so callers own the app's lifecycle. diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index aaac7e2..5d4d085 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,11 @@ # @gemstack/framework +## 0.3.0 + +### Minor Changes + +- 3006a91: Keep the generated app running after a successful `--serve` run and surface a live preview link. Once the boot-and-serve gate passes, the app is booted once more and left serving; the dashboard shows an "open your app" banner and the terminal prints the URL, both live until you stop the run (Ctrl+C tears the app down). `runFramework` now returns an optional `preview` handle (`{ url, command, stop() }`) so callers own the app's lifecycle. + ## 0.2.0 ### Minor Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index 8b2d1c3..bab46e9 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/framework", - "version": "0.2.0", + "version": "0.3.0", "description": "The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.", "keywords": [ "ai",