release: v7.0.0 (waiting on engine publish)#109
Merged
Conversation
Stable v7 release. Bumps @post-machine-js/machine from 7.0.0-alpha.7 to 7.0.0. CHANGELOG entry consolidates the v7 trajectory across alphas 2-7 (adoption of engine v7 composition overhaul + debug-surface reshape, instruction-derived state names + arrivalPath, path-based tag registry, stepInstruction). Peer dep @turing-machine-js/machine stays at ^7.0.0-alpha.8 in this commit β widening to ^7.0.0 lands in a follow-up commit on this branch after engine 7.0.0 publishes to npm.
β¦.0.0 Engine v7.0.0 stable is now on npm (latest dist-tag); widening the peer-dep range from the alpha pin to the stable caret. Mirrors widening in root dependencies and packages/machine peer + dev deps. Verified locally: build, test (332/332), lint, typecheck, coverage 100/100/100/100, publish dry-run confirms @post-machine-js/machine@7.0.0 publishes with tag latest.
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
@post-machine-js/machinefrom7.0.0-alpha.7to7.0.0, adds the consolidated[7.0.0]CHANGELOG entry, cleans README v7-prerelease markers.Drafted intentionally β held until
@turing-machine-js/machine@7.0.0publishes to npm. Peer-dep widening from^7.0.0-alpha.8β^7.0.0lands as a follow-up commit on this branch once the engine is on thelatestdist-tag.What changed
lerna version 7.0.0β bumpspackages/machine/package.json+lerna.json+ lockfilepackage.jsondependencies."@turing-machine-js/machine"bumped^7.0.0-alpha.5β^7.0.0-alpha.8(stale-pin cleanup; final widening to^7.0.0is the follow-up)[7.0.0] - 2026-06-03entry addedTest plan
npm installfrom cold lockfile resolvesnpm run buildβ cleannpm testβ 332/332npm run test:coverageβ 100/100/100/100 floor heldnpm run lintβ 0/0npm run typecheckβ cleannpm publish --dry-run --workspaces --tag latestβ publishes@post-machine-js/machine@7.0.0with taglatestAfter engine publishes
^7.0.0+npm install --package-lock-onlynpx lerna publish from-package --yesgh release create v7.0.0 --target master --title v7.0.0 --notes-file <prose-file>(stable)