From a4b0c123127813cc7b38f917b6f6422c8e34f0a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:13:30 +0000 Subject: [PATCH] release: version packages --- .changeset/strict-cli-package-assets.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/strict-cli-package-assets.md diff --git a/.changeset/strict-cli-package-assets.md b/.changeset/strict-cli-package-assets.md deleted file mode 100644 index 375a604d..00000000 --- a/.changeset/strict-cli-package-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Validate the final packed CLI manifest and every declared package entry before publishing, emit the public type declaration referenced by the package exports, and isolate npm acceptance candidates under traceable `rc--` dist-tags. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 24932737..bf9f1a23 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.8 + +### Patch Changes + +- [#105](https://github.com/spencerkit/coder-studio/pull/105) [`7c15fdf`](https://github.com/spencerkit/coder-studio/commit/7c15fdf6d883fbb2b424952e17e28f852c93692e) Thanks [@pallyoung](https://github.com/pallyoung)! - Validate the final packed CLI manifest and every declared package entry before publishing, emit the public type declaration referenced by the package exports, and isolate npm acceptance candidates under traceable `rc--` dist-tags. + ## 0.5.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c3b14463..db11007b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.7", + "version": "0.5.8", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",