diff --git a/.changeset/social-hounds-care.md b/.changeset/social-hounds-care.md deleted file mode 100644 index 97535c5..0000000 --- a/.changeset/social-hounds-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -fix: update GridlerStore setState type to accept full state values diff --git a/CHANGELOG.md b/CHANGELOG.md index bf24a31..80cad05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.30 + +### Patch Changes + +- 89fed20: fix: update GridlerStore setState type to accept full state values + ## 0.0.29 ### Patch Changes diff --git a/package.json b/package.json index 53864f7..845b5ff 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,16 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.29", + "version": "0.0.30", "type": "module", "types": "./dist/lib.d.ts", "main": "./dist/lib.cjs.js", "module": "./dist/lib.es.js", - "exports": { ".": { "types": "./dist/lib.d.ts", "import": "./dist/lib.es.js", "require": "./dist/lib.cjs.js" - }, "./oranguru.css": "./dist/oranguru.css", "./package.json": "./package.json"