From ac128dad36263fc2128ce19858dff942cab54070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:08:36 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-runtime-robustness.md | 10 ---------- apps/create-expert/CHANGELOG.md | 6 ++++++ apps/create-expert/package.json | 2 +- packages/filesystem/CHANGELOG.md | 6 ++++++ packages/filesystem/package.json | 2 +- packages/installer/CHANGELOG.md | 7 +++++++ packages/installer/package.json | 2 +- packages/log/CHANGELOG.md | 7 +++++++ packages/log/package.json | 2 +- packages/runtime/CHANGELOG.md | 9 +++++++++ packages/runtime/package.json | 2 +- packages/skill-manager/CHANGELOG.md | 6 ++++++ packages/skill-manager/package.json | 2 +- packages/tui-components/CHANGELOG.md | 6 ++++++ packages/tui-components/package.json | 2 +- packages/tui/CHANGELOG.md | 9 +++++++++ packages/tui/package.json | 2 +- 17 files changed, 64 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fix-runtime-robustness.md diff --git a/.changeset/fix-runtime-robustness.md b/.changeset/fix-runtime-robustness.md deleted file mode 100644 index 2d5c6e6d..00000000 --- a/.changeset/fix-runtime-robustness.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"create-expert": patch -"@perstack/filesystem-storage": patch -"@perstack/runtime": patch -"@perstack/skill-manager": patch -"@perstack/tui-components": patch -"@perstack/tui": patch ---- - -fix: improve runtime robustness diff --git a/apps/create-expert/CHANGELOG.md b/apps/create-expert/CHANGELOG.md index f66f8e73..0d3d29b4 100644 --- a/apps/create-expert/CHANGELOG.md +++ b/apps/create-expert/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expert +## 0.0.39 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + ## 0.0.38 ### Patch Changes diff --git a/apps/create-expert/package.json b/apps/create-expert/package.json index 4a22ee8d..cecb5ab2 100644 --- a/apps/create-expert/package.json +++ b/apps/create-expert/package.json @@ -1,6 +1,6 @@ { "name": "create-expert", - "version": "0.0.38", + "version": "0.0.39", "description": "Create and modify Perstack expert definitions", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/filesystem/CHANGELOG.md b/packages/filesystem/CHANGELOG.md index 86643114..9cbe6c1c 100644 --- a/packages/filesystem/CHANGELOG.md +++ b/packages/filesystem/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/filesystem-storage +## 0.0.21 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + ## 0.0.20 ### Patch Changes diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 65181a3f..bbf60cd7 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.20", + "version": "0.0.21", "name": "@perstack/filesystem-storage", "description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage", "author": "Wintermute Technologies, Inc.", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index 57dab4ba..8491403e 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/installer +## 0.0.13 + +### Patch Changes + +- Updated dependencies [[`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8)]: + - @perstack/skill-manager@0.0.7 + ## 0.0.12 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index ed91a96e..24981a3a 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.12", + "version": "0.0.13", "name": "@perstack/installer", "description": "Perstack Installer - Generate lockfiles with tool definitions", "author": "Wintermute Technologies, Inc.", diff --git a/packages/log/CHANGELOG.md b/packages/log/CHANGELOG.md index 3476f335..4329b0ff 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/log +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8)]: + - @perstack/filesystem-storage@0.0.21 + ## 0.0.6 ### Patch Changes diff --git a/packages/log/package.json b/packages/log/package.json index 899d1a37..17f9aae3 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.6", + "version": "0.0.7", "name": "@perstack/log", "description": "Perstack Log - Execution history viewer", "author": "Wintermute Technologies, Inc.", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 2f0b2aee..d29e2425 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @perstack/runtime +## 0.0.110 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + +- Updated dependencies [[`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8)]: + - @perstack/skill-manager@0.0.7 + ## 0.0.109 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 99a07787..75305804 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.109", + "version": "0.0.110", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/skill-manager/CHANGELOG.md b/packages/skill-manager/CHANGELOG.md index 5220c105..e19175d9 100644 --- a/packages/skill-manager/CHANGELOG.md +++ b/packages/skill-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/skill-manager +## 0.0.7 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + ## 0.0.6 ### Patch Changes diff --git a/packages/skill-manager/package.json b/packages/skill-manager/package.json index 3a12b95f..c7b05f0e 100644 --- a/packages/skill-manager/package.json +++ b/packages/skill-manager/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/skill-manager", - "version": "0.0.6", + "version": "0.0.7", "description": "Perstack Skill Manager", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index de4f00b4..eaa47e1f 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.12 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + ## 0.0.11 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 918f1648..26a0d3bf 100644 --- a/packages/tui-components/package.json +++ b/packages/tui-components/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui-components", "private": true, - "version": "0.0.11", + "version": "0.0.12", "description": "Ink/React TUI components for Perstack terminal interface", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 7e5dfbbc..b11a146e 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,14 @@ # @perstack/tui +## 0.0.10 + +### Patch Changes + +- [#579](https://github.com/perstack-ai/perstack/pull/579) [`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: improve runtime robustness + +- Updated dependencies [[`869ca03`](https://github.com/perstack-ai/perstack/commit/869ca036b7977f1db399418a70141a1f5d2b4cb8)]: + - @perstack/tui-components@0.0.12 + ## 0.0.9 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 02ae388b..54cd01c8 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.9", + "version": "0.0.10", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {