From 5802592f8b6db877a4f9b91623c01d8a34ac7074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 15:22:07 +0000 Subject: [PATCH] release: version packages --- .changeset/pretty-tigers-float.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-tigers-float.md diff --git a/.changeset/pretty-tigers-float.md b/.changeset/pretty-tigers-float.md deleted file mode 100644 index b747e12a..00000000 --- a/.changeset/pretty-tigers-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Polish workspace background material rendering so personalized glass and background image settings apply more consistently across the main workspace surfaces. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0f12a1ad..614d9f94 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.5 + +### Patch Changes + +- [#60](https://github.com/spencerkit/coder-studio/pull/60) [`b271591`](https://github.com/spencerkit/coder-studio/commit/b271591eb48f90d33883049e44db639a4afc2b51) Thanks [@pallyoung](https://github.com/pallyoung)! - Polish workspace background material rendering so personalized glass and background image settings apply more consistently across the main workspace surfaces. + ## 0.4.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c9cafe0e..390e7af5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.4.4", + "version": "0.4.5", "type": "module", "description": "Deploy once, code everywhere. Browser-based AI coding workspace for Claude Code and Codex.", "main": "./src/index.ts",