From 329f37dc48dd65bb1de92a4a1699bd8aaaeac40d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:30:27 +0000 Subject: [PATCH] chore: version packages --- .changeset/rename-draft-scope-id.md | 6 ------ apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- packages/studio/CHANGELOG.md | 6 ++++++ packages/studio/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/rename-draft-scope-id.md diff --git a/.changeset/rename-draft-scope-id.md b/.changeset/rename-draft-scope-id.md deleted file mode 100644 index 8d9381ae..00000000 --- a/.changeset/rename-draft-scope-id.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/studio": patch -"perstack": patch ---- - -Rename `draftId` to `draftScopeId` in CLI arguments, handler parameters, and documentation to clarify the distinction between draft scope IDs and draft ref IDs. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index a291e8d3..2f9e429c 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.102 + +### Patch Changes + +- [#643](https://github.com/perstack-ai/perstack/pull/643) [`85c3972`](https://github.com/perstack-ai/perstack/commit/85c39723826760546a53272a133bb2e73cddd541) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Rename `draftId` to `draftScopeId` in CLI arguments, handler parameters, and documentation to clarify the distinction between draft scope IDs and draft ref IDs. + ## 0.0.101 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index ec06a697..db7a1ecf 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.101", + "version": "0.0.102", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 594be1ba..61bd47fc 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/studio +## 0.0.4 + +### Patch Changes + +- [#643](https://github.com/perstack-ai/perstack/pull/643) [`85c3972`](https://github.com/perstack-ai/perstack/commit/85c39723826760546a53272a133bb2e73cddd541) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Rename `draftId` to `draftScopeId` in CLI arguments, handler parameters, and documentation to clarify the distinction between draft scope IDs and draft ref IDs. + ## 0.0.3 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index ae11816f..e3fe5318 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.3", + "version": "0.0.4", "name": "@perstack/studio", "description": "Perstack Studio - Expert management CLI handlers", "author": "Wintermute Technologies, Inc.",