chore: release core 0.7.52 - #1445
Merged
Merged
Conversation
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.
Releases
@webjsdev/core0.7.51 to 0.7.52.What ships
Three user-facing fixes, all client-router or renderer:
<webjs-frame>swap no longer scrolls the page to toplive()resolves in an attribute hole, so a falsy?boolomits itPackages NOT bumped, and why
refactor:with no user-facing change.backfill-changelog.jscorrectly emits nothing for it, and the pre-commit hook fails a bump with an empty changelog by design, so there is nothing to release. Reported rather than force-bumped with--no-verify.No dependency-range bump is needed:
packages/server/package.jsondeclares"@webjsdev/core": "^0.7.51", which0.7.52satisfies. This release also introduces no new core export, so the core-publishes-first ordering constraint does not apply and core is the only file in the batch regardless.Changelog note
The generated entry for #1430 quoted that PR's first commit (
chore: add guarded on-device levers...), which describes intermediate scaffolding rather than the shipped change. Rewritten by hand to state the actual fix, per the documented "review and edit the generated file before pushing" step.