Release v0.1.1228 - #3555
Closed
kojiwakayama wants to merge 1 commit into
Closed
Conversation
Main and the published package are both on 0.1.1227. Advance the synchronized package and runtime version so the merged cold remote module and template journey fixes can ship through the stable release workflow. Constraint: Main and npm were both at 0.1.1227 when this branch was created. Confidence: high Scope-risk: narrow Directive: Regenerate the hydration runtime whenever the synchronized version constant changes. Tested: Generated-manifest checks, focused hydration runtime tests, formatting, and repository typecheck. Not-tested: Package publication occurs only after merge through CI. Related: #3553
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe release version changes from ChangesVersion synchronization
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Aug 11, 2026
Merged
Merged
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.
Version bump only:
0.1.1227to0.1.1228.Three synchronized version surfaces change by one generated literal each:
deno.jsonsrc/utils/version-constant.tssrc/html/hydration-script-builder/hydration-runtime.generated.tsThe hydration bundle was regenerated with
deno run -A scripts/build/prebundle-hydration-runtime.ts.Ships
Verification
deno fmt --check deno.json src/utils/version-constant.ts src/html/hydration-script-builder/hydration-runtime.generated.tsdeno task typecheck, including every generated-manifest and prebundle check.Release path
mainand npm are both on0.1.1227, so this bump is above both. On merge, the stable release workflow detects the changed version and requests publication.Before merging, ensure
mainand npm have not already reached0.1.1228.Summary by CodeRabbit