Skip to content

Commit d296d44

Browse files
chore: version packages (#658)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b83bb6 commit d296d44

File tree

7 files changed

+26
-11
lines changed

7 files changed

+26
-11
lines changed

.changeset/fix-docker-start-exit.md

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

apps/perstack/CHANGELOG.md

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

3+
## 0.0.108
4+
5+
### Patch Changes
6+
7+
- [#657](https://github.com/perstack-ai/perstack/pull/657) [`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Short-circuit selection TUI when expert key is provided to fix immediate exit in compiled binaries.
8+
9+
In Bun-compiled binaries, the first Ink `render()` call for the selection phase caused the event loop to exit before React effects could fire, resulting in `start` exiting silently with code 0. By returning the selection result directly when `initialExpertKey` is known, the Ink render is skipped entirely.
10+
311
## 0.0.107
412

513
### Patch Changes

apps/perstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perstack",
3-
"version": "0.0.107",
3+
"version": "0.0.108",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

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.23
4+
5+
### Patch Changes
6+
7+
- [#657](https://github.com/perstack-ai/perstack/pull/657) [`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Short-circuit selection TUI when expert key is provided to fix immediate exit in compiled binaries.
8+
9+
In Bun-compiled binaries, the first Ink `render()` call for the selection phase caused the event loop to exit before React effects could fire, resulting in `start` exiting silently with code 0. By returning the selection result directly when `initialExpertKey` is known, the Ink render is skipped entirely.
10+
311
## 0.0.22
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.22",
4+
"version": "0.0.23",
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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be)]:
8+
- @perstack/tui-components@0.0.23
9+
310
## 0.0.20
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.20",
4+
"version": "0.0.21",
55
"description": "Non-React TUI logic layer for Perstack CLI applications",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)