diff --git a/.changeset/full-humans-create.md b/.changeset/full-humans-create.md deleted file mode 100644 index e0ec8881..00000000 --- a/.changeset/full-humans-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -fix issue with client connectivity by not calling the connect method multiple times diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index c0c2974d..8ba9913e 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.0.7 + +### Patch Changes + +- fix issue with client connectivity by not calling the connect method multiple times ([#261](https://github.com/TanStack/devtools/pull/261)) + ## 0.0.6 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 6b5b9c2a..ef29abbb 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.0.6", + "version": "0.0.7", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT",