diff --git a/.changeset/full-humans-create.md b/.changeset/full-humans-create.md deleted file mode 100644 index 00099db1..00000000 --- a/.changeset/full-humans-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -fix config issue diff --git a/.changeset/neat-spies-spend.md b/.changeset/neat-spies-spend.md deleted file mode 100644 index f643437e..00000000 --- a/.changeset/neat-spies-spend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -fixed an issue where SourceInspector was not working when the app is served to a subpath diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 75af1255..3a81d709 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.4", - "@tanstack/react-devtools": "^0.8.0", + "@tanstack/react-devtools": "^0.8.1", "@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 065f92b8..d568066d 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.4", - "@tanstack/react-devtools": "^0.8.0", + "@tanstack/react-devtools": "^0.8.1", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index b61ddfa9..947efc11 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.0", + "@tanstack/react-devtools": "^0.8.1", "@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 d9fc2fbb..29ebd624 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.4", - "@tanstack/react-devtools": "^0.8.0", + "@tanstack/react-devtools": "^0.8.1", "@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 bc5eecfd..341dca09 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.4", - "@tanstack/react-devtools": "^0.8.0", + "@tanstack/react-devtools": "^0.8.1", "@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 111c554d..0c3c9498 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.0", + "@tanstack/react-devtools": "^0.8.1", "@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 37fd2988..4f8928fe 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.13", + "@tanstack/solid-devtools": "^0.7.14", "@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 2e9da2cc..b4704aba 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.13", + "@tanstack/solid-devtools": "^0.7.14", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index b547ba07..c0c2974d 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.0.6 + +### Patch Changes + +- fix config issue ([#259](https://github.com/TanStack/devtools/pull/259)) + ## 0.0.5 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 4cb7cf65..6b5b9c2a 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.0.5", + "version": "0.0.6", "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 e68c8641..2b2ca35e 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.8.1 + +### Patch Changes + +- fixed an issue where SourceInspector was not working when the app is served to a subpath ([#249](https://github.com/TanStack/devtools/pull/249)) + ## 0.8.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2e2b6919..0b529533 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.8.0", + "version": "0.8.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 9388cb6e..c8eb2cab 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.8.1 + +### Patch Changes + +- Updated dependencies [[`096744e`](https://github.com/TanStack/devtools/commit/096744e918a8c76d656f3abb1728ad7390fe8b4b)]: + - @tanstack/devtools@0.8.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index b651e1d9..5ae6d81f 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.0", + "version": "0.8.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 87b8dc92..238a4f45 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.14 + +### Patch Changes + +- Updated dependencies [[`096744e`](https://github.com/TanStack/devtools/commit/096744e918a8c76d656f3abb1728ad7390fe8b4b)]: + - @tanstack/devtools@0.8.1 + ## 0.7.13 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index c3b5dab3..ae58ec90 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.13", + "version": "0.7.14", "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 a3b199ad..56f6d4d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,7 +86,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -147,7 +147,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -172,7 +172,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -227,7 +227,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -306,7 +306,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -394,7 +394,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -437,7 +437,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.13 + specifier: ^0.7.14 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -474,7 +474,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.18.0(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))))(drizzle-orm@0.44.7(@opentelemetry/api@1.9.0)(@prisma/client@6.18.0(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.18.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.1.12(@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.13 + specifier: ^0.7.14 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9