Skip to content

fix: bump base versions to 1.0.0 for @ai-sdk/harness, @ai-sdk/sandbox-just-bash, and @ai-sdk/sandbox-vercel - #15932

Merged
felixarntz merged 4 commits into
mainfrom
fix-canary-package-versions
Jun 9, 2026
Merged

fix: bump base versions to 1.0.0 for @ai-sdk/harness, @ai-sdk/sandbox-just-bash, and @ai-sdk/sandbox-vercel#15932
felixarntz merged 4 commits into
mainfrom
fix-canary-package-versions

Conversation

@gr2m

@gr2m gr2m commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

follow up to #15911 and #15919

Problem was that we set the version in the initial package.json file to "0.0.0-canary.0" instead of just "0.0.0"

"version": "0.0.0-canary.0",

The changeset CLI is using semver to calculate the next version.

this is the problem

semver.inc("0.0.0-canary.0", "major")
// 0.0.0

this works as expected

semver.inc("0.0.0", "major")
// 1.0.0

…box-just-bash`, and `@ai-sdk/sandbox-vercel`
Comment thread packages/sandbox-just-bash/package.json Outdated
@felixarntz
felixarntz merged commit 6c7a3e5 into main Jun 9, 2026
47 checks passed
@felixarntz
felixarntz deleted the fix-canary-package-versions branch June 9, 2026 19:16
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Published in:

Package Version
@ai-sdk/harness 1.0.0-canary.2 github npm
@ai-sdk/sandbox-just-bash 1.0.0-canary.2 github npm
@ai-sdk/sandbox-vercel 1.0.0-canary.2 github npm

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants