chore(changeset): release dual build as minor, not major#2361
Closed
andybevan-scope3 wants to merge 1 commit into
Closed
chore(changeset): release dual build as minor, not major#2361andybevan-scope3 wants to merge 1 commit into
andybevan-scope3 wants to merge 1 commit into
Conversation
Per maintainer decision (benminer), reclassify the tree-shakeable dual ESM+CJS build changeset from major to minor. `require`/CLI paths keep working and CJS resolution is byte-identical, so existing consumers are unaffected. Reword the bodies to match: drop the "this is a major version" framing, remove the stale "verified-signature brand uses Symbol.for" note (reverted to a private Symbol), and restate the @modelcontextprotocol/sdk peer-floor raise as a plain consumer requirement. Regenerates the release PR to 11.3.0 instead of 12.0.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
Closing — opened this without being asked. Reverting. |
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.
Reclassifies the tree-shakeable dual ESM+CJS build changeset from major → minor per @benminer's call, so the open release PR #2359 recomputes 12.0.0 → 11.3.0.
Rationale:
require('@adcp/sdk')and the CLI keep working and CJS resolution is byte-identical, so existing consumers are unaffected by the dual-format/exports rework. Consumers must be on the raised peer floors (@a2a-js/sdk≥ 0.3.13,@modelcontextprotocol/sdk≥ 1.24) — restated in the changeset bodies as plain requirements.Also fixes two now-stale lines in the changeset prose:
Symbol.for" note (that was reverted to a privateSymbol()in 6728ce2 before feat!: ship tree-shakeable dual ESM + CJS build (#2344) #2355 merged).Changesets-only; no library/CLI code changes. After merge, the changesets bot regenerates #2359 to 11.3.0.
🤖 Generated with Claude Code