Skip to content

Commit 7ac387d

Browse files
chore: version packages
1 parent 69df320 commit 7ac387d

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/log-viewer-tui.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/resolve-tool-results.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/tui-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @perstack/tui-components
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- [#745](https://github.com/perstack-ai/perstack/pull/745) [`568a2b8`](https://github.com/perstack-ai/perstack/commit/568a2b80c4c566da6a3c12d81b42fa8b4f34a8af) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add interactive log viewer TUI with delegation tree, run list, event/checkpoint drill-down screens
8+
9+
- [#748](https://github.com/perstack-ai/perstack/pull/748) [`69df320`](https://github.com/perstack-ai/perstack/commit/69df320372147b07b9147b76c7dc2b7efffd786d) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Handle resolveToolResults event type in delegation tree builder
10+
311
## 0.0.34
412

513
### Patch Changes

packages/tui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perstack/tui-components",
33
"private": true,
4-
"version": "0.0.34",
4+
"version": "0.0.35",
55
"description": "Ink/React TUI components for Perstack terminal interface",
66
"author": "Wintermute Technologies, Inc.",
77
"license": "Apache-2.0",

packages/tui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @perstack/tui
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`568a2b8`](https://github.com/perstack-ai/perstack/commit/568a2b80c4c566da6a3c12d81b42fa8b4f34a8af), [`69df320`](https://github.com/perstack-ai/perstack/commit/69df320372147b07b9147b76c7dc2b7efffd786d)]:
8+
- @perstack/tui-components@0.0.35
9+
310
## 0.0.32
411

512
### Patch Changes

packages/tui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perstack/tui",
33
"private": true,
4-
"version": "0.0.32",
4+
"version": "0.0.33",
55
"description": "Non-React TUI logic layer for Perstack CLI applications",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)