From efebdee22d3fa84eacbbb75587e997448f4b0db8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:25:44 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/strong-buttons-wear.md | 6 ------ examples/react/basic/package.json | 2 +- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 2 +- examples/react/https/package.json | 2 +- examples/react/start/package.json | 2 +- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 2 +- examples/solid/devtools-ui/package.json | 2 +- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 ++-- packages/devtools-utils/CHANGELOG.md | 6 ++++++ packages/devtools-utils/package.json | 2 +- packages/devtools/CHANGELOG.md | 6 ++++++ packages/devtools/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 +++++++ packages/preact-devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 7 +++++++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 7 +++++++ packages/solid-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 +++++++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++----------- 24 files changed, 68 insertions(+), 34 deletions(-) delete mode 100644 .changeset/strong-buttons-wear.md diff --git a/.changeset/strong-buttons-wear.md b/.changeset/strong-buttons-wear.md deleted file mode 100644 index 7a3939b4..00000000 --- a/.changeset/strong-buttons-wear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/devtools-utils': patch -'@tanstack/devtools': patch ---- - -Fix issues with bundling solid diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index e32a7a6a..0ab3ddc2 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index f282dc93..2c84bc13 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 8882379a..19a48342 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -8,7 +8,7 @@ "start": "vite start" }, "dependencies": { - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 9c1bf132..60245d18 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index be0ea3ed..dd77a1a9 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index ef5681d8..bbfdefe3 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "workspace:^", - "@tanstack/react-devtools": "^0.9.9", + "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 4b27125e..927523b4 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-devtools": "^0.7.29", + "@tanstack/solid-devtools": "^0.7.30", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index 0c59a982..eaba2df5 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.5.0", - "@tanstack/solid-devtools": "^0.7.29", + "@tanstack/solid-devtools": "^0.7.30", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 807db8ee..679dbb8f 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.2.0", - "@tanstack/solid-devtools": "^0.7.29", + "@tanstack/solid-devtools": "^0.7.30", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 6d511f38..1d5abaed 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.10.10", - "@tanstack/vue-devtools": "^0.2.9", + "@tanstack/devtools": "^0.10.11", + "@tanstack/vue-devtools": "^0.2.10", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index a7b65c3f..62d3f82b 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.3.2 + +### Patch Changes + +- Fix issues with bundling solid ([#367](https://github.com/TanStack/devtools/pull/367)) + ## 0.3.1 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 4ec40373..1dd3a8cc 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.3.1", + "version": "0.3.2", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 5c522ff6..2a8ce9af 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.10.11 + +### Patch Changes + +- Fix issues with bundling solid ([#367](https://github.com/TanStack/devtools/pull/367)) + ## 0.10.10 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 68598f4d..f595ed83 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.10", + "version": "0.10.11", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index af4231e4..bb70ae47 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.15 + +### Patch Changes + +- Updated dependencies [[`024ea7d`](https://github.com/TanStack/devtools/commit/024ea7d602728081fe465588fb5e10603b71ad72)]: + - @tanstack/devtools@0.10.11 + ## 0.9.14 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 6ba3674c..d90a3b61 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.14", + "version": "0.9.15", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index f12d7d77..6ab1b9c5 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.10 + +### Patch Changes + +- Updated dependencies [[`024ea7d`](https://github.com/TanStack/devtools/commit/024ea7d602728081fe465588fb5e10603b71ad72)]: + - @tanstack/devtools@0.10.11 + ## 0.9.9 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index b1a00ebd..a9286b39 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.9", + "version": "0.9.10", "description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-devtools/CHANGELOG.md b/packages/solid-devtools/CHANGELOG.md index d3cf3ca8..180fac32 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.30 + +### Patch Changes + +- Updated dependencies [[`024ea7d`](https://github.com/TanStack/devtools/commit/024ea7d602728081fe465588fb5e10603b71ad72)]: + - @tanstack/devtools@0.10.11 + ## 0.7.29 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index c2050359..aded56a7 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.29", + "version": "0.7.30", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index 979d79ba..eee757ed 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.10 + +### Patch Changes + +- Updated dependencies [[`024ea7d`](https://github.com/TanStack/devtools/commit/024ea7d602728081fe465588fb5e10603b71ad72)]: + - @tanstack/devtools@0.10.11 + ## 0.2.9 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index a5651ada..669d75e7 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.9", + "version": "0.2.10", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 610162ee..cd4358ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,7 +151,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -360,7 +360,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -385,7 +385,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -440,7 +440,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -498,7 +498,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -577,7 +577,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.9 + specifier: ^0.9.10 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -620,7 +620,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.29 + specifier: ^0.7.30 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -657,7 +657,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.7.29 + specifier: ^0.7.30 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -682,7 +682,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.13)(db0@0.3.4(drizzle-orm@0.45.1(pg@8.19.0)))(drizzle-orm@0.45.1(pg@8.19.0))(ioredis@5.10.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-devtools': - specifier: ^0.7.29 + specifier: ^0.7.30 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -694,10 +694,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.10 + specifier: ^0.10.11 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.9 + specifier: ^0.2.10 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5