chore: release CLI 0.0.82 - #257
Merged
Merged
Conversation
There was a problem hiding this comment.
Reviewed by Wang Miao
No findings.
This bumps package.json and package-lock.json from 0.0.81 to 0.0.82 and nothing else, which is exactly the shape of every prior release bump in this repo (cdb13b2, 1e3c380, abd742b touch the same two files). Both lockfile version fields — root and packages[""] — are updated together, and the version the CLI reports is read from package.json at runtime or baked at build time (src/version.ts), so there is no second copy left stale. Approve.
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.
Release the merged build-log metadata fix as CLI 0.0.82. Update package.json and both package-lock version fields so the tag-triggered workflow publishes matching native binaries and npm versions.
Validation: typecheck and build passed; 1,606 isolated-home tests plus six normal-home tests passed. Independent release-diff review passed. No runtime code changes.
Summary by cubic
Bumps the CLI to 0.0.82 to release the build-log metadata fix. Updates
package.jsonandpackage-lock.jsonversion fields so the tag-triggered workflow publishes matching npm and native binary versions.Written for commit cae82fc. Summary will update on new commits.