Compare commits

..

2 Commits

Author SHA1 Message Date
6c141b71da RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.30

[skip ci]
2026-01-28 21:05:16 +02:00
89fed20f70 docs(changeset): fix: update GridlerStore setState type to accept full state values 2026-01-28 21:05:11 +02:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# @warkypublic/zustandsyncstore # @warkypublic/zustandsyncstore
## 0.0.30
### Patch Changes
- 89fed20: fix: update GridlerStore setState type to accept full state values
## 0.0.29 ## 0.0.29
### Patch Changes ### Patch Changes

View File

@@ -1,18 +1,16 @@
{ {
"name": "@warkypublic/oranguru", "name": "@warkypublic/oranguru",
"author": "Warky Devs", "author": "Warky Devs",
"version": "0.0.29", "version": "0.0.30",
"type": "module", "type": "module",
"types": "./dist/lib.d.ts", "types": "./dist/lib.d.ts",
"main": "./dist/lib.cjs.js", "main": "./dist/lib.cjs.js",
"module": "./dist/lib.es.js", "module": "./dist/lib.es.js",
"exports": { "exports": {
".": { ".": {
"types": "./dist/lib.d.ts", "types": "./dist/lib.d.ts",
"import": "./dist/lib.es.js", "import": "./dist/lib.es.js",
"require": "./dist/lib.cjs.js" "require": "./dist/lib.cjs.js"
}, },
"./oranguru.css": "./dist/oranguru.css", "./oranguru.css": "./dist/oranguru.css",
"./package.json": "./package.json" "./package.json": "./package.json"