diff --git a/.changeset/improve-token-display-format.md b/.changeset/improve-token-display-format.md deleted file mode 100644 index 6045870e..00000000 --- a/.changeset/improve-token-display-format.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/tui-components": patch -"perstack": patch ---- - -refactor: improve token display format with readable labels and conditional reasoning diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 612b6115..7d90e485 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.117 + +### Patch Changes + +- [#688](https://github.com/perstack-ai/perstack/pull/688) [`f10abb0`](https://github.com/perstack-ai/perstack/commit/f10abb000b502a9f1f0e0eb5f35846f5bb32fecd) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: improve token display format with readable labels and conditional reasoning + ## 0.0.116 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index fa15f8dd..e466007a 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.116", + "version": "0.0.117", "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 50edf73a..72b14a8e 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.30 + +### Patch Changes + +- [#688](https://github.com/perstack-ai/perstack/pull/688) [`f10abb0`](https://github.com/perstack-ai/perstack/commit/f10abb000b502a9f1f0e0eb5f35846f5bb32fecd) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: improve token display format with readable labels and conditional reasoning + ## 0.0.29 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index f908904d..a93bb681 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.29", + "version": "0.0.30", "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 790f4371..6340ae6d 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.28 + +### Patch Changes + +- Updated dependencies [[`f10abb0`](https://github.com/perstack-ai/perstack/commit/f10abb000b502a9f1f0e0eb5f35846f5bb32fecd)]: + - @perstack/tui-components@0.0.30 + ## 0.0.27 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index ec34d659..b8474057 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.27", + "version": "0.0.28", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {