Skip to content

Commit 0b70dfd

Browse files
ci: Version Packages (#273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fe3a5a commit 0b70dfd

File tree

37 files changed

+170
-23
lines changed

37 files changed

+170
-23
lines changed

.changeset/fifty-dingos-mate.md

Lines changed: 0 additions & 5 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
8+
- @tanstack/ai@0.4.2
9+
- @tanstack/ai-anthropic@0.4.1
10+
- @tanstack/ai-client@0.4.3
11+
- @tanstack/ai-gemini@0.4.0
12+
- @tanstack/ai-ollama@0.4.0
13+
- @tanstack/ai-openai@0.4.0
14+
- @tanstack/ai-svelte@0.5.2
15+
316
## 0.1.8
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.8",
4+
"version": "0.1.9",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
8+
- @tanstack/ai@0.4.2
9+
- @tanstack/ai-anthropic@0.4.1
10+
- @tanstack/ai-client@0.4.3
11+
- @tanstack/ai-gemini@0.4.0
12+
- @tanstack/ai-ollama@0.4.0
13+
- @tanstack/ai-openai@0.4.0
14+
- @tanstack/ai-vue@0.5.2
15+
- @tanstack/ai-vue-ui@0.1.8
16+
317
## 0.1.8
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.8",
3+
"version": "0.1.9",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/ai-client@0.4.3
9+
310
## 0.0.11
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.11",
5+
"version": "0.0.12",
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.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
8+
- @tanstack/ai@0.4.2
9+
310
## 0.4.2
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.4.2",
3+
"version": "0.4.3",
44
"description": "Framework-agnostic headless client for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-devtools/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
8+
- @tanstack/ai@0.4.2
9+
310
## 0.3.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)