Skip to content

Commit 36daf4c

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

34 files changed

Lines changed: 146 additions & 29 deletions

File tree

.changeset/shaggy-states-warn.md

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

.changeset/slick-mails-relax.md

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

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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a7bd563`](https://github.com/TanStack/ai/commit/a7bd5639eb2fbf1b4169eb307f77149f4a85a915)]:
8+
- @tanstack/ai-client@0.0.2
9+
310
## 0.0.1
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.1",
5+
"version": "0.0.2",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- added text metadata support for message inputs ([#95](https://github.com/TanStack/ai/pull/95))
8+
9+
- Updated dependencies [[`64fda55`](https://github.com/TanStack/ai/commit/64fda55f839062bc67b8c24850123e879fdbf0b3)]:
10+
- @tanstack/ai@0.0.2
11+
312
## 0.0.1
413

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

packages/typescript/ai-client/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Made the fetch client used by the default connection adapters configurable. ([#80](https://github.com/TanStack/ai/pull/80))
8+
9+
- Updated dependencies [[`64fda55`](https://github.com/TanStack/ai/commit/64fda55f839062bc67b8c24850123e879fdbf0b3)]:
10+
- @tanstack/ai@0.0.2
11+
312
## 0.0.1
413

514
### 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.0.1",
3+
"version": "0.0.2",
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.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`64fda55`](https://github.com/TanStack/ai/commit/64fda55f839062bc67b8c24850123e879fdbf0b3)]:
8+
- @tanstack/ai@0.0.2
9+
310
## 0.0.1
411

512
### Patch Changes

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.1",
3+
"version": "0.0.2",
44
"description": "Core TanStack AI Devtools",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)