chore: 0.3.0 - #39
Merged
Merged
Conversation
All eleven workspace package.json files move together, the way 0.2.0 did. Two places write the version by hand rather than reading it from a package.json, and both are user-visible, so both move with it: the CLI banner in apps/cli/src/index.ts and the version reported by /api/health in apps/api/src/app.ts. A release where `reeleel --version` still says 0.2.0 is a release nobody can report a bug against. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump for the v0.3.0 release. No behaviour change.
All eleven workspace
package.jsonfiles move together, the way 0.2.0 did.Two places write the version by hand rather than reading it from a
package.json, and both are user-visible, so both move with it:apps/cli/src/index.ts— the CLI bannerapps/api/src/app.ts— the version reported by/api/healthA release where
reeleel --versionstill says 0.2.0 is a release nobody can report a bug against.pnpm-lock.yamlneeds no change — workspace deps resolve byworkspace:protocol, andpnpm install --frozen-lockfilestill passes.Verified locally:
pnpm test:run571 passed / 8 skipped / 0 failed,pnpm typecheckclean,pnpm lintclean.Once this lands, the v0.3.0 tag and release go on top of it.
🤖 Generated with Claude Code