RELEASING: Releasing 1 package(s)

Releases:
  @warkypublic/oranguru@0.0.38

[skip ci]
This commit is contained in:
2026-02-07 23:08:56 +02:00
parent 210a1d44e7
commit f365d7b0e0
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'@warkypublic/oranguru': patch
---
feat(GlobalStateStore): add initialization state and update actions

View File

@@ -1,5 +1,11 @@
# @warkypublic/zustandsyncstore # @warkypublic/zustandsyncstore
## 0.0.38
### Patch Changes
- 210a1d4: feat(GlobalStateStore): add initialization state and update actions
## 0.0.37 ## 0.0.37
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@warkypublic/oranguru", "name": "@warkypublic/oranguru",
"author": "Warky Devs", "author": "Warky Devs",
"version": "0.0.37", "version": "0.0.38",
"type": "module", "type": "module",
"types": "./dist/lib.d.ts", "types": "./dist/lib.d.ts",
"main": "./dist/lib.cjs.js", "main": "./dist/lib.cjs.js",