diff --git a/.changeset/neat-peaches-matter.md b/.changeset/neat-peaches-matter.md deleted file mode 100644 index 9288b229..00000000 --- a/.changeset/neat-peaches-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -fix: panel issue fix diff --git a/.changeset/thin-pianos-rhyme.md b/.changeset/thin-pianos-rhyme.md deleted file mode 100644 index 2e9e0d70..00000000 --- a/.changeset/thin-pianos-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -revert panel generation diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index df302a0d..09df129c 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools-utils +## 0.2.3 + +### Patch Changes + +- fix: panel issue fix ([#308](https://github.com/TanStack/devtools/pull/308)) + +- revert panel generation ([#308](https://github.com/TanStack/devtools/pull/308)) + ## 0.2.2 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 88881d0d..04f702c6 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.2.2", + "version": "0.2.3", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT",