From 81e34c4e5017cff907764d61d740ec0524493076 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Dec 2023 12:13:17 +0000 Subject: [PATCH] Version Packages --- .changeset/hungry-tomatoes-switch.md | 5 ----- packages/zustand-x/CHANGELOG.md | 6 ++++++ packages/zustand-x/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-tomatoes-switch.md 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",