RELEASING: Releasing 1 package(s)

Releases:
  @warkypublic/oranguru@0.0.30

[skip ci]
This commit is contained in:
2026-01-28 21:05:16 +02:00
parent 89fed20f70
commit 6c141b71da
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
'@warkypublic/oranguru': patch
---
fix: update GridlerStore setState type to accept full state values

View File

@@ -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

View File

@@ -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"