From ea62b3c0b6ed7b731078b9923404abe435a905e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Sep 2025 15:47:13 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/silent-beds-create.md | 5 ---- .changeset/tricky-cloths-joke.md | 6 ---- examples/react/basic/package.json | 6 ++-- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 4 +-- examples/react/https/package.json | 6 ++-- 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-ui/CHANGELOG.md | 6 ++++ packages/devtools-ui/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 6 ++++ packages/devtools-vite/package.json | 2 +- packages/devtools/CHANGELOG.md | 9 ++++++ 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 | 32 ++++++++++----------- 21 files changed, 70 insertions(+), 48 deletions(-) delete mode 100644 .changeset/silent-beds-create.md delete mode 100644 .changeset/tricky-cloths-joke.md diff --git a/.changeset/silent-beds-create.md b/.changeset/silent-beds-create.md deleted file mode 100644 index b583e2b7..00000000 --- a/.changeset/silent-beds-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-ui': patch ---- - -Improvements to the json tree component, now supports expansion length config diff --git a/.changeset/tricky-cloths-joke.md b/.changeset/tricky-cloths-joke.md deleted file mode 100644 index 0ec6cdd8..00000000 --- a/.changeset/tricky-cloths-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/devtools': patch -'@tanstack/devtools-vite': patch ---- - -improve open-source by using location origin diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 007a2af5..60315578 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.4", - "@tanstack/react-devtools": "^0.6.7", + "@tanstack/react-devtools": "^0.6.8", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", @@ -20,8 +20,8 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools-ui": "0.3.4", - "@tanstack/devtools-vite": "0.2.13", + "@tanstack/devtools-ui": "0.3.5", + "@tanstack/devtools-vite": "0.2.14", "@types/react": "^19.1.12", "@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 29f01955..83797d40 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.4", - "@tanstack/react-devtools": "^0.6.7", + "@tanstack/react-devtools": "^0.6.8", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index c5fb39c0..98c495f1 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.7", + "@tanstack/react-devtools": "^0.6.8", "@tanstack/react-router": "^1.131.2", "@tanstack/react-router-devtools": "^1.131.2", "@tanstack/react-start": "^1.131.2", @@ -16,7 +16,7 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.2.13", + "@tanstack/devtools-vite": "0.2.14", "@types/node": "^22.15.2", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.2", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index dce4121f..853cf58b 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.4", - "@tanstack/react-devtools": "^0.6.7", + "@tanstack/react-devtools": "^0.6.8", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", @@ -20,8 +20,8 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools-ui": "0.3.4", - "@tanstack/devtools-vite": "0.2.13", + "@tanstack/devtools-ui": "0.3.5", + "@tanstack/devtools-vite": "0.2.14", "@types/react": "^19.1.12", "@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 6de1bc9f..5e90e7d2 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -24,7 +24,7 @@ "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-bus": "^0.3.2", "@tanstack/devtools-event-client": "^0.2.4", - "@tanstack/react-devtools": "^0.6.7", + "@tanstack/react-devtools": "^0.6.8", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.131.2", @@ -41,7 +41,7 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools-vite": "0.2.13", + "@tanstack/devtools-vite": "0.2.14", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/react": "^19.1.12", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 76d49831..389918bc 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.7", + "@tanstack/react-devtools": "^0.6.8", "@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 6eca704b..79218a60 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.7", + "@tanstack/solid-devtools": "^0.6.8", "@tanstack/solid-query": "^5.87.1", "@tanstack/solid-query-devtools": "^5.87.1", "@tanstack/solid-router": "^1.129.8", @@ -17,7 +17,7 @@ "solid-js": "^1.9.7" }, "devDependencies": { - "@tanstack/devtools-vite": "0.2.13", + "@tanstack/devtools-vite": "0.2.14", "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 0c8468ca..6e7e3234 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.7", + "@tanstack/solid-devtools": "^0.6.8", "solid-js": "^1.9.7", "vinxi": "^0.5.7" }, diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index c727dd0f..67767d96 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-ui +## 0.3.5 + +### Patch Changes + +- Improvements to the json tree component, now supports expansion length config ([#132](https://github.com/TanStack/devtools/pull/132)) + ## 0.3.4 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index f784e533..a5dc7241 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.3.4", + "version": "0.3.5", "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-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index c70d35c4..202545b8 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.2.14 + +### Patch Changes + +- improve open-source by using location origin ([#132](https://github.com/TanStack/devtools/pull/132)) + ## 0.2.13 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 5faa22d4..17873e72 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.2.13", + "version": "0.2.14", "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 28a56d68..02e01006 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/devtools +## 0.6.12 + +### Patch Changes + +- improve open-source by using location origin ([#132](https://github.com/TanStack/devtools/pull/132)) + +- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]: + - @tanstack/devtools-ui@0.3.5 + ## 0.6.11 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 27415163..ba13ad34 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.6.11", + "version": "0.6.12", "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 7ca7437f..2395651a 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.6.8 + +### Patch Changes + +- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]: + - @tanstack/devtools@0.6.12 + ## 0.6.7 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 975f56e7..dcd110eb 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.6.7", + "version": "0.6.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 75b46978..c79feac8 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.6.8 + +### Patch Changes + +- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]: + - @tanstack/devtools@0.6.12 + ## 0.6.7 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 34fc30e1..65d10e97 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.6.7", + "version": "0.6.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 b906a34c..e9f33ab2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,7 +78,7 @@ importers: specifier: ^0.2.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.7 + specifier: ^0.6.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -103,10 +103,10 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools-ui': - specifier: 0.3.4 + specifier: 0.3.5 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.2.13 + specifier: 0.2.14 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.12 @@ -130,7 +130,7 @@ importers: specifier: ^0.2.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.7 + specifier: ^0.6.8 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.7 + specifier: ^0.6.8 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.2 @@ -174,7 +174,7 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@tanstack/devtools-vite': - specifier: 0.2.13 + specifier: 0.2.14 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -210,7 +210,7 @@ importers: specifier: ^0.2.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.7 + specifier: ^0.6.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -235,10 +235,10 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools-ui': - specifier: 0.3.4 + specifier: 0.3.5 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.2.13 + specifier: 0.2.14 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.12 @@ -289,7 +289,7 @@ importers: specifier: ^0.2.4 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.6.7 + specifier: ^0.6.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -335,7 +335,7 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools-vite': - specifier: 0.2.13 + specifier: 0.2.14 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -371,15 +371,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.7 + specifier: ^0.6.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -422,7 +420,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.6.7 + specifier: ^0.6.8 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.87.1 @@ -441,7 +439,7 @@ importers: version: 1.9.7 devDependencies: '@tanstack/devtools-vite': - specifier: 0.2.13 + specifier: 0.2.14 version: link:../../../packages/devtools-vite vite: specifier: ^7.0.6 @@ -459,7 +457,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(@opentelemetry/api@1.9.0)(@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(@opentelemetry/api@1.9.0)(@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.7 + specifier: ^0.6.8 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.7