Skip to content

Commit 2cbf4f8

Browse files
ci: Version Packages (#771)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07aaf8b commit 2cbf4f8

17 files changed

Lines changed: 63 additions & 13 deletions

File tree

.changeset/noop-chat-devtools-bridge-parity.md

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

packages/ai-angular/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d5141c`](https://github.com/TanStack/ai/commit/4d5141c128c0e9bd33cdbf36a5402811cefc3f8b)]:
8+
- @tanstack/ai-client@0.17.2
9+
310
## 0.1.1
411

512
### 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.1",
3+
"version": "0.1.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/ai-client
22

3+
## 0.17.2
4+
5+
### Patch Changes
6+
7+
- [#752](https://github.com/TanStack/ai/pull/752) [`4d5141c`](https://github.com/TanStack/ai/commit/4d5141c128c0e9bd33cdbf36a5402811cefc3f8b) - Fix `ChatClient` throwing `TypeError: this.devtoolsBridge.mountWithTools is not a function` on the first `sendMessage()` (and on `updateOptions({ tools })`) when no devtools bridge factory is supplied. The default `NoOpChatDevtoolsBridge` was missing the `mountWithTools`, `notifyToolsChanged`, and `recordStreamId` methods of the real bridge; the throw happened before the user message was appended, so the first message was silently lost. The compile-time parity check between the real and no-op bridges now fails the build when the surfaces drift.
8+
39
## 0.17.1
410

511
### 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.17.1",
3+
"version": "0.17.2",
44
"description": "Framework-agnostic headless client for TanStack AI chat, realtime sessions, streaming transports, and media generations.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-preact/CHANGELOG.md

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

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d5141c`](https://github.com/TanStack/ai/commit/4d5141c128c0e9bd33cdbf36a5402811cefc3f8b)]:
8+
- @tanstack/ai-client@0.17.2
9+
310
## 0.9.6
411

512
### Patch Changes

packages/ai-preact/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-preact",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "Preact hooks for TanStack AI streaming chat and typed messages.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-react/CHANGELOG.md

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

3+
## 0.15.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d5141c`](https://github.com/TanStack/ai/commit/4d5141c128c0e9bd33cdbf36a5402811cefc3f8b)]:
8+
- @tanstack/ai-client@0.17.2
9+
310
## 0.15.6
411

512
### Patch Changes

packages/ai-react/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-react",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "React hooks for TanStack AI streaming chat, realtime voice, structured outputs, and media generation.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-solid/CHANGELOG.md

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

3+
## 0.13.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d5141c`](https://github.com/TanStack/ai/commit/4d5141c128c0e9bd33cdbf36a5402811cefc3f8b)]:
8+
- @tanstack/ai-client@0.17.2
9+
310
## 0.13.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)