From b8257c8bd72a8f9d96778a585bf542d8ce9ba148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:48:19 +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 fa3426494..ecf8be83b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.2 + +### Patch Changes + +- [#77](https://github.com/spencerkit/coder-studio/pull/77) [`15c664c`](https://github.com/spencerkit/coder-studio/commit/15c664cfc8c3d48c1f585f1abf6c82bc2aa09290) Thanks [@pallyoung](https://github.com/pallyoung)! - Stabilize the web test suite and fix workspace UI and dev-browser regressions. + ## 0.5.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 2b912c2d8..667780447 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.1", + "version": "0.5.2", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",