Skip to content

Commit e8204b2

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

File tree

20 files changed

+76
-23
lines changed

20 files changed

+76
-23
lines changed

.changeset/sync-models.md

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

.changeset/thick-ghosts-burn.md

Lines changed: 0 additions & 5 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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
8+
- @tanstack/ai-anthropic@0.7.3
9+
- @tanstack/ai-gemini@0.8.6
10+
- @tanstack/ai-openai@0.7.4
11+
- @tanstack/ai-ollama@0.6.5
12+
313
## 0.1.28
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.28",
4+
"version": "0.1.29",
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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
8+
- @tanstack/ai-anthropic@0.7.3
9+
- @tanstack/ai-gemini@0.8.6
10+
- @tanstack/ai-openai@0.7.4
11+
- @tanstack/ai-ollama@0.6.5
12+
313
## 0.1.28
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.28",
3+
"version": "0.1.29",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.7.3
4+
5+
### Patch Changes
6+
7+
- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))
8+
39
## 0.7.2
410

511
### 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.7.2",
3+
"version": "0.7.3",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

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

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
8+
- @tanstack/ai-anthropic@0.7.3
9+
- @tanstack/ai-gemini@0.8.6
10+
- @tanstack/ai-grok@0.6.5
11+
- @tanstack/ai-openai@0.7.4
12+
- @tanstack/ai-ollama@0.6.5
13+
314
## 0.0.2
415

516
### Patch Changes

packages/typescript/ai-code-mode/models-eval/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-models-eval",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"type": "module",
66
"description": "Dev benchmark: local/cloud models vs code-mode database-demo gold (not published)",

0 commit comments

Comments
 (0)