diff --git a/.changeset/fix-status-line-counts.md b/.changeset/fix-status-line-counts.md deleted file mode 100644 index 22d1f139..00000000 --- a/.changeset/fix-status-line-counts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/tui-components": patch ---- - -Show running and waiting expert counts separately in status line diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 170a210c..c500959f 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.16 + +### Patch Changes + +- [#590](https://github.com/perstack-ai/perstack/pull/590) [`4b1d3ff`](https://github.com/perstack-ai/perstack/commit/4b1d3ff591cca3f87e8d92e2509c1cc88d0d7bf6) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Show running and waiting expert counts separately in status line + ## 0.0.15 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 252e0474..10067052 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.15", + "version": "0.0.16", "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 58cb4c0b..c98910c4 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`4b1d3ff`](https://github.com/perstack-ai/perstack/commit/4b1d3ff591cca3f87e8d92e2509c1cc88d0d7bf6)]: + - @perstack/tui-components@0.0.16 + ## 0.0.13 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 4f985670..0b371d8d 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.13", + "version": "0.0.14", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {