Skip to content

Release v0.1.1228 - #3555

Closed
kojiwakayama wants to merge 1 commit into
mainfrom
release/v0.1.1228-post-3553
Closed

Release v0.1.1228#3555
kojiwakayama wants to merge 1 commit into
mainfrom
release/v0.1.1228-post-3553

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Version bump only: 0.1.1227 to 0.1.1228.

Three synchronized version surfaces change by one generated literal each:

  • deno.json
  • src/utils/version-constant.ts
  • src/html/hydration-script-builder/hydration-runtime.generated.ts

The 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.ts
  • Focused hydration runtime tests: 27 steps passed.
  • deno task typecheck, including every generated-manifest and prebundle check.
  • Standard pre-push gate: formatting, lint, typecheck, 3,776 parallel tests with 27,965 steps, 10 serialized CWD tests with 193 steps, and 2 cross-file CWD exclusion tests.
  • Full scaffold, build, serve template matrix on the shipped fix: allow cold remote modules to finish fetching #3553 head: 21 of 21 template and runtime combinations passed across Deno, Node, and Bun.

Release path

main and npm are both on 0.1.1227, so this bump is above both. On merge, the stable release workflow detects the changed version and requests publication.

Before merging, ensure main and npm have not already reached 0.1.1228.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1228.
    • Ensured the displayed and package version information is consistent.

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
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ffe6c17e-890e-4626-b131-405d619f44d5

📥 Commits

Reviewing files that changed from the base of the PR and between 43f5e28 and 1c786a4.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

📝 Walkthrough

Walkthrough

The release version changes from 0.1.1227 to 0.1.1228 in deno.json and the exported VERSION constant.

Changes

Version synchronization

Layer / File(s) Summary
Update release version
deno.json, src/utils/version-constant.ts
The package metadata and exported VERSION constant now use 0.1.1228.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: kwakayama

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release and version update described in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1228-post-3553

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants