diff --git a/.changeset/curly-bikes-play.md b/.changeset/curly-bikes-play.md deleted file mode 100644 index fa0a684f..00000000 --- a/.changeset/curly-bikes-play.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@tanstack/devtools-event-client': patch -'@tanstack/devtools-client': patch -'@tanstack/devtools-vite': patch -'@tanstack/devtools': patch ---- - -Number of improvements to various parts of the DevTools: - -- Update event client to allow users to disable it -- Allow trigger to be completely hidden -- Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite. -- Fix bugs inside of the DevTools like plugins being nuked on page refresh. diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index a17cd8b7..12b59a64 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-client": "0.0.1", - "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.4", + "@tanstack/devtools-client": "0.0.2", + "@tanstack/devtools-event-client": "0.3.3", + "@tanstack/react-devtools": "^0.7.5", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", @@ -22,7 +22,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.1", - "@tanstack/devtools-vite": "0.3.5", + "@tanstack/devtools-vite": "0.3.6", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.7.0", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 0eff23ee..feec3985 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.4", + "@tanstack/devtools-event-client": "0.3.3", + "@tanstack/react-devtools": "^0.7.5", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index ae9f6745..33ffa153 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.7.4", + "@tanstack/react-devtools": "^0.7.5", "@tanstack/react-router": "^1.131.50", "@tanstack/react-router-devtools": "^1.131.50", "@tanstack/react-start": "1.132.0-alpha.25", @@ -16,7 +16,7 @@ "react-dom": "19.1.1" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.5", + "@tanstack/devtools-vite": "0.3.6", "@types/node": "^22.15.2", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 3fae72cf..ca8e6343 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.4", + "@tanstack/devtools-event-client": "0.3.3", + "@tanstack/react-devtools": "^0.7.5", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.1", - "@tanstack/devtools-vite": "0.3.5", + "@tanstack/devtools-vite": "0.3.6", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.7.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 43a585fa..b5abef67 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -23,8 +23,8 @@ "@prisma/studio-core": "^0.5.3", "@tailwindcss/vite": "^4.1.13", "@tanstack/devtools-event-bus": "^0.3.2", - "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.4", + "@tanstack/devtools-event-client": "0.3.3", + "@tanstack/react-devtools": "^0.7.5", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", @@ -41,7 +41,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.5", + "@tanstack/devtools-vite": "0.3.6", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.13", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 4e2d64c0..0073fb2a 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.7.4", + "@tanstack/react-devtools": "^0.7.5", "@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 f0fc833d..c82ad26d 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.4", + "@tanstack/solid-devtools": "^0.7.5", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.5", + "@tanstack/devtools-vite": "0.3.6", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 18cb7548..be4ecf7f 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.4", + "@tanstack/solid-devtools": "^0.7.5", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/packages/devtools-client/CHANGELOG.md b/packages/devtools-client/CHANGELOG.md new file mode 100644 index 00000000..662edf35 --- /dev/null +++ b/packages/devtools-client/CHANGELOG.md @@ -0,0 +1,14 @@ +# @tanstack/devtools-client + +## 0.0.2 + +### Patch Changes + +- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162)) + - Update event client to allow users to disable it + - Allow trigger to be completely hidden + - Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite. + - Fix bugs inside of the DevTools like plugins being nuked on page refresh. + +- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]: + - @tanstack/devtools-event-client@0.3.3 diff --git a/packages/devtools-client/package.json b/packages/devtools-client/package.json index c4df57fd..644a26d0 100644 --- a/packages/devtools-client/package.json +++ b/packages/devtools-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-client", - "version": "0.0.1", + "version": "0.0.2", "description": "TanStack Devtools client that is used to interact with the event system produced by the Devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 0c1b5464..6e577848 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,18 @@ # @tanstack/devtools-event-client +## 0.3.6 + +### Patch Changes + +- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162)) + - Update event client to allow users to disable it + - Allow trigger to be completely hidden + - Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite. + - Fix bugs inside of the DevTools like plugins being nuked on page refresh. + +- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]: + - @tanstack/devtools-client@0.0.2 + ## 0.3.5 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 22d87c32..22f36df4 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.5", + "version": "0.3.6", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 19cac957..6510ea0d 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/devtools +## 0.6.19 + +### Patch Changes + +- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162)) + - Update event client to allow users to disable it + - Allow trigger to be completely hidden + - Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite. + - Fix bugs inside of the DevTools like plugins being nuked on page refresh. + ## 0.6.18 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 6d474b6c..3bcf5db9 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.18", + "version": "0.6.19", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/event-bus-client/CHANGELOG.md b/packages/event-bus-client/CHANGELOG.md index 6c6bd022..ffe4bb4c 100644 --- a/packages/event-bus-client/CHANGELOG.md +++ b/packages/event-bus-client/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/devtools-event-client +## 0.3.3 + +### Patch Changes + +- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162)) + - Update event client to allow users to disable it + - Allow trigger to be completely hidden + - Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite. + - Fix bugs inside of the DevTools like plugins being nuked on page refresh. + ## 0.3.2 ### Patch Changes diff --git a/packages/event-bus-client/package.json b/packages/event-bus-client/package.json index 874cced8..fcad6951 100644 --- a/packages/event-bus-client/package.json +++ b/packages/event-bus-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-event-client", - "version": "0.3.2", + "version": "0.3.3", "description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index ce3a9982..39cadbff 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.7.5 + +### Patch Changes + +- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]: + - @tanstack/devtools@0.6.19 + ## 0.7.4 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index b0db1858..ff0374a4 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.7.4", + "version": "0.7.5", "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 d235ccc7..524e555a 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.5 + +### Patch Changes + +- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]: + - @tanstack/devtools@0.6.19 + ## 0.7.4 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 153d2dee..83a8f5ad 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.4", + "version": "0.7.5", "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 bc568e0e..b2f03c94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,13 +80,13 @@ importers: examples/react/basic: dependencies: '@tanstack/devtools-client': - specifier: 0.0.1 + specifier: 0.0.2 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.3.2 + specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -114,7 +114,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -138,10 +138,10 @@ importers: examples/react/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.3.2 + specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -166,7 +166,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -185,7 +185,7 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -218,10 +218,10 @@ importers: examples/react/https: dependencies: '@tanstack/devtools-event-client': - specifier: 0.3.2 + specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -249,7 +249,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -297,10 +297,10 @@ importers: specifier: ^0.3.2 version: link:../../../packages/event-bus '@tanstack/devtools-event-client': - specifier: 0.3.2 + specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -346,7 +346,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.1 @@ -382,15 +382,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.7.4 + specifier: ^0.7.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -433,7 +431,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -452,7 +450,7 @@ importers: version: 1.9.9 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.5 + specifier: 0.3.6 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -470,7 +468,7 @@ importers: specifier: ^1.2.0 version: 1.2.0(@testing-library/jest-dom@6.8.0)(solid-js@1.9.9)(vinxi@0.5.8(@netlify/blobs@9.1.2)(@types/node@22.15.2)(db0@0.3.2(drizzle-orm@0.44.5(@opentelemetry/api@1.9.0)(@prisma/client@6.16.2(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2))(typescript@5.9.2))(pg@8.16.3)(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2))))(drizzle-orm@0.44.5(@opentelemetry/api@1.9.0)(@prisma/client@6.16.2(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2))(typescript@5.9.2))(pg@8.16.3)(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2)))(encoding@0.1.13)(ioredis@5.6.1)(jiti@2.5.1)(lightningcss@1.30.1)(rolldown@1.0.0-beta.32)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vite@7.1.7(@types/node@22.15.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)) '@tanstack/solid-devtools': - specifier: ^0.7.4 + specifier: ^0.7.5 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9