docs(changeset): feat(GlobalStateStore): add initialization state and update actions

This commit is contained in:
2026-02-07 23:08:52 +02:00
parent c2113357f2
commit 210a1d44e7
6 changed files with 189 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/changelog-git",
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "public",

View File

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