diff --git a/.changeset/curly-news-work.md b/.changeset/curly-news-work.md deleted file mode 100644 index 92378511..00000000 --- a/.changeset/curly-news-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': minor ---- - -add inspectHotkey to devtools configuration diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 45a08a92..ccef96b0 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.4", "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.2", + "@tanstack/react-devtools": "^0.8.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 1c600f34..7d83b4d7 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.3.5", - "@tanstack/react-devtools": "^0.8.2", + "@tanstack/react-devtools": "^0.8.3", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 5fc14b79..bb64dbce 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.8.2", + "@tanstack/react-devtools": "^0.8.3", "@tanstack/react-router": "^1.131.50", "@tanstack/react-router-devtools": "^1.131.50", "@tanstack/react-start": "1.132.0-alpha.25", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 28deb50a..577972a7 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.2", + "@tanstack/react-devtools": "^0.8.3", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 83adbdb4..24f765a9 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -24,7 +24,7 @@ "@tailwindcss/vite": "^4.1.13", "@tanstack/devtools-event-bus": "^0.3.3", "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.2", + "@tanstack/react-devtools": "^0.8.3", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index ff3e23aa..c6af5f39 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.8.2", + "@tanstack/react-devtools": "^0.8.3", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1395e4b8..9a9de23c 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.15", + "@tanstack/solid-devtools": "^0.7.16", "@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 221b9de3..f2b5325a 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.15", + "@tanstack/solid-devtools": "^0.7.16", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index c1fd2ba0..59a6d6b0 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.6.22", - "@tanstack/vue-devtools": "^0.1.0", + "@tanstack/devtools": "^0.9.0", + "@tanstack/vue-devtools": "^0.1.1", "@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 21acea58..d9101759 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.9.0 + +### Minor Changes + +- add inspectHotkey to devtools configuration ([#275](https://github.com/TanStack/devtools/pull/275)) + ## 0.8.2 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 92e7bcea..d6067c50 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.8.2", + "version": "0.9.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 6b2f4819..827823f9 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`6d3bdc0`](https://github.com/TanStack/devtools/commit/6d3bdc045637503e7ddfe5253ad5f2dbaa27f593)]: + - @tanstack/devtools@0.9.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index b8339e4d..a569956c 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.0", + "version": "0.9.1", "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 1322e6fc..05a4264f 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`6d3bdc0`](https://github.com/TanStack/devtools/commit/6d3bdc045637503e7ddfe5253ad5f2dbaa27f593)]: + - @tanstack/devtools@0.9.0 + ## 0.8.2 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 5fc870e5..0ef46161 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.2", + "version": "0.8.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 cd78c835..ed340fd8 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.16 + +### Patch Changes + +- Updated dependencies [[`6d3bdc0`](https://github.com/TanStack/devtools/commit/6d3bdc045637503e7ddfe5253ad5f2dbaa27f593)]: + - @tanstack/devtools@0.9.0 + ## 0.7.15 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index e21feab2..f114ab2b 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.15", + "version": "0.7.16", "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 4d288688..da4b15a9 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`6d3bdc0`](https://github.com/TanStack/devtools/commit/6d3bdc045637503e7ddfe5253ad5f2dbaa27f593)]: + - @tanstack/devtools@0.9.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 5ae246bd..4993383d 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.1.0", + "version": "0.1.1", "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 3fe24dab..251b3513 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,7 +151,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -212,7 +212,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -237,7 +237,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -292,7 +292,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -371,7 +371,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -453,15 +453,13 @@ importers: specifier: ^4.2.4 version: 4.2.4 - examples/react/start/generated/prisma: {} - examples/react/time-travel: dependencies: '@tanstack/devtools-event-client': specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.2 + specifier: ^0.8.3 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -504,7 +502,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.15 + specifier: ^0.7.16 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -541,7 +539,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(@netlify/blobs@9.1.2)(@types/node@22.15.2)(db0@0.3.2(drizzle-orm@0.44.7(@opentelemetry/api@1.9.0)(@prisma/client@6.19.0(prisma@6.19.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.19.0(magicast@0.3.5)(typescript@5.9.3))))(drizzle-orm@0.44.7(@opentelemetry/api@1.9.0)(@prisma/client@6.19.0(prisma@6.19.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.19.0(magicast@0.3.5)(typescript@5.9.3)))(encoding@0.1.13)(ioredis@5.6.1)(jiti@2.6.1)(lightningcss@1.30.2)(rolldown@1.0.0-beta.32)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(vite@7.2.6(@types/node@22.15.2)(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.15 + specifier: ^0.7.16 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -553,10 +551,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.6.22 - version: 0.6.24(csstype@3.2.3)(solid-js@1.9.10) + specifier: ^0.9.0 + version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.1.0 + specifier: ^0.1.1 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5 @@ -3054,14 +3052,6 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 - '@tanstack/devtools-client@0.0.3': - resolution: {integrity: sha512-kl0r6N5iIL3t9gGDRAv55VRM3UIyMKVH83esRGq7xBjYsRLe/BeCIN2HqrlJkObUXQMKhy7i8ejuGOn+bDqDBw==} - engines: {node: '>=18'} - - '@tanstack/devtools-event-bus@0.3.3': - resolution: {integrity: sha512-lWl88uLAz7ZhwNdLH6A3tBOSEuBCrvnY9Fzr5JPdzJRFdM5ZFdyNWz1Bf5l/F3GU57VodrN0KCFi9OA26H5Kpg==} - engines: {node: '>=18'} - '@tanstack/devtools-event-client@0.3.5': resolution: {integrity: sha512-RL1f5ZlfZMpghrCIdzl6mLOFLTuhqmPNblZgBaeKfdtk5rfbjykurv+VfYydOFXj0vxVIoA2d/zT7xfD7Ph8fw==} engines: {node: '>=18'} @@ -3072,12 +3062,6 @@ packages: peerDependencies: solid-js: '>=1.9.7' - '@tanstack/devtools@0.6.24': - resolution: {integrity: sha512-z3J7k1EQ8yoUuUiEP3PtOcGBMz4bl16vFjoDIQ2izicu1yF332qVzth4wswzp7q91mj+RLetKglak7DZGi5ZKw==} - engines: {node: '>=18'} - peerDependencies: - solid-js: '>=1.9.7' - '@tanstack/directive-functions-plugin@1.121.21': resolution: {integrity: sha512-B9z/HbF7gJBaRHieyX7f2uQ4LpLLAVAEutBZipH6w+CYD6RHRJvSVPzECGHF7icFhNWTiJQL2QR6K07s59yzEw==} engines: {node: '>=12'} @@ -10432,17 +10416,6 @@ snapshots: tailwindcss: 4.1.17 vite: 7.2.6(@types/node@22.15.2)(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/devtools-client@0.0.3': - dependencies: - '@tanstack/devtools-event-client': 0.3.5 - - '@tanstack/devtools-event-bus@0.3.3': - dependencies: - ws: 8.18.3 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - '@tanstack/devtools-event-client@0.3.5': {} '@tanstack/devtools-ui@0.4.4(csstype@3.2.3)(solid-js@1.9.10)': @@ -10453,22 +10426,6 @@ snapshots: transitivePeerDependencies: - csstype - '@tanstack/devtools@0.6.24(csstype@3.2.3)(solid-js@1.9.10)': - dependencies: - '@solid-primitives/event-listener': 2.4.3(solid-js@1.9.10) - '@solid-primitives/keyboard': 1.3.3(solid-js@1.9.10) - '@solid-primitives/resize-observer': 2.1.3(solid-js@1.9.10) - '@tanstack/devtools-client': 0.0.3 - '@tanstack/devtools-event-bus': 0.3.3 - '@tanstack/devtools-ui': 0.4.4(csstype@3.2.3)(solid-js@1.9.10) - clsx: 2.1.1 - goober: 2.1.18(csstype@3.2.3) - solid-js: 1.9.10 - transitivePeerDependencies: - - bufferutil - - csstype - - utf-8-validate - '@tanstack/directive-functions-plugin@1.121.21(vite@7.2.6(@types/node@22.15.2)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@babel/code-frame': 7.26.2