diff --git a/.changeset/remove-flex-grow-delegation-tree.md b/.changeset/remove-flex-grow-delegation-tree.md deleted file mode 100644 index 67997064..00000000 --- a/.changeset/remove-flex-grow-delegation-tree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/tui-components": patch ---- - -Remove unnecessary flexGrow from delegation tree node layout diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index e7d0bf5a..497dbf0d 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.33 + +### Patch Changes + +- [#700](https://github.com/perstack-ai/perstack/pull/700) [`94c5d79`](https://github.com/perstack-ai/perstack/commit/94c5d79b012dd74558612f663a26e4709fe0f795) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove unnecessary flexGrow from delegation tree node layout + ## 0.0.32 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index bc73fa7e..244dd7b0 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.32", + "version": "0.0.33", "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 7d2098d0..ef337352 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.31 + +### Patch Changes + +- Updated dependencies [[`94c5d79`](https://github.com/perstack-ai/perstack/commit/94c5d79b012dd74558612f663a26e4709fe0f795)]: + - @perstack/tui-components@0.0.33 + ## 0.0.30 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 4dd01549..9bb557c1 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.30", + "version": "0.0.31", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {