From d953ca7506ae505a5c7cb48c469e71886955f896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:29:41 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/three-queens-stay.md | 5 ---- 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 | 6 ++--- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 4 +-- examples/solid/start/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 7 ++++++ 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/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 | 28 ++++++++++----------- 20 files changed, 67 insertions(+), 38 deletions(-) delete mode 100644 .changeset/three-queens-stay.md diff --git a/.changeset/three-queens-stay.md b/.changeset/three-queens-stay.md deleted file mode 100644 index 8bcbfa44..00000000 --- a/.changeset/three-queens-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-event-bus': patch ---- - -fixed an issue where bigInt was not parsed properly diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 92a2d835..47ed7b1d 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.3", "@tanstack/devtools-event-client": "0.3.3", - "@tanstack/react-devtools": "^0.7.7", + "@tanstack/react-devtools": "^0.7.8", "@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.3", - "@tanstack/devtools-vite": "0.3.9", + "@tanstack/devtools-vite": "0.3.10", "@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 98982487..059a53d6 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.3", - "@tanstack/react-devtools": "^0.7.7", + "@tanstack/react-devtools": "^0.7.8", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index a4b398b1..bd8fac1d 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.7", + "@tanstack/react-devtools": "^0.7.8", "@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.9", + "@tanstack/devtools-vite": "0.3.10", "@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 6b433134..78db61cd 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.3", - "@tanstack/react-devtools": "^0.7.7", + "@tanstack/react-devtools": "^0.7.8", "@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.3", - "@tanstack/devtools-vite": "0.3.9", + "@tanstack/devtools-vite": "0.3.10", "@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 751d0664..7561eb50 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -22,9 +22,9 @@ "@prisma/extension-accelerate": "^2.0.2", "@prisma/studio-core": "^0.5.3", "@tailwindcss/vite": "^4.1.13", - "@tanstack/devtools-event-bus": "^0.3.2", + "@tanstack/devtools-event-bus": "^0.3.3", "@tanstack/devtools-event-client": "0.3.3", - "@tanstack/react-devtools": "^0.7.7", + "@tanstack/react-devtools": "^0.7.8", "@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.9", + "@tanstack/devtools-vite": "0.3.10", "@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 21a68992..cc742fe6 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.7", + "@tanstack/react-devtools": "^0.7.8", "@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 8966dd16..2b1ce2e0 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.7", + "@tanstack/solid-devtools": "^0.7.8", "@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.9", + "@tanstack/devtools-vite": "0.3.10", "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 6769deb2..e7151437 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.7", + "@tanstack/solid-devtools": "^0.7.8", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index e891c9f0..b9e5d161 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-event-client +## 0.3.10 + +### Patch Changes + +- Updated dependencies [[`d0567fc`](https://github.com/TanStack/devtools/commit/d0567fc9b710bec50bce1457e195091ddbe65cac)]: + - @tanstack/devtools-event-bus@0.3.3 + ## 0.3.9 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 584e8a06..cfc7fb98 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.9", + "version": "0.3.10", "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 0e830e5b..d2b8026d 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.6.22 + +### Patch Changes + +- Updated dependencies [[`d0567fc`](https://github.com/TanStack/devtools/commit/d0567fc9b710bec50bce1457e195091ddbe65cac)]: + - @tanstack/devtools-event-bus@0.3.3 + ## 0.6.21 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index c1917121..176794e9 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.21", + "version": "0.6.22", "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 9d1e7b68..173eedbd 100644 --- a/packages/event-bus/CHANGELOG.md +++ b/packages/event-bus/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-bus +## 0.3.3 + +### Patch Changes + +- fixed an issue where bigInt was not parsed properly ([#231](https://github.com/TanStack/devtools/pull/231)) + ## 0.3.2 ### Patch Changes diff --git a/packages/event-bus/package.json b/packages/event-bus/package.json index 0eea42a9..f264e415 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.2", + "version": "0.3.3", "description": "TanStack Event Bus is a lightweight event bus for TanStack Devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index daeee3a7..d32a03ce 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.7.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.6.22 + ## 0.7.7 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 3eb54f63..4f2f5532 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.7.7", + "version": "0.7.8", "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 da28d47b..3c4c49d0 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.6.22 + ## 0.7.7 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 220918c0..d5197cdb 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.7", + "version": "0.7.8", "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 1be02d74..3468698e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,7 +86,7 @@ importers: specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -117,7 +117,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.9 + specifier: 0.3.10 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -147,7 +147,7 @@ importers: specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -172,7 +172,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -191,7 +191,7 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.9 + specifier: 0.3.10 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -227,7 +227,7 @@ importers: specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -255,7 +255,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.9 + specifier: 0.3.10 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -300,13 +300,13 @@ importers: specifier: ^4.1.13 version: 4.1.13(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/devtools-event-bus': - specifier: ^0.3.2 + specifier: ^0.3.3 version: link:../../../packages/event-bus '@tanstack/devtools-event-client': specifier: 0.3.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -352,7 +352,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.9 + specifier: 0.3.10 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.1 @@ -394,7 +394,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -437,7 +437,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.7 + specifier: ^0.7.8 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -456,7 +456,7 @@ importers: version: 1.9.9 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.9 + specifier: 0.3.10 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -474,7 +474,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.7 + specifier: ^0.7.8 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9