chore(release): @webjsdev/cli 0.9.0 + @webjsdev/server 0.7.3#98
Merged
Conversation
Release the 8080 default-port change (#97) and the registry-resolution fix (#95). - @webjsdev/cli 0.8.6 -> 0.9.0: breaking default port 3000 -> 8080, plus the #95 fix resolving the UI registry via the module resolver so `webjs create` works on non-hoisted installs. - @webjsdev/server 0.7.2 -> 0.7.3: startServer default port and OAuth fallback origin moved to 8080 to match the CLI. Stays within cli's ^0.7.2 range, so cli@0.9.0 resolves it automatically. create-webjs and webjsdev lockstep to 0.9.0 via the release workflow.
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
Release PR. Bumps two framework packages; merging fires the Auto-release workflow to publish them.
@webjsdev/cli@webjsdev/server@webjsdev/cli's@webjsdev/serverdep is^0.7.2, which includes 0.7.3, so cli@0.9.0 resolves the new server automatically (no dep-range edit needed).Changelogs
Auto-generated by the pre-commit hook, then hand-curated:
changelog/cli/0.9.0.md: breaking port note with migration steps (PORT=3000to keep old behavior), plus the fix(cli): resolve @webjsdev/ui registry via module resolver, not path math #95 fix.changelog/server/0.7.3.md: reframed as a non-breaking change. The shared squash commit carriedfeat(cli)!, but the server-side impact is a minor default tweak, andcreateRequestHandlerembedders are unaffected.On merge
.github/workflows/release.ymlwill:@webjsdev/cli@0.9.0and@webjsdev/server@0.7.3to npm plus GitHub Packages.cli@0.9.0andserver@0.7.3.create-webjs@0.9.0andwebjsdev@0.9.0via the PR-merge flow landed in fix(ci): land lockstep wrapper bumps via PR-merge instead of direct push #94 (first real exercise of that fixed lockstep path).Test plan
npm testgreen via pre-commit hook (1151/1151).