From d000d9b28500f7f16fff61962e715058407ddf02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Jul 2023 16:30:27 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-trains-matter.md | 9 --------- packages/zustood/CHANGELOG.md | 10 ++++++++++ packages/zustood/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/funny-trains-matter.md diff --git a/.changeset/funny-trains-matter.md b/.changeset/funny-trains-matter.md deleted file mode 100644 index 00442c4..0000000 --- a/.changeset/funny-trains-matter.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@udecode/zustood": major ---- - -Upgraded `zustand` to version 4, bringing in several new features and improvements. -- Deprecated types in `zustand` v4+ were addressed by including them in the package itself. -- Upgraded `immer` to the latest version. -- The upgrade to `zustand` v4 and `immer` introduces enhancements, bug fixes, and performance optimizations to your application. -- Please make sure to review the official documentation of `zustand` v4 and `immer` for any additional changes and updates. diff --git a/packages/zustood/CHANGELOG.md b/packages/zustood/CHANGELOG.md index 72eb5b5..630a965 100644 --- a/packages/zustood/CHANGELOG.md +++ b/packages/zustood/CHANGELOG.md @@ -1,5 +1,15 @@ # @udecode/zustood +## 2.0.0 + +### Major Changes + +- [#57](https://github.com/udecode/zustood/pull/57) [`2b1dbeb`](https://github.com/udecode/zustood/commit/2b1dbeb96ba86fbd31e3c731d2bd42cc22a003f0) Thanks [@enchorb](https://github.com/enchorb)! - Upgraded `zustand` to version 4, bringing in several new features and improvements. + - Deprecated types in `zustand` v4+ were addressed by including them in the package itself. + - Upgraded `immer` to the latest version. + - The upgrade to `zustand` v4 and `immer` introduces enhancements, bug fixes, and performance optimizations to your application. + - Please make sure to review the official documentation of `zustand` v4 and `immer` for any additional changes and updates. + ## 1.1.3 ### Patch Changes diff --git a/packages/zustood/package.json b/packages/zustood/package.json index 38fee7e..ad2b238 100644 --- a/packages/zustood/package.json +++ b/packages/zustood/package.json @@ -1,6 +1,6 @@ { "name": "@udecode/zustood", - "version": "1.1.4", + "version": "2.0.0", "description": "A modular store factory using zustand", "keywords": [ "zustand"