From bd14075a3300c0b176a31cc10471b7fdcc76f942 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Dec 2023 07:54:33 +0000 Subject: [PATCH] Version Packages --- .changeset/early-dryers-run.md | 6 ------ packages/zustand-x/CHANGELOG.md | 8 ++++++++ packages/zustand-x/package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/early-dryers-run.md diff --git a/.changeset/early-dryers-run.md b/.changeset/early-dryers-run.md deleted file mode 100644 index 214ec2a..0000000 --- a/.changeset/early-dryers-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'zustand-x': major ---- - -- Rename `@udecode/zustood` package to `zustand-x` -- `createZustandStore`: new alias for `createStore` diff --git a/packages/zustand-x/CHANGELOG.md b/packages/zustand-x/CHANGELOG.md index 630a965..3532fb8 100644 --- a/packages/zustand-x/CHANGELOG.md +++ b/packages/zustand-x/CHANGELOG.md @@ -1,5 +1,13 @@ # @udecode/zustood +## 3.0.0 + +### Major Changes + +- [#66](https://github.com/udecode/zustand-x/pull/66) by [@zbeyens](https://github.com/zbeyens) – + - Rename `@udecode/zustood` package to `zustand-x` + - `createZustandStore`: new alias for `createStore` + ## 2.0.0 ### Major Changes diff --git a/packages/zustand-x/package.json b/packages/zustand-x/package.json index cdca0a2..afe51bc 100644 --- a/packages/zustand-x/package.json +++ b/packages/zustand-x/package.json @@ -1,6 +1,6 @@ { "name": "zustand-x", - "version": "2.0.0", + "version": "3.0.0", "description": "Zustand store factory for a best-in-class developer experience.", "license": "MIT", "homepage": "https://platejs.org",