diff --git a/.changeset/icy-states-chew.md b/.changeset/icy-states-chew.md deleted file mode 100644 index 5e445e0c..00000000 --- a/.changeset/icy-states-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': minor ---- - -Adds copy path feature and config to devtools source inspector diff --git a/examples/angular/a11y-devtools/CHANGELOG.md b/examples/angular/a11y-devtools/CHANGELOG.md new file mode 100644 index 00000000..1d843086 --- /dev/null +++ b/examples/angular/a11y-devtools/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/devtools-example-angular-a11y-devtools + +## 0.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.2 diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 7eac97aa..f43ca2c0 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-a11y-devtools", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.1", + "@tanstack/angular-devtools": "^0.0.2", "@tanstack/devtools-a11y": "^0.1.2", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", diff --git a/examples/angular/basic/CHANGELOG.md b/examples/angular/basic/CHANGELOG.md new file mode 100644 index 00000000..4960bd40 --- /dev/null +++ b/examples/angular/basic/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/devtools-example-angular-basic + +## 0.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.2 diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 1d44bee1..7e6027e2 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-basic", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.1", + "@tanstack/angular-devtools": "^0.0.2", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/angular/panel/CHANGELOG.md b/examples/angular/panel/CHANGELOG.md new file mode 100644 index 00000000..58f65752 --- /dev/null +++ b/examples/angular/panel/CHANGELOG.md @@ -0,0 +1,9 @@ +# @tanstack/devtools-example-angular-panel + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 + - @tanstack/angular-devtools@0.0.2 diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index 581d6e15..e1104073 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-panel", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,8 +17,8 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.1", - "@tanstack/devtools": "^0.11.2", + "@tanstack/angular-devtools": "^0.0.2", + "@tanstack/devtools": "^0.12.0", "@tanstack/devtools-event-client": "0.4.3", "@tanstack/devtools-utils": "^0.4.0", "rxjs": "~7.8.0", diff --git a/examples/angular/with-devtools/CHANGELOG.md b/examples/angular/with-devtools/CHANGELOG.md new file mode 100644 index 00000000..07fcc61d --- /dev/null +++ b/examples/angular/with-devtools/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/devtools-example-angular-with-devtools + +## 0.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.2 diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index f48bc138..165d4bae 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-with-devtools", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.1", + "@tanstack/angular-devtools": "^0.0.2", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index 23b2a251..8046bbca 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-a11y": "^0.1.2", - "@tanstack/react-devtools": "^0.10.2", + "@tanstack/react-devtools": "^0.10.3", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 087c0c1e..dd59332a 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.3", - "@tanstack/react-devtools": "^0.10.2", + "@tanstack/react-devtools": "^0.10.3", "@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 b5361737..98c455ce 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.3", - "@tanstack/react-devtools": "^0.10.2", + "@tanstack/react-devtools": "^0.10.3", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index c0297859..82a117a5 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.10.2", + "@tanstack/react-devtools": "^0.10.3", "@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 cfaec4ac..83b92f49 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.2", + "@tanstack/react-devtools": "^0.10.3", "@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 a1d867d9..65431e5c 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.10.2", + "@tanstack/react-devtools": "^0.10.3", "@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 6b2ff800..ab25f02a 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.10.2", + "@tanstack/react-devtools": "^0.10.3", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 09a4c128..6d1f2d6f 100644 --- a/examples/solid/a11y-devtools/package.json +++ b/examples/solid/a11y-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-a11y": "workspace:*", - "@tanstack/solid-devtools": "^0.8.2", + "@tanstack/solid-devtools": "^0.8.3", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index d6acc50a..7f60530f 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.8.2", + "@tanstack/solid-devtools": "^0.8.3", "@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 254af6fb..19e9b065 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.1", - "@tanstack/solid-devtools": "^0.8.2", + "@tanstack/solid-devtools": "^0.8.3", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 0d5acf33..b4267c55 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.8.2", + "@tanstack/solid-devtools": "^0.8.3", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 4876e76a..7cfd0cc7 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.11.2", - "@tanstack/vue-devtools": "^0.2.16", + "@tanstack/devtools": "^0.12.0", + "@tanstack/vue-devtools": "^0.2.17", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/angular-devtools/CHANGELOG.md b/packages/angular-devtools/CHANGELOG.md new file mode 100644 index 00000000..38ac47bf --- /dev/null +++ b/packages/angular-devtools/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/angular-devtools + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index d6397ab1..5c30d8e7 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-devtools", - "version": "0.0.1", + "version": "0.0.2", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Angular application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 4f9fa6ab..15cbec44 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.12.0 + +### Minor Changes + +- Adds copy path feature and config to devtools source inspector ([#419](https://github.com/TanStack/devtools/pull/419)) + ## 0.11.2 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 6cc1c581..26ec67cf 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.11.2", + "version": "0.12.0", "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 5f920f5c..2dd9f04c 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.10.3 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index b5ed3a6b..c7aef210 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.10.2", + "version": "0.10.3", "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 159ee3c0..55946204 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.10.3 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index e6c56b0f..4e84d9dc 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.10.2", + "version": "0.10.3", "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 6c131443..ea293879 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 + ## 0.8.2 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 649db412..20d9be57 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.8.2", + "version": "0.8.3", "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 739f7006..a3997378 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.17 + +### Patch Changes + +- Updated dependencies [[`58e66f5`](https://github.com/TanStack/devtools/commit/58e66f5a2680537d0552d75c7e17d6ded62446f3)]: + - @tanstack/devtools@0.12.0 + ## 0.2.16 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 285eed2b..f4a1ccf6 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.16", + "version": "0.2.17", "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 0f16b08c..d79da19f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,7 +108,7 @@ importers: specifier: ^21.2.0 version: 21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(@angular/platform-browser@21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../../packages/angular-devtools '@tanstack/devtools-a11y': specifier: ^0.1.2 @@ -160,7 +160,7 @@ importers: specifier: ^21.2.0 version: 21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(@angular/platform-browser@21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -209,10 +209,10 @@ importers: specifier: ^21.2.0 version: 21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(@angular/platform-browser@21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../../packages/angular-devtools '@tanstack/devtools': - specifier: ^0.11.2 + specifier: ^0.12.0 version: link:../../../packages/devtools '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -269,7 +269,7 @@ importers: specifier: ^21.2.0 version: 21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(@angular/platform-browser@21.2.8(@angular/common@21.2.8(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.8(@angular/compiler@21.2.8)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -359,7 +359,7 @@ importers: specifier: ^0.1.2 version: link:../../../packages/devtools-a11y '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -393,7 +393,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -602,7 +602,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -627,7 +627,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -682,7 +682,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -740,7 +740,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -819,7 +819,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.2 + specifier: ^0.10.3 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -865,7 +865,7 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-a11y '@tanstack/solid-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -887,7 +887,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -924,7 +924,7 @@ importers: specifier: 0.5.1 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -949,7 +949,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vinxi@0.5.11(@types/node@22.19.15)(db0@0.3.4(drizzle-orm@0.44.7(pg@8.20.0)))(drizzle-orm@0.44.7(pg@8.20.0))(ioredis@5.10.1)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(rolldown@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1))(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.6.1)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) '@tanstack/solid-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -961,10 +961,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.11.2 + specifier: ^0.12.0 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.16 + specifier: ^0.2.17 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5