Skip to content

Commit c2b2059

Browse files
ci: Version Packages (TanStack#381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64b9cba commit c2b2059

45 files changed

Lines changed: 253 additions & 51 deletions

Some content is hidden

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

.changeset/add-claude-sonnet-4-6.md

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

.changeset/fresh-donkeys-breathe.md

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

.changeset/tidy-zebras-drum.md

Lines changed: 0 additions & 12 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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b7d6194`](https://github.com/TanStack/ai/commit/b7d619470a2d03e8c0ceed0c13be31bab1e68017), [`64b9cba`](https://github.com/TanStack/ai/commit/64b9cba2ebf89162b809ba575c49ef12c0e87ee7), [`dc53e1b`](https://github.com/TanStack/ai/commit/dc53e1b89fddf6fc744e4788731e8ca64ec3d250)]:
8+
- @tanstack/ai-anthropic@0.7.0
9+
- @tanstack/ai@0.8.1
10+
- @tanstack/ai-client@0.7.2
11+
- @tanstack/ai-svelte@0.6.7
12+
- @tanstack/ai-gemini@0.8.2
13+
- @tanstack/ai-ollama@0.6.2
14+
- @tanstack/ai-openai@0.7.1
15+
316
## 0.1.21
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.21",
4+
"version": "0.1.22",
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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b7d6194`](https://github.com/TanStack/ai/commit/b7d619470a2d03e8c0ceed0c13be31bab1e68017), [`64b9cba`](https://github.com/TanStack/ai/commit/64b9cba2ebf89162b809ba575c49ef12c0e87ee7), [`dc53e1b`](https://github.com/TanStack/ai/commit/dc53e1b89fddf6fc744e4788731e8ca64ec3d250)]:
8+
- @tanstack/ai-anthropic@0.7.0
9+
- @tanstack/ai@0.8.1
10+
- @tanstack/ai-client@0.7.2
11+
- @tanstack/ai-vue@0.6.7
12+
- @tanstack/ai-gemini@0.8.2
13+
- @tanstack/ai-ollama@0.6.2
14+
- @tanstack/ai-openai@0.7.1
15+
- @tanstack/ai-vue-ui@0.1.18
16+
317
## 0.1.21
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.21",
3+
"version": "0.1.22",
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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`64b9cba`](https://github.com/TanStack/ai/commit/64b9cba2ebf89162b809ba575c49ef12c0e87ee7), [`dc53e1b`](https://github.com/TanStack/ai/commit/dc53e1b89fddf6fc744e4788731e8ca64ec3d250)]:
8+
- @tanstack/ai-client@0.7.2
9+
310
## 0.0.21
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.21",
5+
"version": "0.0.22",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- Add `claude-sonnet-4-6` model metadata to the Anthropic adapter, including 1M native context window and adaptive thinking support. ([#378](https://github.com/TanStack/ai/pull/378))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`64b9cba`](https://github.com/TanStack/ai/commit/64b9cba2ebf89162b809ba575c49ef12c0e87ee7), [`dc53e1b`](https://github.com/TanStack/ai/commit/dc53e1b89fddf6fc744e4788731e8ca64ec3d250)]:
12+
- @tanstack/ai@0.8.1
13+
314
## 0.6.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)