Version Packages (canary) - #15911
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 8, 2026 20:21
4e2c374 to
b79b6a8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 8, 2026 21:59
4fd627d to
6dd2fd7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 08:44
ce26272 to
eeefc3f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 14:31
8a9417a to
4757690
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 15:58
f6a9ae4 to
9d6dbe0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 17:12
1ebce0d to
6b4d325
Compare
felixarntz
pushed a commit
that referenced
this pull request
Jun 9, 2026
…box-just-bash`, and `@ai-sdk/sandbox-vercel` (#15932) 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"` https://github.com/vercel/ai/blob/16ff5014109c69679cbef3db35da1d9b036add29/packages/harness/package.json#L3 The [`changeset` CLI](https://www.npmjs.com/package/@changesets/cli) is using [semver](https://www.npmjs.com/package/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 ```
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@ai-sdk/harness@0.0.0-canary.1
Major Changes
sandbox-just-bashandsandbox-vercel@ai-sdk/sandbox-just-bash@0.0.0-canary.1
Major Changes
sandbox-just-bashandsandbox-vercelPatch Changes
@ai-sdk/sandbox-vercel@0.0.0-canary.1
Major Changes
sandbox-just-bashandsandbox-vercelPatch Changes
ai@7.0.0-canary.167
Patch Changes
4757690: feat(ai): rename onObjectStepFinish to onObjectStepEnd
eeefc3f: fix(ai): enforce
timeout.stepMsfor the whole step instreamTextPreviously
streamText's step timer was cleared synchronously right after the step's stream was registered, before the stream produced anything, sostepMsnever aborted a step that stalled before emitting content. The step timer now survives until the step's stream finishes or aborts, matchinggenerateText.chunkMs/totalMsand normal step-finish cleanup are unchanged.b79b6a8: fix(ai): add approval guard for denied tool outputs
Updated dependencies [6b4d325]
@ai-sdk/amazon-bedrock@5.0.0-canary.79
Patch Changes
claude-fable-5and thefallbacksAPI parameter@ai-sdk/angular@3.0.0-canary.167
Patch Changes
@ai-sdk/anthropic@4.0.0-canary.64
Patch Changes
claude-fable-5and thefallbacksAPI parameter@ai-sdk/anthropic-aws@1.0.0-canary.5
Patch Changes
@ai-sdk/azure@4.0.0-canary.71
Patch Changes
@ai-sdk/devtools@1.0.0-canary.29
Patch Changes
@ai-sdk/gateway@4.0.0-canary.101
Patch Changes
claude-fable-5and thefallbacksAPI parameter@ai-sdk/google-vertex@5.0.0-canary.105
Patch Changes
claude-fable-5and thefallbacksAPI parameter@ai-sdk/langchain@3.0.0-canary.167
Patch Changes
@ai-sdk/llamaindex@3.0.0-canary.167
Patch Changes
@ai-sdk/openai@4.0.0-canary.70
Patch Changes
@ai-sdk/otel@1.0.0-canary.113
Patch Changes
@ai-sdk/policy-opa@1.0.0-canary.4
Patch Changes
@ai-sdk/react@4.0.0-canary.170
Patch Changes
@ai-sdk/rsc@3.0.0-canary.168
Patch Changes
@ai-sdk/svelte@5.0.0-canary.167
Patch Changes
@ai-sdk/tui@1.0.0-canary.2
Patch Changes
@ai-sdk/vue@4.0.0-canary.167
Patch Changes
@ai-sdk/workflow@1.0.0-canary.84
Patch Changes