diff --git a/.changeset/cruel-beds-look.md b/.changeset/cruel-beds-look.md deleted file mode 100644 index fc0a9df2..00000000 --- a/.changeset/cruel-beds-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -fix issue with react-router and delegated events diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 445876d5..7bbf8541 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.2", - "@tanstack/react-devtools": "^0.5.0", + "@tanstack/react-devtools": "^0.5.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 5d151e5c..78ef1a20 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.2.2", - "@tanstack/react-devtools": "^0.5.0", + "@tanstack/react-devtools": "^0.5.1", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 6c4fd3d0..ba128e23 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-bus": "^0.3.0", "@tanstack/devtools-event-client": "^0.2.2", - "@tanstack/react-devtools": "^0.5.0", + "@tanstack/react-devtools": "^0.5.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 2b3630f8..48a3363c 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.5.0", + "@tanstack/react-devtools": "^0.5.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1e0b6f9e..f11cac0d 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.5.0", + "@tanstack/solid-devtools": "^0.5.1", "@tanstack/solid-query": "^5.83.0", "@tanstack/solid-query-devtools": "^5.83.0", "@tanstack/solid-router": "^1.129.8", diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 661c43b1..9768c814 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.1.0", - "@tanstack/solid-devtools": "^0.5.0", + "@tanstack/solid-devtools": "^0.5.1", "solid-js": "^1.9.7", "vinxi": "^0.5.7" }, diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 2ce1dfd0..d33c2200 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.5.1 + +### Patch Changes + +- fix issue with react-router and delegated events ([#75](https://github.com/TanStack/devtools/pull/75)) + ## 0.5.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 32c36a29..0b8983a4 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.5.0", + "version": "0.5.1", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index b57c1af9..88f80745 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`544d7af`](https://github.com/TanStack/devtools/commit/544d7af30b163b52923dc678602645bb098b3009)]: + - @tanstack/devtools@0.5.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 4637c168..6c228955 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.5.0", + "version": "0.5.1", "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 54cf76af..e3c935d8 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`544d7af`](https://github.com/TanStack/devtools/commit/544d7af30b163b52923dc678602645bb098b3009)]: + - @tanstack/devtools@0.5.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 73db1e23..07b8814f 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.5.0", + "version": "0.5.1", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5df89b4..d9a6f841 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,7 +78,7 @@ importers: specifier: ^0.2.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -127,7 +127,7 @@ importers: specifier: ^0.2.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/react-devtools react: specifier: ^19.1.0 @@ -170,7 +170,7 @@ importers: specifier: ^0.2.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -252,7 +252,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -295,7 +295,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.83.0 @@ -332,7 +332,7 @@ importers: specifier: ^1.1.0 version: 1.1.7(@testing-library/jest-dom@6.6.3)(solid-js@1.9.7)(vinxi@0.5.8(@netlify/blobs@9.1.2)(@types/node@22.15.2)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vite@7.0.6(@types/node@22.15.2)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)) '@tanstack/solid-devtools': - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.7