From f8ec284ab62044859d8903df980e40c9cbf67cf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 11:28:37 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/beige-snakes-call.md | 5 --- .changeset/configurable-open-source-url.md | 5 --- .changeset/floating-trigger-percent.md | 5 --- .changeset/trigger-edge-dock.md | 5 --- .changeset/webmcp-tools.md | 5 --- examples/angular/a11y-devtools/CHANGELOG.md | 7 ++++ examples/angular/a11y-devtools/package.json | 4 +-- examples/angular/basic/CHANGELOG.md | 7 ++++ examples/angular/basic/package.json | 4 +-- examples/angular/panel/CHANGELOG.md | 8 +++++ examples/angular/panel/package.json | 6 ++-- examples/angular/with-devtools/CHANGELOG.md | 7 ++++ examples/angular/with-devtools/package.json | 4 +-- examples/react/a11y-devtools/package.json | 2 +- examples/react/basic/package.json | 2 +- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 2 +- examples/react/https/package.json | 2 +- examples/react/start/package.json | 2 +- examples/react/time-travel/package.json | 2 +- examples/solid/a11y-devtools/package.json | 2 +- examples/solid/basic/package.json | 2 +- examples/solid/devtools-ui/package.json | 2 +- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 +-- packages/angular-devtools/CHANGELOG.md | 7 ++++ packages/angular-devtools/package.json | 2 +- packages/devtools-webmcp/CHANGELOG.md | 7 ++++ packages/devtools-webmcp/bin/intent.js | 0 packages/devtools-webmcp/package.json | 2 +- packages/devtools/CHANGELOG.md | 14 ++++++++ packages/devtools/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 ++++ packages/preact-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 +- packages/svelte-devtools/CHANGELOG.md | 7 ++++ packages/svelte-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 ++++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 36 ++++++++++----------- 43 files changed, 140 insertions(+), 73 deletions(-) delete mode 100644 .changeset/beige-snakes-call.md delete mode 100644 .changeset/configurable-open-source-url.md delete mode 100644 .changeset/floating-trigger-percent.md delete mode 100644 .changeset/trigger-edge-dock.md delete mode 100644 .changeset/webmcp-tools.md create mode 100644 packages/devtools-webmcp/CHANGELOG.md mode change 100644 => 100755 packages/devtools-webmcp/bin/intent.js diff --git a/.changeset/beige-snakes-call.md b/.changeset/beige-snakes-call.md deleted file mode 100644 index 257ed2c48..000000000 --- a/.changeset/beige-snakes-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Reset splitter panes on double-click diff --git a/.changeset/configurable-open-source-url.md b/.changeset/configurable-open-source-url.md deleted file mode 100644 index 94e2ffaa9..000000000 --- a/.changeset/configurable-open-source-url.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Add `openSourceUrl` to the devtools config so the source inspector's click can reach an editor endpoint other than the one `@tanstack/devtools-vite` serves. diff --git a/.changeset/floating-trigger-percent.md b/.changeset/floating-trigger-percent.md deleted file mode 100644 index 916c00ffc..000000000 --- a/.changeset/floating-trigger-percent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': patch ---- - -Keep the floating trigger at the same relative spot when the window size changes. The trigger now stores its spot as a percent of the free space, so it stays in its corner and never moves off-screen. diff --git a/.changeset/trigger-edge-dock.md b/.changeset/trigger-edge-dock.md deleted file mode 100644 index 35bf114a6..000000000 --- a/.changeset/trigger-edge-dock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools': minor ---- - -Implement the hot corner feature for the trigger edge dock. diff --git a/.changeset/webmcp-tools.md b/.changeset/webmcp-tools.md deleted file mode 100644 index 14ea2b64f..000000000 --- a/.changeset/webmcp-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-webmcp': patch ---- - -Add `@tanstack/devtools-webmcp` so a library can register development-only WebMCP tools. diff --git a/examples/angular/a11y-devtools/CHANGELOG.md b/examples/angular/a11y-devtools/CHANGELOG.md index c32eb4ac8..8e19927d9 100644 --- a/examples/angular/a11y-devtools/CHANGELOG.md +++ b/examples/angular/a11y-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-a11y-devtools +## 0.0.11 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.12 + ## 0.0.10 ### Patch Changes diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 98737f92e..b5c48e4fb 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-a11y-devtools", - "version": "0.0.10", + "version": "0.0.11", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.11", + "@tanstack/angular-devtools": "^0.0.12", "@tanstack/devtools-a11y": "^0.2.2", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", diff --git a/examples/angular/basic/CHANGELOG.md b/examples/angular/basic/CHANGELOG.md index d4ef0f9bc..4455cbcef 100644 --- a/examples/angular/basic/CHANGELOG.md +++ b/examples/angular/basic/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-basic +## 0.0.11 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.12 + ## 0.0.10 ### Patch Changes diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 8b86717a1..bc95a2c74 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-basic", - "version": "0.0.10", + "version": "0.0.11", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.11", + "@tanstack/angular-devtools": "^0.0.12", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/angular/panel/CHANGELOG.md b/examples/angular/panel/CHANGELOG.md index 12434af75..9ee3ac9fd 100644 --- a/examples/angular/panel/CHANGELOG.md +++ b/examples/angular/panel/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools-example-angular-panel +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + - @tanstack/angular-devtools@0.0.12 + ## 0.0.11 ### Patch Changes diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index 245db4ee0..12ac0f9e2 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-panel", - "version": "0.0.11", + "version": "0.0.12", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,8 +17,8 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/devtools": "^0.14.2", + "@tanstack/angular-devtools": "^0.0.12", + "@tanstack/devtools": "^0.15.0", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/devtools-utils": "^0.7.0", "rxjs": "~7.8.0", diff --git a/examples/angular/with-devtools/CHANGELOG.md b/examples/angular/with-devtools/CHANGELOG.md index 07b00d4f7..fb54e32c2 100644 --- a/examples/angular/with-devtools/CHANGELOG.md +++ b/examples/angular/with-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-with-devtools +## 0.0.11 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.12 + ## 0.0.10 ### Patch Changes diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index 68bda798b..eb1ff1ace 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-with-devtools", - "version": "0.0.10", + "version": "0.0.11", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.11", + "@tanstack/angular-devtools": "^0.0.12", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index eaa6d5be9..1725f976d 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-a11y": "^0.2.2", - "@tanstack/react-devtools": "^0.10.12", + "@tanstack/react-devtools": "^0.10.13", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 32babc9d9..1921bc385 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -14,7 +14,7 @@ "@tanstack/devtools-client": "0.0.8", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/devtools-webmcp": "workspace:*", - "@tanstack/react-devtools": "^0.10.12", + "@tanstack/react-devtools": "^0.10.13", "@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 8a31938bf..ef92288a2 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.5.0", - "@tanstack/react-devtools": "^0.10.12", + "@tanstack/react-devtools": "^0.10.13", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index cf0363223..e71d2ca1c 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.12", + "@tanstack/react-devtools": "^0.10.13", "@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 e0fb6bf9d..5fe952b79 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.5.0", - "@tanstack/react-devtools": "^0.10.12", + "@tanstack/react-devtools": "^0.10.13", "@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 ed3939000..23102a0a8 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.12", + "@tanstack/react-devtools": "^0.10.13", "@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 84942b7b7..c53376da5 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.12", + "@tanstack/react-devtools": "^0.10.13", "@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 38e165c66..30e2437ef 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.12", + "@tanstack/solid-devtools": "^0.8.13", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1d5aad505..54cbafa37 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.12", + "@tanstack/solid-devtools": "^0.8.13", "@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 67dea1743..28175fad7 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.7.1", - "@tanstack/solid-devtools": "^0.8.12", + "@tanstack/solid-devtools": "^0.8.13", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index fba047b0c..22ac7ea4b 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.12", + "@tanstack/solid-devtools": "^0.8.13", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 9a1d1e71b..b45bc2884 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.14.2", - "@tanstack/vue-devtools": "^0.2.26", + "@tanstack/devtools": "^0.15.0", + "@tanstack/vue-devtools": "^0.2.27", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/angular-devtools/CHANGELOG.md b/packages/angular-devtools/CHANGELOG.md index c019da6c1..72539b493 100644 --- a/packages/angular-devtools/CHANGELOG.md +++ b/packages/angular-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-devtools +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.0.11 ### Patch Changes diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index c5652e186..ca4fb2540 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-devtools", - "version": "0.0.11", + "version": "0.0.12", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Angular application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-webmcp/CHANGELOG.md b/packages/devtools-webmcp/CHANGELOG.md new file mode 100644 index 000000000..c400e5742 --- /dev/null +++ b/packages/devtools-webmcp/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tanstack/devtools-webmcp + +## 0.0.2 + +### Patch Changes + +- [#531](https://github.com/TanStack/devtools/pull/531) [`90a0ec6`](https://github.com/TanStack/devtools/commit/90a0ec664469ddf84f972c86141de079e422d4db) - Add `@tanstack/devtools-webmcp` so a library can register development-only WebMCP tools. diff --git a/packages/devtools-webmcp/bin/intent.js b/packages/devtools-webmcp/bin/intent.js old mode 100644 new mode 100755 diff --git a/packages/devtools-webmcp/package.json b/packages/devtools-webmcp/package.json index 894bbf9d8..a6908db36 100644 --- a/packages/devtools-webmcp/package.json +++ b/packages/devtools-webmcp/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-webmcp", - "version": "0.0.1", + "version": "0.0.2", "description": "A small helper a TanStack library uses to register development-only WebMCP tools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 1aeeac2b6..9a6546a1a 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,19 @@ # @tanstack/devtools +## 0.15.0 + +### Minor Changes + +- [#521](https://github.com/TanStack/devtools/pull/521) [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35) - Implement the hot corner feature for the trigger edge dock. + +### Patch Changes + +- [#515](https://github.com/TanStack/devtools/pull/515) [`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210) - Reset splitter panes on double-click + +- [#517](https://github.com/TanStack/devtools/pull/517) [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069) - Add `openSourceUrl` to the devtools config so the source inspector's click can reach an editor endpoint other than the one `@tanstack/devtools-vite` serves. + +- [#529](https://github.com/TanStack/devtools/pull/529) [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447) - Keep the floating trigger at the same relative spot when the window size changes. The trigger now stores its spot as a percent of the free space, so it stays in its corner and never moves off-screen. + ## 0.14.2 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 1a3a518a1..852403ce0 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.14.2", + "version": "0.15.0", "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 3f77893ad..5bdb8a7f7 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.10.13 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.10.12 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 26216bd22..635a445c7 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.10.12", + "version": "0.10.13", "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 5f72c80a3..ff07669c6 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.10.13 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.10.12 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 64fe979d3..15ef91645 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.10.12", + "version": "0.10.13", "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 bbd361e19..f617b9986 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.8.13 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.8.12 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index c3450fb80..e4e699b1a 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.8.12", + "version": "0.8.13", "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/svelte-devtools/CHANGELOG.md b/packages/svelte-devtools/CHANGELOG.md index fd0fab666..460f8e1a6 100644 --- a/packages/svelte-devtools/CHANGELOG.md +++ b/packages/svelte-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-devtools +## 0.1.7 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.1.6 ### Patch Changes diff --git a/packages/svelte-devtools/package.json b/packages/svelte-devtools/package.json index 9700ed4f1..3751d82ec 100644 --- a/packages/svelte-devtools/package.json +++ b/packages/svelte-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-devtools", - "version": "0.1.6", + "version": "0.1.7", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Svelte application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index ce0a6486d..0c37c00e6 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.27 + +### Patch Changes + +- Updated dependencies [[`02a67f1`](https://github.com/TanStack/devtools/commit/02a67f14ac6ae4569f9bb26f682467f599415210), [`589304f`](https://github.com/TanStack/devtools/commit/589304f46110a6f1b7370c8cfed97459e83f6069), [`dc61e1e`](https://github.com/TanStack/devtools/commit/dc61e1ea21a7fc57dfeab6ee6f212b57aea79447), [`45f39ee`](https://github.com/TanStack/devtools/commit/45f39ee91e8b4c04c79226cb3171b5686b782b35)]: + - @tanstack/devtools@0.15.0 + ## 0.2.26 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 11e1c6c9b..b7026d48b 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.26", + "version": "0.2.27", "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 11a9bd88f..c8fb71a2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -471,7 +471,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.11 + specifier: ^0.0.12 version: link:../../../packages/angular-devtools '@tanstack/devtools-a11y': specifier: ^0.2.2 @@ -523,7 +523,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.11 + specifier: ^0.0.12 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -572,10 +572,10 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.11 + specifier: ^0.0.12 version: link:../../../packages/angular-devtools '@tanstack/devtools': - specifier: ^0.14.2 + specifier: ^0.15.0 version: link:../../../packages/devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -632,7 +632,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.11 + specifier: ^0.0.12 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -756,7 +756,7 @@ importers: specifier: ^0.2.2 version: link:../../../packages/devtools-a11y '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -796,7 +796,7 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-webmcp '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -1005,7 +1005,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -1030,7 +1030,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -1085,7 +1085,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -1143,7 +1143,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -1329,7 +1329,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -1375,7 +1375,7 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-a11y '@tanstack/solid-devtools': - specifier: ^0.8.12 + specifier: ^0.8.13 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -1397,7 +1397,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.8.12 + specifier: ^0.8.13 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -1434,7 +1434,7 @@ importers: specifier: 0.7.1 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.8.12 + specifier: ^0.8.13 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -1459,7 +1459,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vinxi@0.5.11(@types/node@22.19.15)(db0@0.3.4(drizzle-orm@0.45.2(pg@8.20.0)))(drizzle-orm@0.45.2(pg@8.20.0))(ioredis@5.10.1)(jiti@2.7.0)(less@4.6.4)(lightningcss@1.32.0)(rolldown@1.1.2)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) '@tanstack/solid-devtools': - specifier: ^0.8.12 + specifier: ^0.8.13 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -1471,10 +1471,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.14.2 + specifier: ^0.15.0 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.26 + specifier: ^0.2.27 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5