release: 0.7.0, bool.files goes stable - #31
Merged
Merged
Conversation
Promote 0.7.0-next.0 through -next.2 to stable with no code change. The platform's bool-files rollout seeds ^0.7.0 for every new v2 project, and a caret range only resolves what is on the latest tag, so this release has to land on npm before that platform change merges. Co-Authored-By: Claude Fable 5.1 <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.
Promotes the three
0.7.0-nextprereleases to stable0.7.0. No code change: version bump plus one consolidated changelog entry.Release order
v0.7.0from main. The publish workflow reads the version, sees no prerelease suffix, and publishes tolatest.npm view bool-sdk@latest versionbefore merging codehs/bool#1263, which seeds^0.7.0. That PR merging first would break project creation: the sandbox resolves the range on every boot.Verification
bun run typecheck,bun test(207 pass),bun run build🤖 Generated with Claude Code