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,