From 60554d410651f71e8275006f0ad39e46e3819afa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:50:39 +0000 Subject: [PATCH] chore: version packages --- .changeset/bump-perstack-cli.md | 5 ----- .changeset/fix-delegation-tree-truncate.md | 5 ----- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- packages/tui-components/CHANGELOG.md | 6 ++++++ packages/tui-components/package.json | 2 +- packages/tui/CHANGELOG.md | 7 +++++++ packages/tui/package.json | 2 +- 8 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 .changeset/bump-perstack-cli.md delete mode 100644 .changeset/fix-delegation-tree-truncate.md diff --git a/.changeset/bump-perstack-cli.md b/.changeset/bump-perstack-cli.md deleted file mode 100644 index e20559e1..00000000 --- a/.changeset/bump-perstack-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -chore: bump perstack CLI for docker image rebuild diff --git a/.changeset/fix-delegation-tree-truncate.md b/.changeset/fix-delegation-tree-truncate.md deleted file mode 100644 index ee424838..00000000 --- a/.changeset/fix-delegation-tree-truncate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/tui-components": patch ---- - -fix: prevent delegation tree line wrapping by truncating long activity text diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 7d90e485..10cbbb8b 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.118 + +### Patch Changes + +- [#696](https://github.com/perstack-ai/perstack/pull/696) [`b4859a1`](https://github.com/perstack-ai/perstack/commit/b4859a1b33c922204eb8b2246b91c1d41750b3c6) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - chore: bump perstack CLI for docker image rebuild + ## 0.0.117 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index e466007a..18cecd45 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.117", + "version": "0.0.118", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index f4a4e526..e7d0bf5a 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.32 + +### Patch Changes + +- [#694](https://github.com/perstack-ai/perstack/pull/694) [`84a1ccc`](https://github.com/perstack-ai/perstack/commit/84a1cccbdf5fbb88e1d4dfe63078ababeb5ff5b9) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: prevent delegation tree line wrapping by truncating long activity text + ## 0.0.31 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 34aaf4bc..bc73fa7e 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.31", + "version": "0.0.32", "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 e3a2c388..7d2098d0 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.30 + +### Patch Changes + +- Updated dependencies [[`84a1ccc`](https://github.com/perstack-ai/perstack/commit/84a1cccbdf5fbb88e1d4dfe63078ababeb5ff5b9)]: + - @perstack/tui-components@0.0.32 + ## 0.0.29 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 9734804e..4dd01549 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.29", + "version": "0.0.30", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {