From 2f44ed51773b350c8d8ff0d2d844fa373949ebd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Sep 2025 08:22:17 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/open-ravens-brake.md | 8 -------- examples/react/basic/package.json | 4 ++-- examples/react/custom-devtools/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-ui/CHANGELOG.md | 6 ++++++ packages/devtools-ui/package.json | 2 +- packages/devtools/CHANGELOG.md | 9 +++++++++ packages/devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 11 +++++++++++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 11 +++++++++++ packages/solid-devtools/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 16 files changed, 55 insertions(+), 26 deletions(-) delete mode 100644 .changeset/open-ravens-brake.md diff --git a/.changeset/open-ravens-brake.md b/.changeset/open-ravens-brake.md deleted file mode 100644 index e614751e..00000000 --- a/.changeset/open-ravens-brake.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@tanstack/react-devtools': minor -'@tanstack/solid-devtools': minor -'@tanstack/devtools-ui': patch -'@tanstack/devtools': patch ---- - -added support for dark/light mode diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 03b40152..9b016e54 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.5.5", + "@tanstack/react-devtools": "^0.6.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", @@ -20,7 +20,7 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools-ui": "0.3.3", + "@tanstack/devtools-ui": "0.3.4", "@tanstack/devtools-vite": "0.2.10", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 09a4e1f1..3f5dcb08 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.5.5", + "@tanstack/react-devtools": "^0.6.0", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 1c85f402..513905df 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-bus": "^0.3.1", "@tanstack/devtools-event-client": "^0.2.3", - "@tanstack/react-devtools": "^0.5.5", + "@tanstack/react-devtools": "^0.6.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index a60418bb..051106b8 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.5.5", + "@tanstack/react-devtools": "^0.6.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 14971bc7..0c49af4b 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.5.5", + "@tanstack/solid-devtools": "^0.6.0", "@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 2ec8a481..04249e94 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.5.5", + "@tanstack/solid-devtools": "^0.6.0", "solid-js": "^1.9.7", "vinxi": "^0.5.7" }, diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index 2516987a..c727dd0f 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-ui +## 0.3.4 + +### Patch Changes + +- added support for dark/light mode ([#96](https://github.com/TanStack/devtools/pull/96)) + ## 0.3.3 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 31fd6007..f784e533 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.3.3", + "version": "0.3.4", "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/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 3a10c753..dde11635 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/devtools +## 0.6.4 + +### Patch Changes + +- added support for dark/light mode ([#96](https://github.com/TanStack/devtools/pull/96)) + +- Updated dependencies [[`59ecdb6`](https://github.com/TanStack/devtools/commit/59ecdb663cb9410fabf507df684d767c1d4edf11)]: + - @tanstack/devtools-ui@0.3.4 + ## 0.6.3 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 0fbb8891..4434d632 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.3", + "version": "0.6.4", "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 081c9eaf..c55c391d 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-devtools +## 0.6.0 + +### Minor Changes + +- added support for dark/light mode ([#96](https://github.com/TanStack/devtools/pull/96)) + +### Patch Changes + +- Updated dependencies [[`59ecdb6`](https://github.com/TanStack/devtools/commit/59ecdb663cb9410fabf507df684d767c1d4edf11)]: + - @tanstack/devtools@0.6.4 + ## 0.5.5 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 0519e097..996eda8a 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.5.5", + "version": "0.6.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 8569b5db..b8ff205e 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-devtools +## 0.6.0 + +### Minor Changes + +- added support for dark/light mode ([#96](https://github.com/TanStack/devtools/pull/96)) + +### Patch Changes + +- Updated dependencies [[`59ecdb6`](https://github.com/TanStack/devtools/commit/59ecdb663cb9410fabf507df684d767c1d4edf11)]: + - @tanstack/devtools@0.6.4 + ## 0.5.5 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 337fc313..5152d817 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.5.5", + "version": "0.6.0", "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 17804d6f..b315369e 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.5.5 + specifier: ^0.6.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -103,7 +103,7 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools-ui': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.2.10 @@ -130,7 +130,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.5 + specifier: ^0.6.0 version: link:../../../packages/react-devtools react: specifier: ^19.1.0 @@ -173,7 +173,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.5 + specifier: ^0.6.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -255,7 +255,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.5.5 + specifier: ^0.6.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -298,7 +298,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.5.5 + specifier: ^0.6.0 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.83.0 @@ -335,7 +335,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)(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.5.5 + specifier: ^0.6.0 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.7