From 1906d4a355632c944aa87b26d36e8f3823466908 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:37:15 +0000 Subject: [PATCH 1/2] chore: version packages --- .changeset/migrate-api-client-npm.md | 16 ---------------- apps/perstack/CHANGELOG.md | 21 +++++++++++++++++++++ apps/perstack/package.json | 2 +- apps/runtime/CHANGELOG.md | 18 ++++++++++++++++++ apps/runtime/package.json | 2 +- packages/runner/CHANGELOG.md | 7 +++++++ packages/runner/package.json | 2 +- 7 files changed, 49 insertions(+), 19 deletions(-) delete mode 100644 .changeset/migrate-api-client-npm.md diff --git a/.changeset/migrate-api-client-npm.md b/.changeset/migrate-api-client-npm.md deleted file mode 100644 index ce600a86..00000000 --- a/.changeset/migrate-api-client-npm.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"perstack": patch -"@perstack/runtime": patch ---- - -Migrate @perstack/api-client to npm version (^0.0.51) - -BREAKING CHANGES: -- Remove `perstack publish` command (new API uses draft-based publish model) -- Remove `perstack status` command (no status update in new API) -- Remove `perstack tag` command (no tag update in new API) -- Remove `perstack unpublish` command (CLI no longer supports registry operations) - -Changes: -- Update API calls from `client.registry.experts.*` to `client.experts.*` -- Adapt response handling for new API structure where experts are nested under `definition.experts` diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 174b06b8..44e3faad 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,26 @@ # perstack +## 0.0.60 + +### Patch Changes + +- [#415](https://github.com/perstack-ai/perstack/pull/415) [`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Migrate @perstack/api-client to npm version (^0.0.51) + + BREAKING CHANGES: + + - Remove `perstack publish` command (new API uses draft-based publish model) + - Remove `perstack status` command (no status update in new API) + - Remove `perstack tag` command (no tag update in new API) + - Remove `perstack unpublish` command (CLI no longer supports registry operations) + + Changes: + + - Update API calls from `client.registry.experts.*` to `client.experts.*` + - Adapt response handling for new API structure where experts are nested under `definition.experts` + +- Updated dependencies [[`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9)]: + - @perstack/runtime@0.0.82 + ## 0.0.59 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index c7b99fde..ad29197b 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.59", + "version": "0.0.60", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/apps/runtime/CHANGELOG.md b/apps/runtime/CHANGELOG.md index 3f9a6915..0699d0a7 100644 --- a/apps/runtime/CHANGELOG.md +++ b/apps/runtime/CHANGELOG.md @@ -1,5 +1,23 @@ # @perstack/runtime +## 0.0.82 + +### Patch Changes + +- [#415](https://github.com/perstack-ai/perstack/pull/415) [`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Migrate @perstack/api-client to npm version (^0.0.51) + + BREAKING CHANGES: + + - Remove `perstack publish` command (new API uses draft-based publish model) + - Remove `perstack status` command (no status update in new API) + - Remove `perstack tag` command (no tag update in new API) + - Remove `perstack unpublish` command (CLI no longer supports registry operations) + + Changes: + + - Update API calls from `client.registry.experts.*` to `client.experts.*` + - Adapt response handling for new API structure where experts are nested under `definition.experts` + ## 0.0.81 ### Patch Changes diff --git a/apps/runtime/package.json b/apps/runtime/package.json index ae0cd809..6f400e61 100644 --- a/apps/runtime/package.json +++ b/apps/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.81", + "version": "0.0.82", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index 24e3af3b..62841d30 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/runner +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9)]: + - @perstack/runtime@0.0.82 + ## 0.0.6 ### Patch Changes diff --git a/packages/runner/package.json b/packages/runner/package.json index ee1a218b..dcaf27e2 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.6", + "version": "0.0.7", "name": "@perstack/runner", "description": "Perstack Runner - Multi-runtime adapter orchestration", "author": "Wintermute Technologies, Inc.", From f67f5706bdf20cf0828cc7a1187a0b88d4565bca Mon Sep 17 00:00:00 2001 From: HiranoMasaaki Date: Sat, 17 Jan 2026 22:45:41 +0000 Subject: [PATCH 2/2] chore: trigger CI