From 50a1f55941c3e5305c337716e70d8a330e52c8da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 11:02:07 +0000 Subject: [PATCH] chore(release): publish --- .changeset/empty-apricots-bow.md | 5 ----- .changeset/spicy-monkeys-march.md | 5 ----- .changeset/three-beans-sit.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/empty-apricots-bow.md delete mode 100644 .changeset/spicy-monkeys-march.md delete mode 100644 .changeset/three-beans-sit.md diff --git a/.changeset/empty-apricots-bow.md b/.changeset/empty-apricots-bow.md deleted file mode 100644 index eaa9e70..0000000 --- a/.changeset/empty-apricots-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zusdux": patch ---- - -Change the API to easily support async actions diff --git a/.changeset/spicy-monkeys-march.md b/.changeset/spicy-monkeys-march.md deleted file mode 100644 index 2d27f18..0000000 --- a/.changeset/spicy-monkeys-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zusdux": patch ---- - -Add support for shallow state merging diff --git a/.changeset/three-beans-sit.md b/.changeset/three-beans-sit.md deleted file mode 100644 index 9be8667..0000000 --- a/.changeset/three-beans-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zusdux": patch ---- - -Expose the `setState` API diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c26aa8..c4e4006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # zusdux +## 0.1.1 + +### Patch Changes + +- 981245d: Change the API to easily support async actions +- 7e5594f: Add support for shallow state merging +- a93b08a: Expose the `setState` API + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 1ffad56..350744d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zusdux", "description": "The forbidden love child of Redux and Zustand", - "version": "0.1.0", + "version": "0.1.1", "author": "StyleShit", "license": "MIT", "repository": {