Skip to content

fix: sync lockfile after changeset version bump#763

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/version-script-lockfile-sync
Mar 13, 2026
Merged

fix: sync lockfile after changeset version bump#763
FL4TLiN3 merged 1 commit intomainfrom
fix/version-script-lockfile-sync

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • The changeset release PR (chore: version packages #750) was failing E2E CI because bun.lock was not updated after changeset version bumped package versions
  • Add bun install --no-frozen-lockfile to the version script so the lockfile is regenerated and committed with the release PR

Test plan

  • Verify CI passes on this PR
  • After merge, the next changeset release PR should include an updated bun.lock and pass --frozen-lockfile checks

🤖 Generated with Claude Code

The changeset release PR was failing CI because `bun.lock` was not
updated after `changeset version` bumped package versions. Add
`bun install --no-frozen-lockfile` to the version script so the
lockfile is regenerated and committed with the release PR.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit dee50a6 into main Mar 13, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/version-script-lockfile-sync branch March 13, 2026 09:35
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