Skip to content

Commit b8be336

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

31 files changed

Lines changed: 149 additions & 37 deletions

.changeset/add-ai-utils-package.md

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

.changeset/add-openai-base-package.md

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

.changeset/refactor-providers-to-shared-packages.md

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

examples/ts-svelte-chat/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ts-svelte-chat
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27c9aeb`](https://github.com/TanStack/ai/commit/27c9aeb80993f8262e65ef623a4cc6dadf18817e)]:
8+
- @tanstack/ai-openai@0.8.4
9+
- @tanstack/ai-ollama@0.6.12
10+
- @tanstack/ai-anthropic@0.8.5
11+
- @tanstack/ai-gemini@0.10.2
12+
313
## 0.1.39
414

515
### Patch Changes

examples/ts-svelte-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-svelte-chat",
33
"private": true,
4-
"version": "0.1.39",
4+
"version": "0.1.40",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000",

examples/ts-vue-chat/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ts-vue-chat
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27c9aeb`](https://github.com/TanStack/ai/commit/27c9aeb80993f8262e65ef623a4cc6dadf18817e)]:
8+
- @tanstack/ai-openai@0.8.4
9+
- @tanstack/ai-ollama@0.6.12
10+
- @tanstack/ai-anthropic@0.8.5
11+
- @tanstack/ai-gemini@0.10.2
12+
313
## 0.1.39
414

515
### Patch Changes

examples/ts-vue-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-vue-chat",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.8.5
4+
5+
### Patch Changes
6+
7+
- Internal refactor: every provider now delegates `getApiKeyFromEnv` / `generateId` / `transformNullsToUndefined` / `ModelMeta` helpers to the new `@tanstack/ai-utils` package. `ai-openai` and `ai-grok` additionally inherit OpenAI-compatible adapter base classes (Chat Completions / Responses text, image, summarize, transcription, TTS, video) from the new `@tanstack/openai-base` package; `ai-groq` keeps its own `BaseTextAdapter`-derived text adapter (Groq uses the `groq-sdk`, not the OpenAI SDK) but consumes `@tanstack/openai-base`'s schema converter and tool converters. The remaining providers (`ai-anthropic`, `ai-gemini`, `ai-ollama`, `ai-openrouter`, `ai-fal`, `ai-elevenlabs`) only consume `@tanstack/ai-utils` because they speak provider-native protocols, not OpenAI-compatible ones. No breaking changes — all public APIs remain identical. ([#409](https://github.com/TanStack/ai/pull/409))
8+
9+
- Updated dependencies [[`27c9aeb`](https://github.com/TanStack/ai/commit/27c9aeb80993f8262e65ef623a4cc6dadf18817e)]:
10+
- @tanstack/ai-utils@0.2.0
11+
312
## 0.8.4
413

514
### Patch Changes

packages/typescript/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.8.4",
3+
"version": "0.8.5",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-code-mode/models-eval/CHANGELOG.md

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

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27c9aeb`](https://github.com/TanStack/ai/commit/27c9aeb80993f8262e65ef623a4cc6dadf18817e)]:
8+
- @tanstack/ai-openai@0.8.4
9+
- @tanstack/ai-grok@0.7.2
10+
- @tanstack/ai-groq@0.1.10
11+
- @tanstack/ai-ollama@0.6.12
12+
- @tanstack/ai-anthropic@0.8.5
13+
- @tanstack/ai-gemini@0.10.2
14+
315
## 0.0.13
416

517
### Patch Changes

0 commit comments

Comments
 (0)