From 6a83542417999cfed82ae5a9ac7ad7723950888f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 05:39:22 +0000 Subject: [PATCH] release: version packages --- .changeset/wise-suns-listen.md | 7 ------- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/wise-suns-listen.md diff --git a/.changeset/wise-suns-listen.md b/.changeset/wise-suns-listen.md deleted file mode 100644 index bc813471..00000000 --- a/.changeset/wise-suns-listen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Refine workspace navigation and editor management across desktop and mobile by -polishing sidebar section actions, improving quick jump and search flows, and -tightening preview and recovery behavior around open editors. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 166b6b30..0f12a1ad 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.4 + +### Patch Changes + +- [#58](https://github.com/spencerkit/coder-studio/pull/58) [`5641146`](https://github.com/spencerkit/coder-studio/commit/5641146c06fe6ecfe0f5d19d738b94298b1b5c57) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace navigation and editor management across desktop and mobile by + polishing sidebar section actions, improving quick jump and search flows, and + tightening preview and recovery behavior around open editors. + ## 0.4.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 558a1af5..c9cafe0e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "description": "Deploy once, code everywhere. Browser-based AI coding workspace for Claude Code and Codex.", "main": "./src/index.ts",