Skip to content

Commit e85d718

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

33 files changed

Lines changed: 178 additions & 33 deletions

File tree

.changeset/clear-zoos-beam.md

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

examples/vanilla-chat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# vanilla-chat
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:
8+
- @tanstack/ai-client@0.0.1

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.0",
5+
"version": "0.0.1",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/ai-anthropic
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
8+
9+
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:
10+
- @tanstack/ai@0.0.1

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.0.0",
3+
"version": "0.0.1",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/ai-client
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
8+
9+
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:
10+
- @tanstack/ai@0.0.1

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.0.0",
3+
"version": "0.0.1",
44
"description": "Framework-agnostic headless client for TanStack AI",
55
"author": "",
66
"license": "MIT",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/ai-devtools-core
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
8+
9+
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:
10+
- @tanstack/ai@0.0.1

packages/typescript/ai-devtools/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-devtools-core",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Core TanStack AI Devtools",
55
"author": "",
66
"license": "MIT",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/ai-gemini
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
8+
9+
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:
10+
- @tanstack/ai@0.0.1

0 commit comments

Comments
 (0)