From 05d09f0552597704818986f36a4ff3e75630f3e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Sep 2025 09:03:14 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/cool-dots-drum.md | 6 ------ examples/react/basic/package.json | 4 ++-- examples/react/custom-devtools/package.json | 2 +- examples/react/https/package.json | 4 ++-- examples/react/start/package.json | 4 ++-- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 4 ++-- examples/solid/start/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 6 ++++++ packages/devtools-vite/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 | 24 ++++++++++----------- 17 files changed, 52 insertions(+), 34 deletions(-) delete mode 100644 .changeset/cool-dots-drum.md diff --git a/.changeset/cool-dots-drum.md b/.changeset/cool-dots-drum.md deleted file mode 100644 index 6338cf0d..00000000 --- a/.changeset/cool-dots-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/devtools': patch -'@tanstack/devtools-vite': patch ---- - -fix bug with https server diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 9b016e54..28ffb967 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.0", + "@tanstack/react-devtools": "^0.6.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.3.4", - "@tanstack/devtools-vite": "0.2.10", + "@tanstack/devtools-vite": "0.2.11", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.5.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 3f5dcb08..49c900a9 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.0", + "@tanstack/react-devtools": "^0.6.1", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 97ee4913..5714d7b3 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.0", + "@tanstack/react-devtools": "^0.6.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.3.4", - "@tanstack/devtools-vite": "0.2.10", + "@tanstack/devtools-vite": "0.2.11", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.5.2", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 513905df..8b9716a3 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.6.0", + "@tanstack/react-devtools": "^0.6.1", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", @@ -36,7 +36,7 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools-vite": "0.2.10", + "@tanstack/devtools-vite": "0.2.11", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/react": "^19.1.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 051106b8..11d2d859 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.0", + "@tanstack/react-devtools": "^0.6.1", "@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 0c49af4b..6924e064 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.0", + "@tanstack/solid-devtools": "^0.6.1", "@tanstack/solid-query": "^5.83.0", "@tanstack/solid-query-devtools": "^5.83.0", "@tanstack/solid-router": "^1.129.8", @@ -17,7 +17,7 @@ "solid-js": "^1.9.7" }, "devDependencies": { - "@tanstack/devtools-vite": "0.2.10", + "@tanstack/devtools-vite": "0.2.11", "vite": "^7.0.6", "vite-plugin-inspect": "11.3.2", "vite-plugin-solid": "^2.11.6" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 04249e94..cf230e9c 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.0", + "@tanstack/solid-devtools": "^0.6.1", "solid-js": "^1.9.7", "vinxi": "^0.5.7" }, diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 59451bed..e836b84a 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.2.11 + +### Patch Changes + +- fix bug with https server ([#100](https://github.com/TanStack/devtools/pull/100)) + ## 0.2.10 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 9c3b3695..0407c286 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.2.10", + "version": "0.2.11", "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 dde11635..afe86bd8 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.6.5 + +### Patch Changes + +- fix bug with https server ([#100](https://github.com/TanStack/devtools/pull/100)) + ## 0.6.4 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 4434d632..5db02310 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.4", + "version": "0.6.5", "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 c55c391d..531ea485 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.6.1 + +### Patch Changes + +- Updated dependencies [[`4119f73`](https://github.com/TanStack/devtools/commit/4119f73caa27dcaae1fe7cbca20a11f18b4d99b8)]: + - @tanstack/devtools@0.6.5 + ## 0.6.0 ### Minor Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 996eda8a..9ff64c14 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.6.0", + "version": "0.6.1", "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 b8ff205e..a457ba06 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.6.1 + +### Patch Changes + +- Updated dependencies [[`4119f73`](https://github.com/TanStack/devtools/commit/4119f73caa27dcaae1fe7cbca20a11f18b4d99b8)]: + - @tanstack/devtools@0.6.5 + ## 0.6.0 ### Minor Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 5152d817..98f76c61 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.6.0", + "version": "0.6.1", "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 3c1acfe3..80c458df 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.0 + specifier: ^0.6.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -106,7 +106,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.2.10 + specifier: 0.2.11 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.2 @@ -130,7 +130,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/react-devtools react: specifier: ^19.1.0 @@ -158,7 +158,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -186,7 +186,7 @@ importers: specifier: 0.3.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.2.10 + specifier: 0.2.11 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.2 @@ -228,7 +228,7 @@ importers: specifier: ^0.2.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -271,7 +271,7 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools-vite': - specifier: 0.2.10 + specifier: 0.2.11 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -304,15 +304,13 @@ importers: specifier: ^4.2.4 version: 4.2.4 - examples/react/start/generated/prisma: {} - examples/react/time-travel: dependencies: '@tanstack/devtools-event-client': specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -355,7 +353,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.83.0 @@ -374,7 +372,7 @@ importers: version: 1.9.7 devDependencies: '@tanstack/devtools-vite': - specifier: 0.2.10 + specifier: 0.2.11 version: link:../../../packages/devtools-vite vite: specifier: ^7.0.6 @@ -392,7 +390,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.6.0 + specifier: ^0.6.1 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.7