From 8834a7a5f388a1cd041c3ea4cd14c71257653456 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Sep 2025 11:36:41 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/moody-geese-mix.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 +- packages/devtools/CHANGELOG.md | 6 ++++++ 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 | 16 ++++++++-------- 16 files changed, 39 insertions(+), 24 deletions(-) delete mode 100644 .changeset/moody-geese-mix.md diff --git a/.changeset/moody-geese-mix.md b/.changeset/moody-geese-mix.md deleted file mode 100644 index 47d543ad..00000000 --- a/.changeset/moody-geese-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -add new tantack logo diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 30a38efe..44eff9f3 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.3", - "@tanstack/react-devtools": "^0.6.4", + "@tanstack/react-devtools": "^0.6.5", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 6d3df76d..78ef7212 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.2.3", - "@tanstack/react-devtools": "^0.6.4", + "@tanstack/react-devtools": "^0.6.5", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 6f266d60..4965c894 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.6.4", + "@tanstack/react-devtools": "^0.6.5", "@tanstack/react-router": "^1.131.2", "@tanstack/react-router-devtools": "^1.131.2", "@tanstack/react-start": "^1.131.2", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 26c8a266..0937d028 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.3", - "@tanstack/react-devtools": "^0.6.4", + "@tanstack/react-devtools": "^0.6.5", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 7797c11d..9c23e0e9 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-bus": "^0.3.2", "@tanstack/devtools-event-client": "^0.2.3", - "@tanstack/react-devtools": "^0.6.4", + "@tanstack/react-devtools": "^0.6.5", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 47303002..97212c82 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.6.4", + "@tanstack/react-devtools": "^0.6.5", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 74157177..7f63855a 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.6.4", + "@tanstack/solid-devtools": "^0.6.5", "@tanstack/solid-query": "^5.83.0", "@tanstack/solid-query-devtools": "^5.83.0", "@tanstack/solid-router": "^1.129.8", diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 8ac47ffb..01b321bb 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.1.0", - "@tanstack/solid-devtools": "^0.6.4", + "@tanstack/solid-devtools": "^0.6.5", "solid-js": "^1.9.7", "vinxi": "^0.5.7" }, diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 28b79d6b..a65863fd 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.6.9 + +### Patch Changes + +- add new tantack logo ([#113](https://github.com/TanStack/devtools/pull/113)) + ## 0.6.8 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 0466a41e..2e63afb8 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.8", + "version": "0.6.9", "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 4dd9acbf..a1aee00c 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.6.5 + +### Patch Changes + +- Updated dependencies [[`42d883d`](https://github.com/TanStack/devtools/commit/42d883dff07e622c4f1c16e9559bf00fcdd27572)]: + - @tanstack/devtools@0.6.9 + ## 0.6.4 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index fa30b4a8..4497561a 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.6.4", + "version": "0.6.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 262af999..d984e2a9 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.6.5 + +### Patch Changes + +- Updated dependencies [[`42d883d`](https://github.com/TanStack/devtools/commit/42d883dff07e622c4f1c16e9559bf00fcdd27572)]: + - @tanstack/devtools@0.6.9 + ## 0.6.4 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 708fbd85..0d359de6 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.6.4", + "version": "0.6.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 0e7b1ade..e74fd1d2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,7 +78,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -130,7 +130,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools react: specifier: ^19.1.0 @@ -155,7 +155,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.2 @@ -210,7 +210,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -280,7 +280,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -365,7 +365,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -408,7 +408,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.83.0 @@ -445,7 +445,7 @@ importers: specifier: ^1.1.0 version: 1.1.7(@testing-library/jest-dom@6.6.3)(solid-js@1.9.7)(vinxi@0.5.8(@netlify/blobs@9.1.2)(@types/node@22.15.2)(db0@0.3.2(drizzle-orm@0.44.5(@prisma/client@6.13.0(prisma@6.13.0(magicast@0.3.5)(typescript@5.8.3))(typescript@5.8.3))(pg@8.16.3)(prisma@6.13.0(magicast@0.3.5)(typescript@5.8.3))))(drizzle-orm@0.44.5(@prisma/client@6.13.0(prisma@6.13.0(magicast@0.3.5)(typescript@5.8.3))(typescript@5.8.3))(pg@8.16.3)(prisma@6.13.0(magicast@0.3.5)(typescript@5.8.3)))(ioredis@5.6.1)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vite@7.0.6(@types/node@22.15.2)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)) '@tanstack/solid-devtools': - specifier: ^0.6.4 + specifier: ^0.6.5 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.7