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 2a3ca990..df302a0d 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.2.2 + +### Patch Changes + +- revert panel generation ([#306](https://github.com/TanStack/devtools/pull/306)) + ## 0.2.1 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 82a3bcdb..88881d0d 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.2.1", + "version": "0.2.2", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT",