Skip to content

Commit 609567b

Browse files
ci: Version Packages (#455)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d1fd08 commit 609567b

Some content is hidden

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

59 files changed

+284
-59
lines changed

.changeset/fix-null-tool-input-normalization.md

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

.changeset/giant-garlics-crash.md

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

.changeset/sync-models.md

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

examples/ts-svelte-chat/CHANGELOG.md

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

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c780bc1`](https://github.com/TanStack/ai/commit/c780bc127755ecf7e900343bf0e4d4823ff526ca), [`cb07e01`](https://github.com/TanStack/ai/commit/cb07e015f2d4a27289d830a61dba48f8aa72cc6c)]:
8+
- @tanstack/ai@0.10.3
9+
- @tanstack/ai-openai@0.7.5
10+
- @tanstack/ai-gemini@0.8.8
11+
- @tanstack/ai-ollama@0.6.6
12+
- @tanstack/ai-anthropic@0.7.4
13+
- @tanstack/ai-client@0.7.10
14+
- @tanstack/ai-svelte@0.6.15
15+
316
## 0.1.31
417

518
### 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.31",
4+
"version": "0.1.32",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000",

examples/ts-vue-chat/CHANGELOG.md

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

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c780bc1`](https://github.com/TanStack/ai/commit/c780bc127755ecf7e900343bf0e4d4823ff526ca), [`cb07e01`](https://github.com/TanStack/ai/commit/cb07e015f2d4a27289d830a61dba48f8aa72cc6c)]:
8+
- @tanstack/ai@0.10.3
9+
- @tanstack/ai-openai@0.7.5
10+
- @tanstack/ai-gemini@0.8.8
11+
- @tanstack/ai-ollama@0.6.6
12+
- @tanstack/ai-anthropic@0.7.4
13+
- @tanstack/ai-client@0.7.10
14+
- @tanstack/ai-vue@0.6.15
15+
- @tanstack/ai-vue-ui@0.1.26
16+
317
## 0.1.31
418

519
### 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.31",
3+
"version": "0.1.32",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/vanilla-chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vanilla-chat
22

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/ai-client@0.7.10
9+
310
## 0.0.29
411

512
### Patch Changes

examples/vanilla-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vanilla-chat",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.29",
5+
"version": "0.0.30",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

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.7.4
4+
5+
### Patch Changes
6+
7+
- Update model metadata from OpenRouter API ([#451](https://github.com/TanStack/ai/pull/451))
8+
9+
- Updated dependencies [[`c780bc1`](https://github.com/TanStack/ai/commit/c780bc127755ecf7e900343bf0e4d4823ff526ca)]:
10+
- @tanstack/ai@0.10.3
11+
312
## 0.7.3
413

514
### Patch Changes

0 commit comments

Comments
 (0)