diff --git a/.changeset/delegation-tree-interface-panel.md b/.changeset/delegation-tree-interface-panel.md deleted file mode 100644 index 695ef1ba..00000000 --- a/.changeset/delegation-tree-interface-panel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/tui-components": patch ---- - -Add delegation tree to InterfacePanel for real-time expert visualization diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 4589e748..170a210c 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.15 + +### Patch Changes + +- [#583](https://github.com/perstack-ai/perstack/pull/583) [`a82ec5b`](https://github.com/perstack-ai/perstack/commit/a82ec5b40d635e157414f9900404d7c8ac1fb162) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add delegation tree to InterfacePanel for real-time expert visualization + ## 0.0.14 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 00253714..267b6d18 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.14", + "version": "0.0.15", "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 a679c5bb..58cb4c0b 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.13 + +### Patch Changes + +- Updated dependencies [[`a82ec5b`](https://github.com/perstack-ai/perstack/commit/a82ec5b40d635e157414f9900404d7c8ac1fb162)]: + - @perstack/tui-components@0.0.15 + ## 0.0.12 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 100eccad..0f9f103b 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.12", + "version": "0.0.13", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {