diff --git a/.changeset/tame-moles-hunt.md b/.changeset/tame-moles-hunt.md deleted file mode 100644 index ea2ef47..0000000 --- a/.changeset/tame-moles-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rtk-query-devtools": minor ---- - -Add an "All APIs" option to every tab's api selector. It's the default when more than one api is registered, merging queries, mutations, tags, and timeline events from every api into one list with a slice-name pill on the right of each row, just before its subscriber count. "Reset API" becomes "Reset All APIs" and resets every registered api when this option is active. The queries tab's API config strip also collapses into a single top-level disclosure in this mode, with each api nested inside as its own independently-expandable row, instead of stacking one strip per api. Single-api apps are unaffected — the selector still only appears once there's more than one api to choose between. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 80310a2..f318b51 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # rtk-query-devtools +## 0.5.0 + +### Minor Changes + +- 5d70fce: Add an "All APIs" option to every tab's api selector. It's the default when more than one api is registered, merging queries, mutations, tags, and timeline events from every api into one list with a slice-name pill on the right of each row, just before its subscriber count. "Reset API" becomes "Reset All APIs" and resets every registered api when this option is active. The queries tab's API config strip also collapses into a single top-level disclosure in this mode, with each api nested inside as its own independently-expandable row, instead of stacking one strip per api. Single-api apps are unaffected — the selector still only appears once there's more than one api to choose between. + ## 0.4.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index dc21a06..da19a41 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "rtk-query-devtools", - "version": "0.4.0", + "version": "0.5.0", "description": "A TanStack DevTools plugin for inspecting RTK Query cache entries, mutations, tags, and requests in real time", "keywords": [ "caching",