From 4274629460cc18995b907b319b1ea4482bf0d784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:25:46 +0000 Subject: [PATCH] release: version packages --- .changeset/switch-skill-marketplace-to-skills-sh.md | 6 ------ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/switch-skill-marketplace-to-skills-sh.md diff --git a/.changeset/switch-skill-marketplace-to-skills-sh.md b/.changeset/switch-skill-marketplace-to-skills-sh.md deleted file mode 100644 index df8a0183..00000000 --- a/.changeset/switch-skill-marketplace-to-skills-sh.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Switch the Skill marketplace integration to skills.sh, including install support and marketplace -download and GitHub star metrics in the Skill Manager UI. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index aa3a0ccf..f1e8a943 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.5.15 + +### Patch Changes + +- [#203](https://github.com/spencerkit/coder-studio/pull/203) [`0cd1ff7`](https://github.com/spencerkit/coder-studio/commit/0cd1ff78ea1a47a989d6fd8c9d37a04a70ae93cd) Thanks [@pallyoung](https://github.com/pallyoung)! - Switch the Skill marketplace integration to skills.sh, including install support and marketplace + download and GitHub star metrics in the Skill Manager UI. + ## 0.5.14 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f5c428be..fe253ffb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.14", + "version": "0.5.15", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",