diff --git a/.changeset/real-weeks-relax.md b/.changeset/real-weeks-relax.md deleted file mode 100644 index 4d7ff56e..00000000 --- a/.changeset/real-weeks-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-event-client': minor ---- - -fix memory leak and add internal event emission diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index ad8f091b..0f55dd1b 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-client": "0.0.4", - "@tanstack/devtools-event-client": "0.3.5", + "@tanstack/devtools-client": "0.0.5", + "@tanstack/devtools-event-client": "0.4.0", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0", "zod": "^4.1.11" @@ -18,7 +18,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.3.11", + "@tanstack/devtools-vite": "0.3.12", "sonda": "0.9.0", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3" diff --git a/examples/preact/custom-devtools/package.json b/examples/preact/custom-devtools/package.json index a7b2ffc2..b3da96c7 100644 --- a/examples/preact/custom-devtools/package.json +++ b/examples/preact/custom-devtools/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.3.5", + "@tanstack/devtools-event-client": "0.4.0", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ccef96b0..ce3c3c9a 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.4", - "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.3", + "@tanstack/devtools-client": "0.0.5", + "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/react-devtools": "^0.8.4", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", @@ -23,7 +23,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.3.11", + "@tanstack/devtools-vite": "0.3.12", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 7d83b4d7..805960d8 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.5", - "@tanstack/react-devtools": "^0.8.3", + "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/react-devtools": "^0.8.4", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index bb64dbce..50cb88d3 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.3", + "@tanstack/react-devtools": "^0.8.4", "@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.11", + "@tanstack/devtools-vite": "0.3.12", "@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 577972a7..ff758cda 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.5", - "@tanstack/react-devtools": "^0.8.3", + "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/react-devtools": "^0.8.4", "@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.4", - "@tanstack/devtools-vite": "0.3.11", + "@tanstack/devtools-vite": "0.3.12", "@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 24f765a9..ced050b8 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.3", - "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.3", + "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/react-devtools": "^0.8.4", "@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.11", + "@tanstack/devtools-vite": "0.3.12", "@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 c6af5f39..57ae5a14 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.3", + "@tanstack/react-devtools": "^0.8.4", "@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 9a9de23c..a2ba4147 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.16", + "@tanstack/solid-devtools": "^0.7.17", "@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.11", + "@tanstack/devtools-vite": "0.3.12", "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 f2b5325a..c2d13d8d 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.16", + "@tanstack/solid-devtools": "^0.7.17", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 59a6d6b0..56d4b1b0 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.9.0", - "@tanstack/vue-devtools": "^0.1.1", + "@tanstack/devtools": "^0.9.1", + "@tanstack/vue-devtools": "^0.1.2", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-client/CHANGELOG.md b/packages/devtools-client/CHANGELOG.md index 5c024dd3..ddd631b6 100644 --- a/packages/devtools-client/CHANGELOG.md +++ b/packages/devtools-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-client +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`369a438`](https://github.com/TanStack/devtools/commit/369a4387763c661fce3639bbcb53e96ca2bb348c)]: + - @tanstack/devtools-event-client@0.4.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/devtools-client/package.json b/packages/devtools-client/package.json index fac42b34..689051f7 100644 --- a/packages/devtools-client/package.json +++ b/packages/devtools-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-client", - "version": "0.0.4", + "version": "0.0.5", "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 1df136f3..855a2be5 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-event-client +## 0.3.12 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools-client@0.0.5 + ## 0.3.11 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 39d9e9f0..49f03b5c 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.11", + "version": "0.3.12", "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 d9101759..f9d5768c 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.9.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools-client@0.0.5 + ## 0.9.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index d6067c50..15f2a0f7 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.9.0", + "version": "0.9.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/event-bus-client/CHANGELOG.md b/packages/event-bus-client/CHANGELOG.md index 845f30de..b9eacfea 100644 --- a/packages/event-bus-client/CHANGELOG.md +++ b/packages/event-bus-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.4.0 + +### Minor Changes + +- fix memory leak and add internal event emission ([#286](https://github.com/TanStack/devtools/pull/286)) + ## 0.3.5 ### Patch Changes diff --git a/packages/event-bus-client/package.json b/packages/event-bus-client/package.json index 3217764d..3e18843d 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.5", + "version": "0.4.0", "description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 827823f9..68e814b8 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.9.1 + ## 0.9.1 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index a569956c..fc93b058 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.1", + "version": "0.9.2", "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 05a4264f..c12a4b7f 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.8.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.9.1 + ## 0.8.3 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 0ef46161..04381f6f 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.3", + "version": "0.8.4", "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 ed340fd8..6d1ca5fa 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.17 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.9.1 + ## 0.7.16 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index f114ab2b..b431ad2b 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.16", + "version": "0.7.17", "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 da4b15a9..6bb3e3e5 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.1.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.9.1 + ## 0.1.1 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 4993383d..d3f35a3c 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.1.1", + "version": "0.1.2", "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 251b3513..471ad58c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,10 +89,10 @@ importers: examples/preact/basic: dependencies: '@tanstack/devtools-client': - specifier: 0.0.4 + specifier: 0.0.5 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -111,7 +111,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -126,7 +126,7 @@ importers: examples/preact/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -145,13 +145,13 @@ importers: examples/react/basic: dependencies: '@tanstack/devtools-client': - specifier: 0.0.4 + specifier: 0.0.5 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.3 + specifier: ^0.8.4 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -182,7 +182,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -209,10 +209,10 @@ importers: examples/react/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.8.4 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -256,7 +256,7 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -289,10 +289,10 @@ importers: examples/react/https: dependencies: '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.3 + specifier: ^0.8.4 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -320,7 +320,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -368,10 +368,10 @@ importers: specifier: ^0.3.3 version: link:../../../packages/event-bus '@tanstack/devtools-event-client': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.3 + specifier: ^0.8.4 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -417,7 +417,7 @@ importers: version: 4.1.13 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.1 @@ -459,7 +459,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.3 + specifier: ^0.8.4 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -502,7 +502,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.16 + specifier: ^0.7.17 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -521,7 +521,7 @@ importers: version: 1.9.10 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.11 + specifier: 0.3.12 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -539,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.16 + specifier: ^0.7.17 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -551,10 +551,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.1.1 + specifier: ^0.1.2 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5