release: v7.0.0#232
Merged
Merged
Conversation
Stable v7 release. Lockstep bump of all 5 packages from 7.0.0-alpha.8 to 7.0.0. CHANGELOG entry summarizes the cumulative v7 trajectory across alphas 1-8 (debugger reshape, CallFrame, callable-subtree mermaid emit, state tags, TapeSnapshot to engine, visuals companion package). Closes the v7 milestone β composition-representation overhaul.
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.
Summary
Bumps all 5 packages from
7.0.0-alpha.8to7.0.0lockstep, adds the consolidated[7.0.0]CHANGELOG entries, cleans README prerelease markers.Once merged,
v7HEAD becomes the stable v7.0.0 commit. Thev7 β masterintegration PR (#167) picks up the bump automatically; flip #167 to ready, merge, thennpx lerna publish from-package --yesfrom master.What changed
lerna version 7.0.0 --no-git-tag-version --no-push --yesβ bumps all 5 packages + lerna.json + lockfile^7.0.0[7.0.0] - 2026-06-03entries added to all 5 packages(v7+, prerelease)β(v7+), etc.)Test plan
npm installfrom cold lockfile resolvesnpm run buildβ cleannpm testβ 664/664npm run lintβ 0/0npm run typecheckβ cleannpm publish --dry-run --workspaces --tag latestβ all 5 packages publish with version7.0.0and taglatestAfter this merges
npx lerna publish from-package --yes(NO--dist-tag nextβ this islatest)gh release create v7.0.0 --target master --title v7.0.0 --notes-file <prose-file>(stable, NOT prerelease)