From 394ab2a5aacc65a537efa2164ab237a34b95fe66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 03:25:42 +0000 Subject: [PATCH] release: version packages --- .changeset/fair-bears-tell.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fair-bears-tell.md diff --git a/.changeset/fair-bears-tell.md b/.changeset/fair-bears-tell.md deleted file mode 100644 index def1bad05..000000000 --- a/.changeset/fair-bears-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Stabilize the web test suite and fix workspace UI and dev-browser regressions. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3105ab23f..6f6de4c90 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.4 + +### Patch Changes + +- [#82](https://github.com/spencerkit/coder-studio/pull/82) [`4ebd361`](https://github.com/spencerkit/coder-studio/commit/4ebd361432c844f501d0bdc01bda8e86803b6265) Thanks [@pallyoung](https://github.com/pallyoung)! - Stabilize the web test suite and fix workspace UI and dev-browser regressions. + ## 0.5.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6e6bad386..afb061fae 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.3", + "version": "0.5.4", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",