diff --git a/.changeset/thin-cougars-fly.md b/.changeset/thin-cougars-fly.md deleted file mode 100644 index c2961964..00000000 --- a/.changeset/thin-cougars-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@tanstack/react-devtools': minor -'@tanstack/solid-devtools': minor -'@tanstack/devtools-ui': minor ---- - -Added json tree to devtools-ui and adjusted the width for the plugin renderers diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 9542f322..64e03fbc 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "^0.2.1", - "@tanstack/react-devtools": "^0.2.2", + "@tanstack/react-devtools": "^0.3.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 98e4e5e1..ff8b3bfd 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.1", - "@tanstack/react-devtools": "^0.2.2", + "@tanstack/react-devtools": "^0.3.0", "react": "^19.1.0", "react-dom": "^19.1.0" }, diff --git a/examples/react/start/package.json b/examples/react/start/package.json index a184983b..159b0038 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-bus": "^0.2.1", "@tanstack/devtools-event-client": "^0.2.1", - "@tanstack/react-devtools": "^0.2.2", + "@tanstack/react-devtools": "^0.3.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router": "^1.130.2", @@ -35,7 +35,7 @@ "zod": "^4.0.14" }, "devDependencies": { - "@tanstack/devtools": "^0.2.1", + "@tanstack/devtools": "^0.3.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/react": "^19.1.2", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index c53c9d9f..22700081 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.2.1", + "@tanstack/solid-devtools": "^0.3.0", "@tanstack/solid-query": "^5.83.0", "@tanstack/solid-query-devtools": "^5.83.0", "@tanstack/solid-router": "^1.129.8", diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index c3be00b1..cdf2b5ca 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-ui +## 0.3.0 + +### Minor Changes + +- Added json tree to devtools-ui and adjusted the width for the plugin renderers ([#29](https://github.com/TanStack/devtools/pull/29)) + ## 0.2.2 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 05b713ee..ea6318d9 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.2.2", + "version": "0.3.0", "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/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 2448239a..eea58399 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`5372697`](https://github.com/TanStack/devtools/commit/5372697a58bfd60f4c25f0d3f7291c2d1b473b09)]: + - @tanstack/devtools-ui@0.3.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index b2337695..37683231 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.3.0", + "version": "0.3.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/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 23d0914b..1e8f9e79 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-devtools +## 0.3.0 + +### Minor Changes + +- Added json tree to devtools-ui and adjusted the width for the plugin renderers ([#29](https://github.com/TanStack/devtools/pull/29)) + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.3.1 + ## 0.2.2 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index fe1c4116..75d96ea1 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.2.2", + "version": "0.3.0", "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 2de9f98b..4b5e4361 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-devtools +## 0.3.0 + +### Minor Changes + +- Added json tree to devtools-ui and adjusted the width for the plugin renderers ([#29](https://github.com/TanStack/devtools/pull/29)) + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.3.1 + ## 0.2.2 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 63c22694..33915923 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.2.2", + "version": "0.3.0", "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 4648304a..315e25a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,7 +78,7 @@ importers: specifier: ^0.2.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.2.2 + specifier: ^0.3.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -121,7 +121,7 @@ importers: specifier: ^0.2.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.2.2 + specifier: ^0.3.0 version: link:../../../packages/react-devtools react: specifier: ^19.1.0 @@ -164,7 +164,7 @@ importers: specifier: ^0.2.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.2.2 + specifier: ^0.3.0 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.83.0 @@ -207,8 +207,8 @@ importers: version: 4.0.14 devDependencies: '@tanstack/devtools': - specifier: ^0.2.1 - version: 0.2.1(csstype@3.1.3)(solid-js@1.9.7) + specifier: ^0.3.1 + version: link:../../../packages/devtools '@testing-library/dom': specifier: ^10.4.0 version: 10.4.1 @@ -243,7 +243,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.2.1 + specifier: ^0.3.0 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.83.0 @@ -2211,16 +2211,6 @@ packages: resolution: {integrity: sha512-q6P0aYj7X65biWDKkKFQ4feQoxF8Bcxd3U3CU5zjBt9sgUrc/w8kEfHoGy0cHtgsTSMLfPrzaAtvp6hTbofZmw==} engines: {node: '>=18'} - '@tanstack/devtools-event-bus@0.2.1': - resolution: {integrity: sha512-JMq3AmrQR2LH9P8Rcj1MTq8Iq/mPk/PyuqSw1L0hO2Wl8G1oz5ue31fS8u8lIgOCVR/mGdJah18p+Pj5OosRJA==} - engines: {node: '>=18'} - - '@tanstack/devtools@0.2.1': - resolution: {integrity: sha512-OL6NyQWaf9qHTttMe3CQ+8KRrieLYw2i+2h1tHSrnGptkKAOmoeGtVW/7IDh16umBQB81ri0xeTYyA1bblG39w==} - engines: {node: '>=18'} - peerDependencies: - solid-js: '>=1.9.7' - '@tanstack/directive-functions-plugin@1.130.12': resolution: {integrity: sha512-Q5O6D0iPFZGfpj7WYoiXoYRnpfePO61SveAJQL3EWMATGGBueD90JkbCDRXP+Ib4fcWjlmj10tXRUXDMeEapxA==} engines: {node: '>=12'} @@ -8462,25 +8452,6 @@ snapshots: - typescript - vite - '@tanstack/devtools-event-bus@0.2.1': - dependencies: - ws: 8.18.3 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - - '@tanstack/devtools@0.2.1(csstype@3.1.3)(solid-js@1.9.7)': - dependencies: - '@solid-primitives/keyboard': 1.3.3(solid-js@1.9.7) - '@tanstack/devtools-event-bus': 0.2.1 - clsx: 2.1.1 - goober: 2.1.16(csstype@3.1.3) - solid-js: 1.9.7 - transitivePeerDependencies: - - bufferutil - - csstype - - utf-8-validate - '@tanstack/directive-functions-plugin@1.130.12(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))': dependencies: '@babel/code-frame': 7.27.1