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
8 changes: 0 additions & 8 deletions .changeset/forty-times-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-sails-say.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/typescript/ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-devtools-core

## 0.2.1

### Patch Changes

- Fix issue with double mounting of devtools ([#123](https://github.com/TanStack/ai/pull/123))

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"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 number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tanstack/ai-openrouter

## 0.1.0

### Minor Changes

- release OpenRouter support ([#123](https://github.com/TanStack/ai/pull/123))
2 changes: 1 addition & 1 deletion packages/typescript/ai-openrouter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openrouter",
"version": "0.0.1",
"version": "0.1.0",
"description": "OpenRouter adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript/preact-ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/preact-ai-devtools

## 0.1.1

### Patch Changes

- Fix issue with double mounting of devtools ([#123](https://github.com/TanStack/ai/pull/123))

- Updated dependencies [[`a19b247`](https://github.com/TanStack/ai/commit/a19b247d6e7fe44749ede2416e21c6d9e2045912)]:
- @tanstack/ai-devtools-core@0.2.1

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Preact Devtools for TanStack AI.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript/react-ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/react-ai-devtools

## 0.2.1

### Patch Changes

- Fix issue with double mounting of devtools ([#123](https://github.com/TanStack/ai/pull/123))

- Updated dependencies [[`a19b247`](https://github.com/TanStack/ai/commit/a19b247d6e7fe44749ede2416e21c6d9e2045912)]:
- @tanstack/ai-devtools-core@0.2.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"description": "React Devtools for TanStack AI.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/smoke-tests/adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/tests-adapters

## 0.1.4

### Patch Changes

- Updated dependencies [[`a19b247`](https://github.com/TanStack/ai/commit/a19b247d6e7fe44749ede2416e21c6d9e2045912)]:
- @tanstack/ai-openrouter@0.1.0

## 0.1.3

### 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.3",
"version": "0.1.4",
"private": true,
"description": "Tests for TanStack AI adapters",
"author": "",
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript/solid-ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/solid-ai-devtools

## 0.2.1

### Patch Changes

- Fix issue with double mounting of devtools ([#123](https://github.com/TanStack/ai/pull/123))

- Updated dependencies [[`a19b247`](https://github.com/TanStack/ai/commit/a19b247d6e7fe44749ede2416e21c6d9e2045912)]:
- @tanstack/ai-devtools-core@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/solid-ai-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-ai-devtools",
"version": "0.2.0",
"version": "0.2.1",
"description": "Solid TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down