Skip to content

Commit fb3134d

Browse files
ci: Version Packages (#653)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6ff2b4 commit fb3134d

63 files changed

Lines changed: 440 additions & 91 deletions

Some content is hidden

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

.changeset/gemini-image-usage.md

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

.changeset/openrouter-cost-tracking.md

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

.changeset/react-native-ai-support.md

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

packages/ai-anthropic/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`980ff9b`](https://github.com/TanStack/ai/commit/980ff9ba925f5dbae62a9318cc1e787d0ae24314), [`d5645cf`](https://github.com/TanStack/ai/commit/d5645cfd4d1b9cfc877f7d4d714517e166a99ce3)]:
8+
- @tanstack/ai@0.23.0
9+
310
## 0.11.0
411

512
### Minor Changes

packages/ai-anthropic/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-anthropic",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Anthropic Claude adapter for TanStack AI chat, tool calling, thinking, and structured outputs.",
55
"author": "",
66
"license": "MIT",

packages/ai-client/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/TanStack/ai/pull/647) [`d5645cf`](https://github.com/TanStack/ai/commit/d5645cfd4d1b9cfc877f7d4d714517e166a99ce3) - Add React Native support for chat clients and framework hooks, including
8+
client-safe streaming utilities and connection adapters that work in mobile
9+
environments.
10+
11+
The `fetcher` option is now available on `ChatClient` and the framework chat
12+
hooks (`useChat` / `createChat`), mirroring the generation hooks. Pass either
13+
`connection` or `fetcher` -- the XOR is enforced at the type level via
14+
`ChatTransport`. Fetchers may return either a `Response` (parsed as SSE) or an
15+
`AsyncIterable<StreamChunk>` (yielded directly).
16+
17+
The client-safe `@tanstack/ai/client` subpath is now public for framework
18+
packages and mobile bundles. `stream()`, `fetchServerSentEvents`,
19+
`fetchHttpStream`, `rpcStream`, `xhrServerSentEvents`, and `xhrHttpStream` are
20+
available from the client package and framework re-exports. React Native docs,
21+
an Expo chat example, and smoke tests are included for the supported mobile
22+
setup.
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [[`980ff9b`](https://github.com/TanStack/ai/commit/980ff9ba925f5dbae62a9318cc1e787d0ae24314), [`d5645cf`](https://github.com/TanStack/ai/commit/d5645cfd4d1b9cfc877f7d4d714517e166a99ce3)]:
27+
- @tanstack/ai@0.23.0
28+
- @tanstack/ai-event-client@0.4.1
29+
330
## 0.13.0
431

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

packages/ai-code-mode-skills/CHANGELOG.md

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

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`980ff9b`](https://github.com/TanStack/ai/commit/980ff9ba925f5dbae62a9318cc1e787d0ae24314), [`d5645cf`](https://github.com/TanStack/ai/commit/d5645cfd4d1b9cfc877f7d4d714517e166a99ce3)]:
8+
- @tanstack/ai@0.23.0
9+
- @tanstack/ai-code-mode@0.1.23
10+
311
## 0.1.22
412

513
### Patch Changes

packages/ai-code-mode-skills/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-code-mode-skills",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.",
55
"author": "",
66
"license": "MIT",

packages/ai-code-mode/CHANGELOG.md

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

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`980ff9b`](https://github.com/TanStack/ai/commit/980ff9ba925f5dbae62a9318cc1e787d0ae24314), [`d5645cf`](https://github.com/TanStack/ai/commit/d5645cfd4d1b9cfc877f7d4d714517e166a99ce3)]:
8+
- @tanstack/ai@0.23.0
9+
310
## 0.1.22
411

512
### Patch Changes

0 commit comments

Comments
 (0)