From be60813a0593aa55f842735382832009f3696ded Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:35:08 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-scope-delegate-resolution.md | 7 ------- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- packages/installer/CHANGELOG.md | 6 ++++++ packages/installer/package.json | 2 +- packages/runtime/CHANGELOG.md | 6 ++++++ packages/runtime/package.json | 2 +- packages/studio/CHANGELOG.md | 7 +++++++ packages/studio/package.json | 2 +- 9 files changed, 29 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-scope-delegate-resolution.md diff --git a/.changeset/fix-scope-delegate-resolution.md b/.changeset/fix-scope-delegate-resolution.md deleted file mode 100644 index 6e993ec3..00000000 --- a/.changeset/fix-scope-delegate-resolution.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@perstack/runtime": patch -"@perstack/installer": patch -"perstack": patch ---- - -Store all experts from a published scope definition (coordinator + delegates) so delegates resolve from cache without separate API calls. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 2f23cd9d..2fdf95e0 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.107 + +### Patch Changes + +- [#655](https://github.com/perstack-ai/perstack/pull/655) [`019f999`](https://github.com/perstack-ai/perstack/commit/019f999659db7fb20ed9cd6b8f539beba0c1e89e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Store all experts from a published scope definition (coordinator + delegates) so delegates resolve from cache without separate API calls. + ## 0.0.106 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index b30680f7..abab36ec 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.106", + "version": "0.0.107", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index 29d51cf3..d852880b 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/installer +## 0.0.26 + +### Patch Changes + +- [#655](https://github.com/perstack-ai/perstack/pull/655) [`019f999`](https://github.com/perstack-ai/perstack/commit/019f999659db7fb20ed9cd6b8f539beba0c1e89e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Store all experts from a published scope definition (coordinator + delegates) so delegates resolve from cache without separate API calls. + ## 0.0.25 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index 04a21ac5..b2717757 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.25", + "version": "0.0.26", "name": "@perstack/installer", "description": "Perstack Installer - Generate lockfiles with tool definitions", "author": "Wintermute Technologies, Inc.", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 9b8a3b30..4444d73e 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.123 + +### Patch Changes + +- [#655](https://github.com/perstack-ai/perstack/pull/655) [`019f999`](https://github.com/perstack-ai/perstack/commit/019f999659db7fb20ed9cd6b8f539beba0c1e89e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Store all experts from a published scope definition (coordinator + delegates) so delegates resolve from cache without separate API calls. + ## 0.0.122 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 67658098..319db165 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.122", + "version": "0.0.123", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 828971bf..b093072a 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/studio +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`019f999`](https://github.com/perstack-ai/perstack/commit/019f999659db7fb20ed9cd6b8f539beba0c1e89e)]: + - @perstack/installer@0.0.26 + ## 0.0.6 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index 109d97c3..e2aa9a14 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.6", + "version": "0.0.7", "name": "@perstack/studio", "description": "Perstack Studio - Expert management CLI handlers", "author": "Wintermute Technologies, Inc.",