From c8371ce5a4c035820c226078db9322b1f286c074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Jun 2023 19:41:14 +0000 Subject: [PATCH] Version Packages --- .changeset/four-poems-smell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-poems-smell.md diff --git a/.changeset/four-poems-smell.md b/.changeset/four-poems-smell.md deleted file mode 100644 index cfaf5fd..0000000 --- a/.changeset/four-poems-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'zustand-ards': minor ---- - -Added the withZustandards function and updated the documenation diff --git a/CHANGELOG.md b/CHANGELOG.md index a8653cf..b1b606a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # zustand-ards +## 0.2.0 + +### Minor Changes + +- 991fd51: Added the withZustandards function and updated the documenation + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 7ee2d02..4bdd7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-ards", - "version": "0.1.0", + "version": "0.2.0", "description": "", "author": "Ivo Ilic", "license": "MIT",