diff --git a/.changeset/neat-rings-smile.md b/.changeset/neat-rings-smile.md deleted file mode 100644 index e95ddbce..00000000 --- a/.changeset/neat-rings-smile.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Refine workspace theming and session ergonomics by adding pane drag reordering, -stabilizing update checks, hardening PTY color environment isolation, and -polishing shared desktop surfaces across the app. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4c154673..df274771 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.8 + +### Patch Changes + +- [#67](https://github.com/spencerkit/coder-studio/pull/67) [`070a729`](https://github.com/spencerkit/coder-studio/commit/070a729c37ca6438eb264bbeae0ee613e51ea753) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace theming and session ergonomics by adding pane drag reordering, + stabilizing update checks, hardening PTY color environment isolation, and + polishing shared desktop surfaces across the app. + ## 0.4.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index eccbe6aa..73b2f0e4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.4.7", + "version": "0.4.8", "type": "module", "description": "Deploy once, code everywhere. Browser-based AI coding workspace for Claude Code and Codex.", "main": "./src/index.ts",