From d9d089f154d936ee962836f2f43f85b1a7315a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:48:07 +0000 Subject: [PATCH] release: version packages --- .changeset/few-turtles-teach.md | 7 ------- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/few-turtles-teach.md diff --git a/.changeset/few-turtles-teach.md b/.changeset/few-turtles-teach.md deleted file mode 100644 index 8116a399..00000000 --- a/.changeset/few-turtles-teach.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Improve desktop workspace ergonomics by adding keyboard pane navigation, -supporting workspace path drops into terminal sessions, and launching themed -PTYs with terminal-aware background environment hints. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 614d9f94..4e248938 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.6 + +### Patch Changes + +- [#62](https://github.com/spencerkit/coder-studio/pull/62) [`535c3c0`](https://github.com/spencerkit/coder-studio/commit/535c3c09cc5895e3b3b949067633f8a6bb3644f8) Thanks [@pallyoung](https://github.com/pallyoung)! - Improve desktop workspace ergonomics by adding keyboard pane navigation, + supporting workspace path drops into terminal sessions, and launching themed + PTYs with terminal-aware background environment hints. + ## 0.4.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 390e7af5..b463b2aa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.4.5", + "version": "0.4.6", "type": "module", "description": "Deploy once, code everywhere. Browser-based AI coding workspace for Claude Code and Codex.", "main": "./src/index.ts",