Skip to content

ci: Version Packages#703

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: Version Packages#703
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 4, 2026

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.

Releases

@tanstack/ai@0.27.1

Patch Changes

  • #408 c0af426 - Fix extendAdapter dropping required parameters after the model (e.g. apiKey in createAnthropicChat). All factory parameters after the model are now preserved, including labels and optionality.

  • #395 00e0c93 - fix(ai): produce new object references in tool-call message updaters

    updateToolCallApproval, updateToolCallState, updateToolCallWithOutput,
    and updateToolCallApprovalResponse previously mutated the found tool-call
    part in-place (toolCallPart.state = ...) after spreading the parts array.
    The shallow [...msg.parts] copy created a new array but preserved the
    original object references, so frameworks that rely on reference identity
    for change detection (Svelte 5 proxies, Vue 3 reactivity, etc.) could not
    observe the updates.

    Each function now replaces the part at its index with a spread copy
    (parts[index] = { ...toolCallPart, ...changes }), producing a fresh
    object on every update. This aligns with the pattern already used by
    updateToolCallPart, updateTextPart, and updateThinkingPart.

  • Updated dependencies []:

    • @tanstack/ai-event-client@0.5.4

@tanstack/ai-client@0.16.3

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-event-client@0.5.4

@tanstack/ai-code-mode@0.2.5

Patch Changes

@tanstack/ai-code-mode-skills@0.2.5

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-code-mode@0.2.5

@tanstack/ai-devtools-core@0.4.8

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-event-client@0.5.4

@tanstack/ai-event-client@0.5.4

Patch Changes

@tanstack/ai-fal@0.7.23

Patch Changes

@tanstack/ai-isolate-cloudflare@0.2.21

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.2.5

@tanstack/ai-isolate-node@0.1.30

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.2.5

@tanstack/ai-isolate-quickjs@0.1.30

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.2.5

@tanstack/ai-preact@0.9.4

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-client@0.16.3

@tanstack/ai-react@0.15.4

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-client@0.16.3

@tanstack/ai-solid@0.13.4

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-client@0.16.3

@tanstack/ai-svelte@0.13.4

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-client@0.16.3

@tanstack/ai-vue@0.13.4

Patch Changes

  • Updated dependencies [c0af426, 00e0c93]:
    • @tanstack/ai@0.27.1
    • @tanstack/ai-client@0.16.3

@tanstack/ai-vue-ui@0.2.16

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.13.4

@tanstack/preact-ai-devtools@0.1.51

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.8

@tanstack/react-ai-devtools@0.2.51

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.8

@tanstack/solid-ai-devtools@0.2.51

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.8

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 13b6a96 to 74f1c00 Compare June 5, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants