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
7 changes: 0 additions & 7 deletions .changeset/every-keys-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-buttons-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/goofy-cities-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-falcons-leave.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869), [`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-svelte-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-svelte-chat",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"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 number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ts-vue-chat

## 0.1.3

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869), [`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.1.2

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

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @tanstack/[email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vanilla-chat",
"private": true,
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"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 number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-client

## 0.2.2

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]

## 0.2.1

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

## 0.2.0

### Minor Changes

- Bump tanstack-devtools to 0.2.3 ([#204](https://github.com/TanStack/ai/pull/204))

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-devtools-core",
"version": "0.1.2",
"version": "0.2.0",
"description": "Core TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript/ai-gemini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/ai-gemini

## 0.3.2

### Patch Changes

- Fix thinking output for Gemini Text adapter ([#210](https://github.com/TanStack/ai/pull/210))

- fixed an issue with gemini and thought chunks processing ([#210](https://github.com/TanStack/ai/pull/210))

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]

## 0.3.1

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

## 0.1.1

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-preact",
"version": "0.1.0",
"version": "0.1.1",
"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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-react

## 0.2.2

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-react",
"version": "0.2.1",
"version": "0.2.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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-solid

## 0.2.2

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-solid",
"version": "0.2.1",
"version": "0.2.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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-svelte

## 0.2.2

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-svelte",
"version": "0.2.1",
"version": "0.2.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 number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-vue-ui

## 0.1.3

### Patch Changes

- Updated dependencies []:
- @tanstack/[email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-vue-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-vue-ui",
"version": "0.1.2",
"version": "0.1.3",
"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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-vue

## 0.2.2

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-vue",
"version": "0.2.1",
"version": "0.2.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 number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai

## 0.2.2

### Patch Changes

- fixed an issue with gemini and thought chunks processing ([#210](https://github.com/TanStack/ai/pull/210))

## 0.2.1

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

## 0.1.0

### Minor Changes

- Initial release ([#204](https://github.com/TanStack/ai/pull/204))

### Patch Changes

- Updated dependencies [[`b2a5fab`](https://github.com/TanStack/ai/commit/b2a5fab6b4f2f6d9980c9691f7fc864f01eb48d1)]:
- @tanstack/[email protected]
2 changes: 1 addition & 1 deletion packages/typescript/preact-ai-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-ai-devtools",
"version": "0.0.0",
"version": "0.1.0",
"description": "Preact Devtools for TanStack AI.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript/react-ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/react-ai-devtools

## 0.2.0

### Minor Changes

- Bump tanstack-devtools to 0.2.3 ([#204](https://github.com/TanStack/ai/pull/204))

### Patch Changes

- Updated dependencies [[`b2a5fab`](https://github.com/TanStack/ai/commit/b2a5fab6b4f2f6d9980c9691f7fc864f01eb48d1)]:
- @tanstack/[email protected]

## 0.1.2

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869), [`7573619`](https://github.com/TanStack/ai/commit/7573619a234d1a50bd2ac098d64524447ebc5869)]:
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/smoke-tests/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/tests-adapters",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Tests for TanStack AI adapters",
"author": "",
Expand Down
Loading