diff --git a/.changeset/rich-bikes-talk.md b/.changeset/rich-bikes-talk.md deleted file mode 100644 index 3e38b32..0000000 --- a/.changeset/rich-bikes-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'zustand-x': patch ---- - -Fix exports diff --git a/packages/zustand-x/CHANGELOG.md b/packages/zustand-x/CHANGELOG.md index 9532b9f..65e1778 100644 --- a/packages/zustand-x/CHANGELOG.md +++ b/packages/zustand-x/CHANGELOG.md @@ -1,5 +1,11 @@ # @udecode/zustood +## 6.0.1 + +### Patch Changes + +- [`f5801e9`](https://github.com/udecode/zustand-x/commit/f5801e9bdbbe7e062e778b8a28543f8866fede94) by [@zbeyens](https://github.com/zbeyens) – Fix exports + ## 6.0.0 ### Major Changes diff --git a/packages/zustand-x/package.json b/packages/zustand-x/package.json index 9c9688f..7a6f676 100644 --- a/packages/zustand-x/package.json +++ b/packages/zustand-x/package.json @@ -1,6 +1,6 @@ { "name": "zustand-x", - "version": "6.0.0", + "version": "6.0.1", "description": "Zustand store factory for a best-in-class developer experience.", "license": "MIT", "homepage": "https://zustand-x.udecode.dev",