diff --git a/.changeset/free-women-film.md b/.changeset/free-women-film.md deleted file mode 100644 index 1ba9c1ce..00000000 --- a/.changeset/free-women-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -fix issues with mounting diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 7fb2fd56..1125d72c 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.0.3 + +### Patch Changes + +- fix issues with mounting ([#171](https://github.com/TanStack/devtools/pull/171)) + ## 0.0.2 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index ff09014d..1c0ee82b 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.0.2", + "version": "0.0.3", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT",