From 87303ca1e73f1407b88e1024015b9f653c7035b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:11:57 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/chubby-clowns-walk.md | 5 ----- examples/react/basic/package.json | 4 ++-- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 2 +- examples/react/https/package.json | 4 ++-- 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 +- packages/devtools-ui/CHANGELOG.md | 6 ++++++ packages/devtools-ui/package.json | 2 +- packages/devtools-utils/CHANGELOG.md | 7 +++++++ packages/devtools-utils/package.json | 2 +- packages/devtools/CHANGELOG.md | 7 +++++++ packages/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 +- pnpm-lock.yaml | 20 ++++++++++---------- 20 files changed, 59 insertions(+), 30 deletions(-) delete mode 100644 .changeset/chubby-clowns-walk.md diff --git a/.changeset/chubby-clowns-walk.md b/.changeset/chubby-clowns-walk.md deleted file mode 100644 index 8201e17f..00000000 --- a/.changeset/chubby-clowns-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-ui': minor ---- - -Adds collapsible path prop to devtools-ui, allowing an array of object paths to collapse by default. diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ff99fcac..bd5c5015 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.1", + "@tanstack/react-devtools": "^0.7.2", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", @@ -20,7 +20,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@tanstack/devtools-ui": "0.3.5", + "@tanstack/devtools-ui": "0.4.0", "@tanstack/devtools-vite": "0.3.3", "@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 35e5d851..e275d2a0 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.2", - "@tanstack/react-devtools": "^0.7.1", + "@tanstack/react-devtools": "^0.7.2", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index c11367e5..109a6160 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.1", + "@tanstack/react-devtools": "^0.7.2", "@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 ee45a189..7d624ce2 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.1", + "@tanstack/react-devtools": "^0.7.2", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", @@ -20,7 +20,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@tanstack/devtools-ui": "0.3.5", + "@tanstack/devtools-ui": "0.4.0", "@tanstack/devtools-vite": "0.3.3", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 6f11fd8e..e2ecc7e9 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.2", "@tanstack/devtools-event-client": "0.3.2", - "@tanstack/react-devtools": "^0.7.1", + "@tanstack/react-devtools": "^0.7.2", "@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 8ea1f089..ab4ff050 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.1", + "@tanstack/react-devtools": "^0.7.2", "@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 c879900f..fa36073e 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.1", + "@tanstack/solid-devtools": "^0.7.2", "@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 5fe54702..7b6280cb 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.1", + "@tanstack/solid-devtools": "^0.7.2", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index 67767d96..73e30cc5 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-ui +## 0.4.0 + +### Minor Changes + +- Adds collapsible path prop to devtools-ui, allowing an array of object paths to collapse by default. ([#196](https://github.com/TanStack/devtools/pull/196)) + ## 0.3.5 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 7d9e4f38..d23a6f94 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.3.5", + "version": "0.4.0", "description": "TanStack Devtools UI is a set of UI components for building devtool panels for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 1125d72c..d9d1f7aa 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-utils +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`d409810`](https://github.com/TanStack/devtools/commit/d40981035da7f7be1dceef3770aafad243921b46)]: + - @tanstack/devtools-ui@0.4.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 1c0ee82b..3995c797 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.0.3", + "version": "0.0.4", "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 b251c087..44c9e028 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.6.16 + +### Patch Changes + +- Updated dependencies [[`d409810`](https://github.com/TanStack/devtools/commit/d40981035da7f7be1dceef3770aafad243921b46)]: + - @tanstack/devtools-ui@0.4.0 + ## 0.6.15 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 975c206e..7c06890b 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.15", + "version": "0.6.16", "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 2b439fc0..409bb0f9 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.7.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.6.16 + ## 0.7.1 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 0d93bf41..8eceb29a 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.7.1", + "version": "0.7.2", "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 a81fe016..5b08adb9 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.6.16 + ## 0.7.1 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 23288baa..3cb6c39f 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.1", + "version": "0.7.2", "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 af64922a..3b29a7b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,7 +81,7 @@ importers: specifier: 0.3.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -106,7 +106,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-ui': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.3.3 @@ -136,7 +136,7 @@ importers: specifier: 0.3.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -161,7 +161,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -216,7 +216,7 @@ importers: specifier: 0.3.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -241,7 +241,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-ui': - specifier: 0.3.5 + specifier: 0.4.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.3.3 @@ -295,7 +295,7 @@ importers: specifier: 0.3.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -383,7 +383,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -426,7 +426,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.1 + specifier: ^0.7.2 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -463,7 +463,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.1 + specifier: ^0.7.2 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9