From c9d4bbbd75abf8ef0936cdcd27070f1c40baee56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:08:56 +0000 Subject: [PATCH] chore: version packages --- .changeset/move-query-to-execution.md | 6 ------ packages/tui-components/CHANGELOG.md | 6 ++++++ packages/tui-components/package.json | 2 +- packages/tui/CHANGELOG.md | 9 +++++++++ packages/tui/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/move-query-to-execution.md diff --git a/.changeset/move-query-to-execution.md b/.changeset/move-query-to-execution.md deleted file mode 100644 index 360f71d1..00000000 --- a/.changeset/move-query-to-execution.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/tui-components": patch -"@perstack/tui": patch ---- - -refactor: move query input from selection to execution phase diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 40381102..e3e6b8c4 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.8 + +### Patch Changes + +- [#543](https://github.com/perstack-ai/perstack/pull/543) [`c6870b0`](https://github.com/perstack-ai/perstack/commit/c6870b05cad2e4d90b16d0859e80a72b2a8cca59) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: move query input from selection to execution phase + ## 0.0.7 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 7e76d6c9..210e557d 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.7", + "version": "0.0.8", "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 72a6743e..8b6ee529 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,14 @@ # @perstack/tui +## 0.0.5 + +### Patch Changes + +- [#543](https://github.com/perstack-ai/perstack/pull/543) [`c6870b0`](https://github.com/perstack-ai/perstack/commit/c6870b05cad2e4d90b16d0859e80a72b2a8cca59) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: move query input from selection to execution phase + +- Updated dependencies [[`c6870b0`](https://github.com/perstack-ai/perstack/commit/c6870b05cad2e4d90b16d0859e80a72b2a8cca59)]: + - @perstack/tui-components@0.0.8 + ## 0.0.4 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 3096c3a8..b102b917 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.4", + "version": "0.0.5", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {