From 21f88a76e10eec3339ac50bc430c372687799126 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:50:39 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/moody-wings-type.md | 5 ----- packages/typescript/ai-devtools/CHANGELOG.md | 6 ++++++ packages/typescript/ai-devtools/package.json | 2 +- packages/typescript/preact-ai-devtools/CHANGELOG.md | 7 +++++++ packages/typescript/preact-ai-devtools/package.json | 2 +- packages/typescript/react-ai-devtools/CHANGELOG.md | 7 +++++++ packages/typescript/react-ai-devtools/package.json | 2 +- packages/typescript/solid-ai-devtools/CHANGELOG.md | 7 +++++++ packages/typescript/solid-ai-devtools/package.json | 2 +- 9 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 .changeset/moody-wings-type.md diff --git a/.changeset/moody-wings-type.md b/.changeset/moody-wings-type.md deleted file mode 100644 index 94f0684f3..000000000 --- a/.changeset/moody-wings-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/ai-devtools-core': patch ---- - -Moves devtools theme to the component to avoid theme miss-match. diff --git a/packages/typescript/ai-devtools/CHANGELOG.md b/packages/typescript/ai-devtools/CHANGELOG.md index 44f7b769e..c9a2f87ab 100644 --- a/packages/typescript/ai-devtools/CHANGELOG.md +++ b/packages/typescript/ai-devtools/CHANGELOG.md @@ -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 diff --git a/packages/typescript/ai-devtools/package.json b/packages/typescript/ai-devtools/package.json index bc60b6249..f59a041f3 100644 --- a/packages/typescript/ai-devtools/package.json +++ b/packages/typescript/ai-devtools/package.json @@ -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", diff --git a/packages/typescript/preact-ai-devtools/CHANGELOG.md b/packages/typescript/preact-ai-devtools/CHANGELOG.md index 79c5ef00f..861b0e9c0 100644 --- a/packages/typescript/preact-ai-devtools/CHANGELOG.md +++ b/packages/typescript/preact-ai-devtools/CHANGELOG.md @@ -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 diff --git a/packages/typescript/preact-ai-devtools/package.json b/packages/typescript/preact-ai-devtools/package.json index 31e71c15f..0e70ef7f5 100644 --- a/packages/typescript/preact-ai-devtools/package.json +++ b/packages/typescript/preact-ai-devtools/package.json @@ -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", diff --git a/packages/typescript/react-ai-devtools/CHANGELOG.md b/packages/typescript/react-ai-devtools/CHANGELOG.md index 1d09b6bb2..f1950f7c1 100644 --- a/packages/typescript/react-ai-devtools/CHANGELOG.md +++ b/packages/typescript/react-ai-devtools/CHANGELOG.md @@ -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 diff --git a/packages/typescript/react-ai-devtools/package.json b/packages/typescript/react-ai-devtools/package.json index c1be5e3be..95240928e 100644 --- a/packages/typescript/react-ai-devtools/package.json +++ b/packages/typescript/react-ai-devtools/package.json @@ -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", diff --git a/packages/typescript/solid-ai-devtools/CHANGELOG.md b/packages/typescript/solid-ai-devtools/CHANGELOG.md index b68d2aea3..57c224152 100644 --- a/packages/typescript/solid-ai-devtools/CHANGELOG.md +++ b/packages/typescript/solid-ai-devtools/CHANGELOG.md @@ -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 diff --git a/packages/typescript/solid-ai-devtools/package.json b/packages/typescript/solid-ai-devtools/package.json index e9c2b59c4..29a3aec4c 100644 --- a/packages/typescript/solid-ai-devtools/package.json +++ b/packages/typescript/solid-ai-devtools/package.json @@ -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",