Skip to content

fix: sync bun.lock for surface-render 0.3.0 release - #200

Merged
unforced merged 1 commit into
mainfrom
fix-lockfile-render030
Jul 17, 2026
Merged

fix: sync bun.lock for surface-render 0.3.0 release#200
unforced merged 1 commit into
mainfrom
fix-lockfile-render030

Conversation

@unforced

Copy link
Copy Markdown
Contributor

The render-v0.3.0 release run failed at bun install --frozen-lockfile (run 29555220054): #199 bumped surface-render's package.json to 0.3.0 but the committed bun.lock retained the 0.2.0 workspace entry, plus a pre-existing stale notes-ui→surface-client range (^0.3.3 vs ^0.3.4).

Regenerated with plain bun install. Three hunks, all expected:

  • workspace surface-render version 0.2.0 → 0.3.0
  • notes-ui's surface-client range synced ^0.3.3 → ^0.3.4 (pre-existing drift)
  • NEW: notes-ui's surface-render now resolves from npm at published 0.2.0 — its ^0.2.0 caret no longer matches the 0.3.0 workspace, so bun falls back to the registry. This is the intended caret gate (notes-ui opts into 0.3.0 deliberately, later) — flagged so nobody reads it as an accident.

After merge: re-point render-v0.3.0 (never published, safe to move) and let the release run publish.

🤖 Generated with Claude Code

https://claude.ai/code/session_01XLZtmuSs1RirWGMGyCB1QB

@unforced
unforced merged commit 2471a74 into main Jul 17, 2026
1 check passed
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.

1 participant