From c8e7b70f13d775f8f58d6745c405d77a04241d52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 09:08:26 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/lemon-roses-hammer.md | 5 ----- examples/react/basic/package.json | 2 +- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 2 +- examples/react/https/package.json | 2 +- examples/react/start/package.json | 2 +- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 2 +- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 ++-- packages/devtools/CHANGELOG.md | 6 ++++++ packages/devtools/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 +++++++ packages/preact-devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 7 +++++++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 7 +++++++ packages/solid-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 +++++++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 21 files changed, 59 insertions(+), 30 deletions(-) delete mode 100644 .changeset/lemon-roses-hammer.md diff --git a/.changeset/lemon-roses-hammer.md b/.changeset/lemon-roses-hammer.md deleted file mode 100644 index d09ba6e7..00000000 --- a/.changeset/lemon-roses-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Allow config on the height of the panel diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ce3c3c9a..a695f127 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.4", + "@tanstack/react-devtools": "^0.8.5", "@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 805960d8..a978978d 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.4", + "@tanstack/react-devtools": "^0.8.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 50cb88d3..c990287e 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.4", + "@tanstack/react-devtools": "^0.8.5", "@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 ff758cda..f1959497 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.4", + "@tanstack/react-devtools": "^0.8.5", "@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 ced050b8..f47a8551 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.4.0", - "@tanstack/react-devtools": "^0.8.4", + "@tanstack/react-devtools": "^0.8.5", "@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 57ae5a14..448a59ea 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.4", + "@tanstack/react-devtools": "^0.8.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 a2ba4147..13f40f8c 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.17", + "@tanstack/solid-devtools": "^0.7.18", "@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 c2d13d8d..4f823b4a 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.17", + "@tanstack/solid-devtools": "^0.7.18", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 56d4b1b0..02c91f38 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.1", - "@tanstack/vue-devtools": "^0.1.2", + "@tanstack/devtools": "^0.9.2", + "@tanstack/vue-devtools": "^0.1.3", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index f9d5768c..bafcf615 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.9.2 + +### Patch Changes + +- Allow config on the height of the panel ([#294](https://github.com/TanStack/devtools/pull/294)) + ## 0.9.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2443d412..a86fe824 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.9.1", + "version": "0.9.2", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 68e814b8..e80c08e8 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.3 + +### Patch Changes + +- Updated dependencies [[`28a3f56`](https://github.com/TanStack/devtools/commit/28a3f56a19a08153feb991c2362847c033e00f66)]: + - @tanstack/devtools@0.9.2 + ## 0.9.2 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 0ca08a47..68654f4f 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.2", + "version": "0.9.3", "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 c12a4b7f..9576b90d 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.8.5 + +### Patch Changes + +- Updated dependencies [[`28a3f56`](https://github.com/TanStack/devtools/commit/28a3f56a19a08153feb991c2362847c033e00f66)]: + - @tanstack/devtools@0.9.2 + ## 0.8.4 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 364f9084..e4cf19e7 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.4", + "version": "0.8.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 6d1ca5fa..76b869a9 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.18 + +### Patch Changes + +- Updated dependencies [[`28a3f56`](https://github.com/TanStack/devtools/commit/28a3f56a19a08153feb991c2362847c033e00f66)]: + - @tanstack/devtools@0.9.2 + ## 0.7.17 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index abfdaac0..14e0428d 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.17", + "version": "0.7.18", "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 6bb3e3e5..57c1b4bd 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`28a3f56`](https://github.com/TanStack/devtools/commit/28a3f56a19a08153feb991c2362847c033e00f66)]: + - @tanstack/devtools@0.9.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 463a50e9..66595f21 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.1.2", + "version": "0.1.3", "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 ef792d74..a09b1c36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,7 +151,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -212,7 +212,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 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.4 + specifier: ^0.8.5 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -292,7 +292,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -371,7 +371,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -459,7 +459,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 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.17 + specifier: ^0.7.18 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -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.17 + specifier: ^0.7.18 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.1 + specifier: ^0.9.2 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.1.2 + specifier: ^0.1.3 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5