diff --git a/.changeset/add-studio-expert-management.md b/.changeset/add-studio-expert-management.md deleted file mode 100644 index c1e75945..00000000 --- a/.changeset/add-studio-expert-management.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@perstack/studio": patch -"@perstack/installer": patch -"@perstack/runtime": patch -"perstack": patch ---- - -feat: add studio expert management commands to CLI - -- New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete) -- Add `perstack expert` command group with 10 subcommands -- Add e2e test suite for studio operations -- Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client) diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 3b7c7ff3..d3370df3 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,16 @@ # perstack +## 0.0.99 + +### Patch Changes + +- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI + + - New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete) + - Add `perstack expert` command group with 10 subcommands + - Add e2e test suite for studio operations + - Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client) + ## 0.0.98 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 97e1947e..1a036d25 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.98", + "version": "0.0.99", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index 1ad67919..fb5eb79c 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,16 @@ # @perstack/installer +## 0.0.23 + +### Patch Changes + +- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI + + - New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete) + - Add `perstack expert` command group with 10 subcommands + - Add e2e test suite for studio operations + - Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client) + ## 0.0.22 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index 187984b4..3a395028 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.22", + "version": "0.0.23", "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 1144615e..3f49530b 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,16 @@ # @perstack/runtime +## 0.0.121 + +### Patch Changes + +- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI + + - New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete) + - Add `perstack expert` command group with 10 subcommands + - Add e2e test suite for studio operations + - Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client) + ## 0.0.120 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c50a282b..6ba7cdad 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.120", + "version": "0.0.121", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md new file mode 100644 index 00000000..2a2f449e --- /dev/null +++ b/packages/studio/CHANGELOG.md @@ -0,0 +1,15 @@ +# @perstack/studio + +## 0.0.2 + +### Patch Changes + +- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI + + - New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete) + - Add `perstack expert` command group with 10 subcommands + - Add e2e test suite for studio operations + - Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client) + +- Updated dependencies [[`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214)]: + - @perstack/installer@0.0.23 diff --git a/packages/studio/package.json b/packages/studio/package.json index 7126146e..f3fabe70 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.1", + "version": "0.0.2", "name": "@perstack/studio", "description": "Perstack Studio - Expert management CLI handlers", "author": "Wintermute Technologies, Inc.",