From 9ea78de8b77fcc5b42e60d3e6308c09b44760c16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:50:19 +0000 Subject: [PATCH] chore: version packages --- .changeset/active-root-run-id.md | 5 ----- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/tui-components/CHANGELOG.md | 7 +++++++ packages/tui-components/package.json | 2 +- packages/tui/CHANGELOG.md | 7 +++++++ packages/tui/package.json | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 .changeset/active-root-run-id.md diff --git a/.changeset/active-root-run-id.md b/.changeset/active-root-run-id.md deleted file mode 100644 index cc4f1c27..00000000 --- a/.changeset/active-root-run-id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/react": patch ---- - -Add activeRootRunId to useRun and useJobStream for immediate root run identification from startRun events diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c5fb64f4..bf60eda8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/react +## 0.0.72 + +### Patch Changes + +- [#830](https://github.com/perstack-ai/perstack/pull/830) [`87c6d68`](https://github.com/perstack-ai/perstack/commit/87c6d681c301c4dac8c95b31e702270a91ce336e) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add activeRootRunId to useRun and useJobStream for immediate root run identification from startRun events + ## 0.0.71 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8814bfae..32e4ea33 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/react", - "version": "0.0.71", + "version": "0.0.72", "description": "React hooks and utilities for Perstack integration", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 053a6d75..b887da0b 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui-components +## 0.0.42 + +### Patch Changes + +- Updated dependencies [[`87c6d68`](https://github.com/perstack-ai/perstack/commit/87c6d681c301c4dac8c95b31e702270a91ce336e)]: + - @perstack/react@0.0.72 + ## 0.0.41 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index 555272fb..5e343b04 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.41", + "version": "0.0.42", "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 146f80ec..9da9e333 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.40 + +### Patch Changes + +- Updated dependencies []: + - @perstack/tui-components@0.0.42 + ## 0.0.39 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 4c39bac5..e04a87e1 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.39", + "version": "0.0.40", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {