Skip to content

chore: bump @ai-sdk/anthropic-aws to v2.0.0 - #16737

Merged
gr2m merged 1 commit into
mainfrom
fix-anthropic-aws-major-v2
Jul 6, 2026
Merged

chore: bump @ai-sdk/anthropic-aws to v2.0.0#16737
gr2m merged 1 commit into
mainfrom
fix-anthropic-aws-major-v2

Conversation

@gr2m

@gr2m gr2m commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a major changeset for @ai-sdk/anthropic-aws to release it as 2.0.0.

Why

When the provider was first added in #15230, it was intended to launch as 1.0.0. Instead it published as 1.0.0-canary.0 (and later 1.0.x), because changesets applies the bump to the package's current package.json version, not to the initialVersions entry in .changeset/pre.json.

The package shipped its package.json at 0.0.1, so the major changeset computed semverInc("0.0.1", "major")1.0.0 rather than the intended 2.0.0-worthy first stable. The 1.0.0 recorded in pre.json's initialVersions is bookkeeping state and is never used to compute the released version.

This changeset corrects the version line by bumping the current version to 2.0.0.

Changes

  • Add .changeset/anthropic-aws-major-v2.md (major bump for @ai-sdk/anthropic-aws)

No production code changes.

The provider was first published as 1.0.0 because its `major` changeset was
applied to the package's starting 0.0.1 version instead of the intended 1.0.0.
This major changeset corrects the version to 2.0.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@gr2m gr2m added the major marker for PRs with major version bump label Jul 6, 2026
@gr2m
gr2m merged commit a23b676 into main Jul 6, 2026
51 of 52 checks passed
@gr2m
gr2m deleted the fix-anthropic-aws-major-v2 branch July 6, 2026 05:45
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

🚀 Published in:

Package Version
@ai-sdk/anthropic-aws 2.0.0 github npm

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

Labels

major marker for PRs with major version bump task-merge-tracking-no-issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants