From f13226b929809941a0d32cfa35f6a5097df0b897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:24:47 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/new-paths-stay.md | 9 ------ examples/preact/basic/package.json | 2 +- examples/react/basic/package.json | 4 +-- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 4 +-- examples/react/https/package.json | 4 +-- examples/react/start/package.json | 4 +-- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 4 +-- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 +-- packages/devtools-utils/CHANGELOG.md | 6 ++++ packages/devtools-utils/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 11 +++++++ packages/devtools-vite/package.json | 2 +- packages/devtools/CHANGELOG.md | 7 +++++ packages/devtools/package.json | 2 +- packages/event-bus/CHANGELOG.md | 6 ++++ packages/event-bus/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 +++++ packages/preact-devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 11 +++++++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 7 +++++ packages/solid-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 11 +++++++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++----------- 28 files changed, 106 insertions(+), 49 deletions(-) delete mode 100644 .changeset/new-paths-stay.md diff --git a/.changeset/new-paths-stay.md b/.changeset/new-paths-stay.md deleted file mode 100644 index 041270bd..00000000 --- a/.changeset/new-paths-stay.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@tanstack/devtools-utils': minor -'@tanstack/react-devtools': minor -'@tanstack/devtools-vite': minor -'@tanstack/vue-devtools': minor -'@tanstack/devtools-event-bus': minor ---- - -fix issues with apps dying if the server port is not available for the event bus diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index 0f55dd1b..f591835a 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.3.12", + "@tanstack/devtools-vite": "0.4.0", "sonda": "0.9.0", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3" diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 4ce95634..f9f0807d 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.5", "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.8.6", + "@tanstack/react-devtools": "^0.9.0", "@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.12", + "@tanstack/devtools-vite": "0.4.0", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 9c433090..c1e6adc0 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.4.0", - "@tanstack/react-devtools": "^0.8.6", + "@tanstack/react-devtools": "^0.9.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 2953a11f..86b3095f 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.6", + "@tanstack/react-devtools": "^0.9.0", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", @@ -16,7 +16,7 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.12", + "@tanstack/devtools-vite": "0.4.0", "@types/node": "^22.15.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 48fcfa38..305e92f1 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.8.6", + "@tanstack/react-devtools": "^0.9.0", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.3.12", + "@tanstack/devtools-vite": "0.4.0", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.4", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 9c0be154..a7422c8a 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.8.6", + "@tanstack/react-devtools": "^0.9.0", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", @@ -25,7 +25,7 @@ "vite-tsconfig-paths": "^6.0.2" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.12", + "@tanstack/devtools-vite": "0.4.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 0322e8dc..77880f9b 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.6", + "@tanstack/react-devtools": "^0.9.0", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1639f863..a7570b4c 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.19", + "@tanstack/solid-devtools": "^0.7.20", "@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.12", + "@tanstack/devtools-vite": "0.4.0", "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 e91371d4..816d2e38 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.19", + "@tanstack/solid-devtools": "^0.7.20", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index ca550056..d9d364c3 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.10.0", - "@tanstack/vue-devtools": "^0.1.4", + "@tanstack/devtools": "^0.10.1", + "@tanstack/vue-devtools": "^0.2.0", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 48d3eb62..46bc13e9 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.2.0 + +### Minor Changes + +- fix issues with apps dying if the server port is not available for the event bus ([#297](https://github.com/TanStack/devtools/pull/297)) + ## 0.1.0 ### Minor Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 9182bd49..ef0f83eb 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.1.0", + "version": "0.2.0", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 855a2be5..aa9464ff 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/devtools-event-client +## 0.4.0 + +### Minor Changes + +- fix issues with apps dying if the server port is not available for the event bus ([#297](https://github.com/TanStack/devtools/pull/297)) + +### Patch Changes + +- Updated dependencies [[`bf1d590`](https://github.com/TanStack/devtools/commit/bf1d590c34d578193457e4cba6f714b4acb72b00)]: + - @tanstack/devtools-event-bus@0.4.0 + ## 0.3.12 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index c3ea2e2c..738961bc 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.12", + "version": "0.4.0", "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 d5fd4546..e501e32f 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.10.1 + +### Patch Changes + +- Updated dependencies [[`bf1d590`](https://github.com/TanStack/devtools/commit/bf1d590c34d578193457e4cba6f714b4acb72b00)]: + - @tanstack/devtools-event-bus@0.4.0 + ## 0.10.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 9ec720f6..ac70188e 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.0", + "version": "0.10.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/CHANGELOG.md b/packages/event-bus/CHANGELOG.md index 173eedbd..b90b73b1 100644 --- a/packages/event-bus/CHANGELOG.md +++ b/packages/event-bus/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-bus +## 0.4.0 + +### Minor Changes + +- fix issues with apps dying if the server port is not available for the event bus ([#297](https://github.com/TanStack/devtools/pull/297)) + ## 0.3.3 ### Patch Changes diff --git a/packages/event-bus/package.json b/packages/event-bus/package.json index 31784e98..00089f28 100644 --- a/packages/event-bus/package.json +++ b/packages/event-bus/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-event-bus", - "version": "0.3.3", + "version": "0.4.0", "description": "TanStack Event Bus is a lightweight event bus for TanStack Devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index d4924d50..65d661d1 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.5 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.1 + ## 0.9.4 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index af843697..35597a84 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.4", + "version": "0.9.5", "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 31102670..2ba8b4a3 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-devtools +## 0.9.0 + +### Minor Changes + +- fix issues with apps dying if the server port is not available for the event bus ([#297](https://github.com/TanStack/devtools/pull/297)) + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.1 + ## 0.8.6 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 2948d339..3a18cf59 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.6", + "version": "0.9.0", "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 5d6836db..e022a90a 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.20 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.1 + ## 0.7.19 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 6cd3a886..a25861cf 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.19", + "version": "0.7.20", "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 133538b5..094e92c1 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-devtools +## 0.2.0 + +### Minor Changes + +- fix issues with apps dying if the server port is not available for the event bus ([#297](https://github.com/TanStack/devtools/pull/297)) + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.1 + ## 0.1.4 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index a5f9d722..05c50983 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.1.4", + "version": "0.2.0", "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 dfd4a0f4..4f52388b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,7 +111,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -151,7 +151,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 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.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -212,7 +212,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -237,7 +237,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -256,7 +256,7 @@ importers: version: 19.2.3(react@19.2.3) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -292,7 +292,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 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.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -350,7 +350,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -387,7 +387,7 @@ importers: version: 6.0.3(typescript@5.9.3)(vite@7.3.0(@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)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -429,7 +429,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.6 + specifier: ^0.9.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -472,7 +472,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.19 + specifier: ^0.7.20 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -491,7 +491,7 @@ importers: version: 1.9.10 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.12 + specifier: 0.4.0 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -509,7 +509,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(fbcbceb2354544d80be2ec20ce31947a))(vite@7.3.0(@types/node@24.10.4)(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.19 + specifier: ^0.7.20 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -521,10 +521,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.1.4 + specifier: ^0.2.0 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5