diff --git a/.changeset/ripe-coats-drive.md b/.changeset/ripe-coats-drive.md deleted file mode 100644 index 89667749..00000000 --- a/.changeset/ripe-coats-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Restore plugin scroll diff --git a/.changeset/vast-apes-attend.md b/.changeset/vast-apes-attend.md deleted file mode 100644 index ad835ce8..00000000 --- a/.changeset/vast-apes-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Implemented a new SERP (Search Engine Results Page) section in the SEO tab. This update introduces desktop and mobile preview of search results. It displays the current site's favicon, title and description while displaying errors and issues when they are not found or they exceed the character limit. diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index be805029..aca896c5 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-a11y": "^0.1.2", - "@tanstack/react-devtools": "^0.10.0", + "@tanstack/react-devtools": "^0.10.1", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 9ddb9939..257aa5ae 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.0", + "@tanstack/react-devtools": "^0.10.1", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 579f2898..f5524b41 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.4.3", - "@tanstack/react-devtools": "^0.10.0", + "@tanstack/react-devtools": "^0.10.1", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index d5d149fa..2318c9e2 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.10.0", + "@tanstack/react-devtools": "^0.10.1", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 6af93d55..6e1a01cc 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.0", + "@tanstack/react-devtools": "^0.10.1", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 62958995..bb3f2aa2 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.10.0", + "@tanstack/react-devtools": "^0.10.1", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index ffc88a08..c91f13fb 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.10.0", + "@tanstack/react-devtools": "^0.10.1", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 9a3432bd..78ff3a3d 100644 --- a/examples/solid/a11y-devtools/package.json +++ b/examples/solid/a11y-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-a11y": "workspace:*", - "@tanstack/solid-devtools": "^0.8.0", + "@tanstack/solid-devtools": "^0.8.1", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 10434087..e039a7ae 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.8.0", + "@tanstack/solid-devtools": "^0.8.1", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index 06845a93..24c64141 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.5.1", - "@tanstack/solid-devtools": "^0.8.0", + "@tanstack/solid-devtools": "^0.8.1", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index f05d174c..1f79563b 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.8.0", + "@tanstack/solid-devtools": "^0.8.1", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 6a3ec366..eb3f884a 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.11.0", - "@tanstack/vue-devtools": "^0.2.14", + "@tanstack/devtools": "^0.11.1", + "@tanstack/vue-devtools": "^0.2.15", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index bb547e09..e5a7d3cb 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools +## 0.11.1 + +### Patch Changes + +- Restore plugin scroll ([#406](https://github.com/TanStack/devtools/pull/406)) + +- Implemented a new SERP (Search Engine Results Page) section in the SEO tab. This update introduces desktop and mobile preview of search results. It displays the current site's favicon, title and description while displaying errors and issues when they are not found or they exceed the character limit. ([#373](https://github.com/TanStack/devtools/pull/373)) + ## 0.11.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 62fae912..1d5fc642 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.11.0", + "version": "0.11.1", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 3bcc98f2..b4624ae5 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.10.1 + +### Patch Changes + +- Updated dependencies [[`e89cff4`](https://github.com/TanStack/devtools/commit/e89cff4b4e5953d66bac76567161dc7314d13850), [`e04bb11`](https://github.com/TanStack/devtools/commit/e04bb11becc87c1014d78fdda57eb810cdd16adf)]: + - @tanstack/devtools@0.11.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index a2268cee..e3aa5218 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.10.0", + "version": "0.10.1", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 3db46c64..52c2c69b 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.10.1 + +### Patch Changes + +- Updated dependencies [[`e89cff4`](https://github.com/TanStack/devtools/commit/e89cff4b4e5953d66bac76567161dc7314d13850), [`e04bb11`](https://github.com/TanStack/devtools/commit/e04bb11becc87c1014d78fdda57eb810cdd16adf)]: + - @tanstack/devtools@0.11.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 65101d23..049b354b 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.10.0", + "version": "0.10.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 bd54e51f..bdaec731 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.8.1 + +### Patch Changes + +- Updated dependencies [[`e89cff4`](https://github.com/TanStack/devtools/commit/e89cff4b4e5953d66bac76567161dc7314d13850), [`e04bb11`](https://github.com/TanStack/devtools/commit/e04bb11becc87c1014d78fdda57eb810cdd16adf)]: + - @tanstack/devtools@0.11.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 8642e22e..ef3f66c2 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.8.0", + "version": "0.8.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/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index 7665910a..23bac43e 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.15 + +### Patch Changes + +- Updated dependencies [[`e89cff4`](https://github.com/TanStack/devtools/commit/e89cff4b4e5953d66bac76567161dc7314d13850), [`e04bb11`](https://github.com/TanStack/devtools/commit/e04bb11becc87c1014d78fdda57eb810cdd16adf)]: + - @tanstack/devtools@0.11.1 + ## 0.2.14 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 39c3327e..94d4ba32 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.14", + "version": "0.2.15", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58adb63a..dea60a8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,7 +151,7 @@ importers: specifier: ^0.1.2 version: link:../../../packages/devtools-a11y '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -185,7 +185,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -394,7 +394,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -419,7 +419,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -474,7 +474,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -532,7 +532,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -611,7 +611,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -657,7 +657,7 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-a11y '@tanstack/solid-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -679,7 +679,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -716,7 +716,7 @@ importers: specifier: 0.5.1 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -741,7 +741,7 @@ importers: specifier: ^1.2.0 version: 1.2.1(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.7)(db0@0.3.4(drizzle-orm@0.44.7(pg@8.17.2)))(drizzle-orm@0.44.7(pg@8.17.2))(ioredis@5.9.2)(jiti@2.6.1)(lightningcss@1.32.0)(rolldown@1.0.0-rc.9)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vite@8.0.0(@types/node@22.19.7)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-devtools': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -753,10 +753,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.11.0 + specifier: ^0.11.1 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.14 + specifier: ^0.2.15 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5