Skip to content

Commit 4cc3b3e

Browse files
ci: Version Packages (#814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ce99ea commit 4cc3b3e

52 files changed

Lines changed: 209 additions & 57 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/ai-event-client-drop-peer-dep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-client-tool-status-ready.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mcp-cli-dynamic-require-shims.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/openrouter-system-prompt-cache-control.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-pillows-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/snapshot-normalize-parts.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/ai-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/ai-angular
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`540cbf1`](https://github.com/TanStack/ai/commit/540cbf18a2f7d6c07b44f7f4da0ac3873c0d2581), [`4188693`](https://github.com/TanStack/ai/commit/4188693d09297ce400eb1ba5fab30cfea2fdb8a6)]:
8+
- @tanstack/ai-client@0.18.3
9+
- @tanstack/ai@0.34.1
10+
311
## 0.1.6
412

513
### Patch Changes

packages/ai-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-angular",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Angular signals integration for TanStack AI streaming chat, structured outputs, and media generation.",
55
"author": "",
66
"license": "MIT",

packages/ai-client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tanstack/ai-client
22

3+
## 0.18.3
4+
5+
### Patch Changes
6+
7+
- [#749](https://github.com/TanStack/ai/pull/749) [`540cbf1`](https://github.com/TanStack/ai/commit/540cbf18a2f7d6c07b44f7f4da0ac3873c0d2581) - Fix `useChat` status getting stuck after a client tool call when the continuation run closes with a bare `RUN_FINISHED { finishReason: 'stop' }` and no assistant message. The client only sets status `ready` via the processor's `onStreamEnd`, and `StreamProcessor.finalizeStream()` emits that callback only when it has a `lastAssistantMessage`; a message-less terminal run never fired it, so status stayed at `submitted`. The client now normalizes status to `ready` on the terminal, non-continuing path. Fixes [#421](https://github.com/TanStack/ai/issues/421).
8+
9+
- Updated dependencies [[`2e59b77`](https://github.com/TanStack/ai/commit/2e59b7730ef88a0107e8d7ad916906b070f6a6c0), [`4188693`](https://github.com/TanStack/ai/commit/4188693d09297ce400eb1ba5fab30cfea2fdb8a6)]:
10+
- @tanstack/ai-event-client@0.6.6
11+
- @tanstack/ai@0.34.1
12+
313
## 0.18.2
414

515
### Patch Changes

packages/ai-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-client",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Framework-agnostic headless client for TanStack AI chat, realtime sessions, streaming transports, and media generations.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)