Skip to content
Open
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/moody-wings-type.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.3.14

### Patch Changes

- Moves devtools theme to the component to avoid theme miss-match. ([#366](https://github.com/TanStack/ai/pull/366))

## 0.3.13

### 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.3.13",
"version": "0.3.14",
"description": "Core TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/preact-ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/preact-ai-devtools

## 0.1.18

### Patch Changes

- Updated dependencies [[`c3583e3`](https://github.com/TanStack/ai/commit/c3583e3f05836c8266001dad44b42ee2ac027d54)]:
- @tanstack/ai-devtools-core@0.3.14

## 0.1.17

### Patch 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.17",
"version": "0.1.18",
"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 number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/react-ai-devtools

## 0.2.18

### Patch Changes

- Updated dependencies [[`c3583e3`](https://github.com/TanStack/ai/commit/c3583e3f05836c8266001dad44b42ee2ac027d54)]:
- @tanstack/ai-devtools-core@0.3.14

## 0.2.17

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

## 0.2.18

### Patch Changes

- Updated dependencies [[`c3583e3`](https://github.com/TanStack/ai/commit/c3583e3f05836c8266001dad44b42ee2ac027d54)]:
- @tanstack/ai-devtools-core@0.3.14

## 0.2.17

### Patch 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.17",
"version": "0.2.18",
"description": "Solid TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down