chore: release v2.1.0#533
Merged
Merged
Conversation
CI `pnpm install --frozen-lockfile` rejected the v2.1.0 bump because the workspace-link optionalDependencies in pnpm-lock.yaml still pointed at specifier 2.0.0 while packages/npm/package.json was updated to 2.1.0 by sync-version.ts. sync-version.ts only rewrites manifests; the lockfile specifier mirror needs to follow.
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 v2.1.0 — first release after the v2.0.0 Rust/binary distribution overhaul.
User-facing changes
.vibe.tomlfiles inside git submodules are now loaded end-to-end (trusted submodule configs are read, picked up from inside worktrees, and submodule directories copied from the correct source).Release mechanics
package.json2.0.0 → 2.1.0 and propagated viabun run scripts/sync-version.tsto the 6 npm package manifests and 3 Rust crates.rust/Cargo.lockviacargo metadata..claude/rules/docs-i18n.md).pnpm run check:allpasses locally.Test plan
bun run scripts/sync-version.ts --checkexits 0pnpm run check:allpasses (fmt, lint, rust, npm tests, e2e, docs)develop: opendevelop → mainPR (Step 6)main: tagv2.1.0and create GitHub Release (Step 7)