diff --git a/.changeset/inspect-hotkey-default.md b/.changeset/inspect-hotkey-default.md deleted file mode 100644 index 2d21c3f2..00000000 --- a/.changeset/inspect-hotkey-default.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Changed default `inspectHotkey` from `["Shift", "CtrlOrMeta"]` to `["Shift", "Alt", "CtrlOrMeta"]` to avoid conflicts with browser shortcuts (Ctrl/Cmd + Shift + Click opens links in new tabs). diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 1199d5e3..ed0984c1 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.5", "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.9.6", + "@tanstack/react-devtools": "^0.9.7", "@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 46d49d41..75c54a86 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.0", - "@tanstack/react-devtools": "^0.9.6", + "@tanstack/react-devtools": "^0.9.7", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 000b657d..174a3189 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.6", + "@tanstack/react-devtools": "^0.9.7", "@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 1d3a54f9..d28bcc3b 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.9.6", + "@tanstack/react-devtools": "^0.9.7", "@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 06951c6d..538d3359 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.6", + "@tanstack/react-devtools": "^0.9.7", "@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 00131af3..36d51ec2 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.6", + "@tanstack/react-devtools": "^0.9.7", "@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 929010ad..e4b56e82 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.26", + "@tanstack/solid-devtools": "^0.7.27", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index ea28d57f..fc71f331 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.26", + "@tanstack/solid-devtools": "^0.7.27", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index f54cccba..40df9040 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.7", - "@tanstack/vue-devtools": "^0.2.6", + "@tanstack/devtools": "^0.10.8", + "@tanstack/vue-devtools": "^0.2.7", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index f2c91863..2301716c 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.10.8 + +### Patch Changes + +- Changed default `inspectHotkey` from `["Shift", "CtrlOrMeta"]` to `["Shift", "Alt", "CtrlOrMeta"]` to avoid conflicts with browser shortcuts (Ctrl/Cmd + Shift + Click opens links in new tabs). ([#357](https://github.com/TanStack/devtools/pull/357)) + ## 0.10.7 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 50acc092..6cb4a55e 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.7", + "version": "0.10.8", "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 8b1f7f36..0b827e12 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.12 + +### Patch Changes + +- Updated dependencies [[`d05a9af`](https://github.com/TanStack/devtools/commit/d05a9afb590503b464c584fd7f8314c50eb88339)]: + - @tanstack/devtools@0.10.8 + ## 0.9.11 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index fedd2786..f13b5ba1 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.11", + "version": "0.9.12", "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 f48e5de9..492f721d 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.7 + +### Patch Changes + +- Updated dependencies [[`d05a9af`](https://github.com/TanStack/devtools/commit/d05a9afb590503b464c584fd7f8314c50eb88339)]: + - @tanstack/devtools@0.10.8 + ## 0.9.6 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index ebcaa619..144233ef 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.6", + "version": "0.9.7", "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 08e071e8..776b4b56 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.27 + +### Patch Changes + +- Updated dependencies [[`d05a9af`](https://github.com/TanStack/devtools/commit/d05a9afb590503b464c584fd7f8314c50eb88339)]: + - @tanstack/devtools@0.10.8 + ## 0.7.26 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 6cbe0ce1..0ac724dd 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.26", + "version": "0.7.27", "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 6a13e5ae..703dac64 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.7 + +### Patch Changes + +- Updated dependencies [[`d05a9af`](https://github.com/TanStack/devtools/commit/d05a9afb590503b464c584fd7f8314c50eb88339)]: + - @tanstack/devtools@0.10.8 + ## 0.2.6 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 5dc454e0..ad0595b8 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.6", + "version": "0.2.7", "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 a510c8e8..a0a289f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,7 +151,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.6 + specifier: ^0.9.7 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -360,7 +360,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.6 + specifier: ^0.9.7 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.6 + specifier: ^0.9.7 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -440,7 +440,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.6 + specifier: ^0.9.7 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.6 + specifier: ^0.9.7 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.6 + specifier: ^0.9.7 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.26 + specifier: ^0.7.27 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -657,7 +657,7 @@ importers: specifier: ^1.2.0 version: 1.2.0(@testing-library/jest-dom@6.9.1)(solid-js@1.9.10)(vinxi@0.5.8(fbcbceb2354544d80be2ec20ce31947a))(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-devtools': - specifier: ^0.7.26 + specifier: ^0.7.27 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -669,10 +669,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.7 + specifier: ^0.10.8 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.6 + specifier: ^0.2.7 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5