Skip to content

Commit d54bbf9

Browse files
ci: Version Packages
1 parent 7573619 commit d54bbf9

File tree

36 files changed

+164
-28
lines changed

36 files changed

+164
-28
lines changed

.changeset/flat-buttons-shave.md

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

.changeset/goofy-cities-push.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869), [`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
8+
- @tanstack/ai-gemini@0.3.2
9+
- @tanstack/ai@0.2.2
10+
- @tanstack/ai-anthropic@0.2.0
11+
- @tanstack/ai-client@0.2.2
12+
- @tanstack/ai-ollama@0.3.0
13+
- @tanstack/ai-openai@0.2.1
14+
- @tanstack/ai-svelte@0.2.2
15+
316
## 0.1.2
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.2",
4+
"version": "0.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869), [`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
8+
- @tanstack/ai-gemini@0.3.2
9+
- @tanstack/ai@0.2.2
10+
- @tanstack/ai-anthropic@0.2.0
11+
- @tanstack/ai-client@0.2.2
12+
- @tanstack/ai-ollama@0.3.0
13+
- @tanstack/ai-openai@0.2.1
14+
- @tanstack/ai-vue@0.2.2
15+
- @tanstack/ai-vue-ui@0.1.3
16+
317
## 0.1.2
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.2",
3+
"version": "0.1.3",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/ai-client@0.2.2
9+
310
## 0.0.6
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.6",
5+
"version": "0.0.7",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

packages/typescript/ai-client/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
8+
- @tanstack/ai@0.2.2
9+
310
## 0.2.1
411

512
### Patch Changes

packages/typescript/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.2.1",
3+
"version": "0.2.2",
44
"description": "Framework-agnostic headless client for TanStack AI",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)