From bc577c59c2704797bdf0fd9f3af0c3b389536f4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:10:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/allow-public-expert-without-api-key.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/allow-public-expert-without-api-key.md diff --git a/.changeset/allow-public-expert-without-api-key.md b/.changeset/allow-public-expert-without-api-key.md deleted file mode 100644 index fb238b60..00000000 --- a/.changeset/allow-public-expert-without-api-key.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@perstack/runtime": patch -"@perstack/installer": patch -"perstack": patch ---- - -Allow resolving public experts without PERSTACK_API_KEY. Public experts on the Perstack API do not require authentication. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index ea671b4c..2f23cd9d 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.106 + +### Patch Changes + +- [#653](https://github.com/perstack-ai/perstack/pull/653) [`77995e5`](https://github.com/perstack-ai/perstack/commit/77995e5acf6c567df1f3d05e17c6f28cfc21a398) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Allow resolving public experts without PERSTACK_API_KEY. Public experts on the Perstack API do not require authentication. + ## 0.0.105 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index dc85e149..b30680f7 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.105", + "version": "0.0.106", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index 5b867c0c..29d51cf3 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/installer +## 0.0.25 + +### Patch Changes + +- [#653](https://github.com/perstack-ai/perstack/pull/653) [`77995e5`](https://github.com/perstack-ai/perstack/commit/77995e5acf6c567df1f3d05e17c6f28cfc21a398) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Allow resolving public experts without PERSTACK_API_KEY. Public experts on the Perstack API do not require authentication. + ## 0.0.24 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index 48ba9716..04a21ac5 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.24", + "version": "0.0.25", "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 3f49530b..9b8a3b30 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.122 + +### Patch Changes + +- [#653](https://github.com/perstack-ai/perstack/pull/653) [`77995e5`](https://github.com/perstack-ai/perstack/commit/77995e5acf6c567df1f3d05e17c6f28cfc21a398) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Allow resolving public experts without PERSTACK_API_KEY. Public experts on the Perstack API do not require authentication. + ## 0.0.121 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 6ba7cdad..67658098 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.121", + "version": "0.0.122", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 1ccaa845..828971bf 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/studio +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`77995e5`](https://github.com/perstack-ai/perstack/commit/77995e5acf6c567df1f3d05e17c6f28cfc21a398)]: + - @perstack/installer@0.0.25 + ## 0.0.5 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index ecca8e1a..109d97c3 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.5", + "version": "0.0.6", "name": "@perstack/studio", "description": "Perstack Studio - Expert management CLI handlers", "author": "Wintermute Technologies, Inc.",