From 65955fa29fd2f4caf88fd385d6683db834cb3e84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:13:51 +0000 Subject: [PATCH] chore: version packages --- .changeset/cool-parents-rush.md | 5 ----- .changeset/nice-cougars-share.md | 5 ----- .changeset/quiet-lions-jog.md | 5 ----- apps/tui/CHANGELOG.md | 8 ++++++++ apps/tui/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cool-parents-rush.md delete mode 100644 .changeset/nice-cougars-share.md delete mode 100644 .changeset/quiet-lions-jog.md diff --git a/.changeset/cool-parents-rush.md b/.changeset/cool-parents-rush.md deleted file mode 100644 index b2ccf05..0000000 --- a/.changeset/cool-parents-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@techatnyu/ralph": patch ---- - -Add onboarding checks for OpenCode installation and authentication. diff --git a/.changeset/nice-cougars-share.md b/.changeset/nice-cougars-share.md deleted file mode 100644 index 4475eb0..0000000 --- a/.changeset/nice-cougars-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@techatnyu/ralph": patch ---- - -Add worktree wrapper helpers and tests for the TUI. diff --git a/.changeset/quiet-lions-jog.md b/.changeset/quiet-lions-jog.md deleted file mode 100644 index 0e65209..0000000 --- a/.changeset/quiet-lions-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@techatnyu/ralph": patch ---- - -Add the daemon-backed TUI, docs site, and release tooling. diff --git a/apps/tui/CHANGELOG.md b/apps/tui/CHANGELOG.md index f1f1712..10ea5b4 100644 --- a/apps/tui/CHANGELOG.md +++ b/apps/tui/CHANGELOG.md @@ -1,5 +1,13 @@ # @techatnyu/ralph +## 0.0.2 + +### Patch Changes + +- 1f71d19: Add onboarding checks for OpenCode installation and authentication. +- 966ee6c: Add worktree wrapper helpers and tests for the TUI. +- c66c954: Add the daemon-backed TUI, docs site, and release tooling. + ## 0.0.1 ### Patch Changes diff --git a/apps/tui/package.json b/apps/tui/package.json index 69579c2..37aa6eb 100644 --- a/apps/tui/package.json +++ b/apps/tui/package.json @@ -1,6 +1,6 @@ { "name": "@techatnyu/ralph", - "version": "0.0.1", + "version": "0.0.2", "module": "src/index.tsx", "type": "module", "private": false,