diff --git a/.changeset/hungry-tomatoes-switch.md b/.changeset/hungry-tomatoes-switch.md deleted file mode 100644 index 12cd129..0000000 --- a/.changeset/hungry-tomatoes-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'zustand-x': patch ---- - -Replace lodash with lodash.mapvalues diff --git a/packages/zustand-x/CHANGELOG.md b/packages/zustand-x/CHANGELOG.md index d5a64d0..43e105b 100644 --- a/packages/zustand-x/CHANGELOG.md +++ b/packages/zustand-x/CHANGELOG.md @@ -1,5 +1,11 @@ # @udecode/zustood +## 3.0.2 + +### Patch Changes + +- [`78b2899`](https://github.com/udecode/zustand-x/commit/78b2899a7780c57d8d04a4e82d0ae60e252377c6) by [@zbeyens](https://github.com/zbeyens) – Replace lodash with lodash.mapvalues + ## 3.0.1 ### Patch Changes diff --git a/packages/zustand-x/package.json b/packages/zustand-x/package.json index 58b8729..83cf37f 100644 --- a/packages/zustand-x/package.json +++ b/packages/zustand-x/package.json @@ -1,6 +1,6 @@ { "name": "zustand-x", - "version": "3.0.1", + "version": "3.0.2", "description": "Zustand store factory for a best-in-class developer experience.", "license": "MIT", "homepage": "https://platejs.org",