From f8f5219a2aa251dd2edd2f03a9e1779bf7dd6d5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:47:12 +0000 Subject: [PATCH] chore: version packages --- .changeset/flatten-delegation-tree-text.md | 6 ------ 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 +- 7 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 .changeset/flatten-delegation-tree-text.md diff --git a/.changeset/flatten-delegation-tree-text.md b/.changeset/flatten-delegation-tree-text.md deleted file mode 100644 index 6b9bec21..00000000 --- a/.changeset/flatten-delegation-tree-text.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/tui-components": patch -"perstack": patch ---- - -Flatten delegation tree node to single Text element with truncate, reorder columns so action is last diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 280add5c..dda7aa2c 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.120 + +### Patch Changes + +- [#702](https://github.com/perstack-ai/perstack/pull/702) [`788a860`](https://github.com/perstack-ai/perstack/commit/788a8605232348de3393b053c3531b54b80dbe12) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Flatten delegation tree node to single Text element with truncate, reorder columns so action is last + ## 0.0.119 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 773920f5..ee79a195 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.119", + "version": "0.0.120", "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 497dbf0d..f39581e2 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.34 + +### Patch Changes + +- [#702](https://github.com/perstack-ai/perstack/pull/702) [`788a860`](https://github.com/perstack-ai/perstack/commit/788a8605232348de3393b053c3531b54b80dbe12) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Flatten delegation tree node to single Text element with truncate, reorder columns so action is last + ## 0.0.33 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 244dd7b0..077be7ff 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.33", + "version": "0.0.34", "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 ef337352..03abfea4 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.32 + +### Patch Changes + +- Updated dependencies [[`788a860`](https://github.com/perstack-ai/perstack/commit/788a8605232348de3393b053c3531b54b80dbe12)]: + - @perstack/tui-components@0.0.34 + ## 0.0.31 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 9bb557c1..691afcda 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.31", + "version": "0.0.32", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {