diff --git a/.changeset/huge-clubs-rest.md b/.changeset/huge-clubs-rest.md deleted file mode 100644 index 16b275a..0000000 --- a/.changeset/huge-clubs-rest.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@qwik.dev/devtools': patch ---- - -feat: add preload/build analysis tooling and richer devtools instrumentation - -- Added new `Preloads` and `Build Analysis` panels, plus an improved `Inspect` view that resolves correctly from the app base URL on deep routes. -- Added runtime instrumentation for SSR/CSR performance and preload tracking, including SSR preload snapshots, QRL-to-resource correlation, and richer diagnostics surfaced in DevTools. -- Expanded the plugin and RPC layer to generate and serve build-analysis reports, expose the new preload/performance data to the UI, and add server-side guards around build-analysis execution. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 9d78ad6..8e9caf6 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @qwik.dev/devtools +## 0.2.9 + +### Patch Changes + +- ade318a: feat: add preload/build analysis tooling and richer devtools instrumentation + + - Added new `Preloads` and `Build Analysis` panels, plus an improved `Inspect` view that resolves correctly from the app base URL on deep routes. + - Added runtime instrumentation for SSR/CSR performance and preload tracking, including SSR preload snapshots, QRL-to-resource correlation, and richer diagnostics surfaced in DevTools. + - Expanded the plugin and RPC layer to generate and serve build-analysis reports, expose the new preload/performance data to the UI, and add server-side guards around build-analysis execution. + ## 0.2.8 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 72cf97f..d96bb79 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "main": "./dist/plugin/index.mjs", "types": "./dist/plugin/index.d.mts",