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",