Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fifty-dingos-mate.md

This file was deleted.

13 changes: 13 additions & 0 deletions examples/ts-svelte-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# ts-svelte-chat

## 0.1.9

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-anthropic@0.4.1
- @tanstack/ai-client@0.4.3
- @tanstack/ai-gemini@0.4.0
- @tanstack/ai-ollama@0.4.0
- @tanstack/ai-openai@0.4.0
- @tanstack/ai-svelte@0.5.2

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-svelte-chat/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "ts-svelte-chat",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
Expand Down
14 changes: 14 additions & 0 deletions examples/ts-vue-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# ts-vue-chat

## 0.1.9

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-anthropic@0.4.1
- @tanstack/ai-client@0.4.3
- @tanstack/ai-gemini@0.4.0
- @tanstack/ai-ollama@0.4.0
- @tanstack/ai-openai@0.4.0
- @tanstack/ai-vue@0.5.2
- @tanstack/ai-vue-ui@0.1.8

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-vue-chat/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "ts-vue-chat",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/vanilla-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# vanilla-chat

## 0.0.12

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-client@0.4.3

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-chat/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "vanilla-chat",
"private": true,
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"start": "vite --port 3001",
"dev": "vite --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-client/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-client

## 0.4.3

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-client/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-client",
"version": "0.4.2",
"version": "0.4.3",
"description": "Framework-agnostic headless client for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-devtools/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-devtools-core

## 0.3.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-devtools/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-devtools-core",
"version": "0.3.1",
"version": "0.3.2",
"description": "Core TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-openrouter/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-openrouter

## 0.4.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-openrouter/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openrouter",
"version": "0.4.1",
"version": "0.4.2",
"description": "OpenRouter adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-preact/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-preact

## 0.5.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-preact/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-preact",
"version": "0.5.1",
"version": "0.5.2",
"description": "Preact hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-react/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-react

## 0.5.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-react/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-react",
"version": "0.5.1",
"version": "0.5.2",
"description": "React hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-solid/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-solid

## 0.5.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-solid/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-solid",
"version": "0.5.1",
"version": "0.5.2",
"description": "Solid hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-svelte/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-svelte

## 0.5.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-svelte/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-svelte",
"version": "0.5.1",
"version": "0.5.2",
"description": "Svelte bindings for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-vue-ui/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-vue-ui

## 0.1.8

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-vue@0.5.2

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-vue-ui/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-vue-ui",
"version": "0.1.7",
"version": "0.1.8",
"description": "Headless Vue components for building AI chat interfaces",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-vue/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-vue

## 0.5.2

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-vue/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-vue",
"version": "0.5.1",
"version": "0.5.2",
"description": "Vue hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @tanstack/ai

## 0.4.2

### Patch Changes

- fix issue with delta ([#272](https://github.com/TanStack/ai/pull/272))

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai",
"version": "0.4.1",
"version": "0.4.2",
"description": "Core TanStack AI library - Open source AI SDK",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/preact-ai-devtools/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/preact-ai-devtools

## 0.1.6

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-devtools-core@0.3.2

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/preact-ai-devtools/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-ai-devtools",
"version": "0.1.5",
"version": "0.1.6",
"description": "Preact Devtools for TanStack AI.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/react-ai-devtools/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/react-ai-devtools

## 0.2.6

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-devtools-core@0.3.2

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/react-ai-devtools/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-ai-devtools",
"version": "0.2.5",
"version": "0.2.6",
"description": "React Devtools for TanStack AI.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/typescript/smoke-tests/adapters/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @tanstack/tests-adapters

## 0.1.10

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-anthropic@0.4.1
- @tanstack/ai-gemini@0.4.0
- @tanstack/ai-ollama@0.4.0
- @tanstack/ai-openai@0.4.0
- @tanstack/ai-openrouter@0.4.2

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/smoke-tests/adapters/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/tests-adapters",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"description": "Tests for TanStack AI adapters",
"author": "",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript/smoke-tests/e2e/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# @tanstack/smoke-tests-e2e

## 0.0.14

### Patch Changes

- Updated dependencies [[`6f886e9`](https://github.com/TanStack/ai/commit/6f886e96f2478374520998395357fdf3aa9149ab)]:
- @tanstack/ai@0.4.2
- @tanstack/ai-client@0.4.3
- @tanstack/ai-openai@0.4.0
- @tanstack/ai-react@0.5.2
- @tanstack/tests-adapters@0.1.10

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/smoke-tests/e2e/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/smoke-tests-e2e",
"version": "0.0.13",
"version": "0.0.14",
"description": "E2E tests for TanStack AI chat",
"private": true,
"type": "module",
Expand Down
Loading