diff --git a/.changeset/every-berries-agree.md b/.changeset/every-berries-agree.md deleted file mode 100644 index 246cccbf..00000000 --- a/.changeset/every-berries-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -add vue utils diff --git a/.changeset/gold-readers-create.md b/.changeset/gold-readers-create.md deleted file mode 100644 index 58021320..00000000 --- a/.changeset/gold-readers-create.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/vue-devtools': minor -'@tanstack/devtools': patch ---- - -feat: vue devtools diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 4785ea52..45a08a92 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.4", "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.1", + "@tanstack/react-devtools": "^0.8.2", "@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 32209d81..1c600f34 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.3.5", - "@tanstack/react-devtools": "^0.8.1", + "@tanstack/react-devtools": "^0.8.2", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 947efc11..5fc14b79 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.8.1", + "@tanstack/react-devtools": "^0.8.2", "@tanstack/react-router": "^1.131.50", "@tanstack/react-router-devtools": "^1.131.50", "@tanstack/react-start": "1.132.0-alpha.25", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index a05bb3ce..28deb50a 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.1", + "@tanstack/react-devtools": "^0.8.2", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 2a1c131e..83adbdb4 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -24,7 +24,7 @@ "@tailwindcss/vite": "^4.1.13", "@tanstack/devtools-event-bus": "^0.3.3", "@tanstack/devtools-event-client": "0.3.5", - "@tanstack/react-devtools": "^0.8.1", + "@tanstack/react-devtools": "^0.8.2", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 0c3c9498..ff3e23aa 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.8.1", + "@tanstack/react-devtools": "^0.8.2", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.131.50", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 4f8928fe..1395e4b8 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.7.14", + "@tanstack/solid-devtools": "^0.7.15", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index b4704aba..221b9de3 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.7.14", + "@tanstack/solid-devtools": "^0.7.15", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 8ba9913e..10b09355 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.0.8 + +### Patch Changes + +- add vue utils ([#274](https://github.com/TanStack/devtools/pull/274)) + ## 0.0.7 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 668b22cc..1d4cf975 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.0.7", + "version": "0.0.8", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 2b2ca35e..21acea58 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.8.2 + +### Patch Changes + +- feat: vue devtools ([#226](https://github.com/TanStack/devtools/pull/226)) + ## 0.8.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 0b529533..92e7bcea 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.8.1", + "version": "0.8.2", "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 c8eb2cab..1322e6fc 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.8.2 + +### Patch Changes + +- Updated dependencies [[`d781f4f`](https://github.com/TanStack/devtools/commit/d781f4f7588619bd042ba647a6cfa139b1430f46)]: + - @tanstack/devtools@0.8.2 + ## 0.8.1 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 5ae6d81f..0ecd0979 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.8.1", + "version": "0.8.2", "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 238a4f45..cd78c835 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.15 + +### Patch Changes + +- Updated dependencies [[`d781f4f`](https://github.com/TanStack/devtools/commit/d781f4f7588619bd042ba647a6cfa139b1430f46)]: + - @tanstack/devtools@0.8.2 + ## 0.7.14 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index ae58ec90..e21feab2 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.14", + "version": "0.7.15", "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 911e8117..4d288688 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -4,4 +4,15 @@ ### Minor Changes +- feat: vue devtools ([#226](https://github.com/TanStack/devtools/pull/226)) + +### Patch Changes + +- Updated dependencies [[`d781f4f`](https://github.com/TanStack/devtools/commit/d781f4f7588619bd042ba647a6cfa139b1430f46)]: + - @tanstack/devtools@0.8.2 + +## 0.1.0 + +### Minor Changes + - Initial release of @tanstack/vue-devtools diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index cd205631..5ae246bd 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.0.1", + "version": "0.1.0", "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 acd20e12..9111b7a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,7 +86,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -147,7 +147,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools react: specifier: 19.1.1 @@ -172,7 +172,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.131.50 @@ -227,7 +227,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -306,7 +306,7 @@ importers: specifier: 0.3.5 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -394,7 +394,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -437,7 +437,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.14 + specifier: ^0.7.15 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -474,7 +474,7 @@ importers: specifier: ^1.2.0 version: 1.2.0(@testing-library/jest-dom@6.9.1)(solid-js@1.9.10)(vinxi@0.5.8(@netlify/blobs@9.1.2)(@types/node@22.15.2)(db0@0.3.2(drizzle-orm@0.44.7(@opentelemetry/api@1.9.0)(@prisma/client@6.18.0(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))))(drizzle-orm@0.44.7(@opentelemetry/api@1.9.0)(@prisma/client@6.18.0(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(pg@8.16.3)(prisma@6.18.0(magicast@0.3.5)(typescript@5.9.3)))(encoding@0.1.13)(ioredis@5.6.1)(jiti@2.6.1)(lightningcss@1.30.2)(rolldown@1.0.0-beta.32)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(vite@7.1.12(@types/node@22.15.2)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-devtools': - specifier: ^0.7.14 + specifier: ^0.7.15 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9