RELEASING: Releasing 1 package(s)

Releases:
  @warkypublic/oranguru@0.0.24

[skip ci]
This commit is contained in:
2026-01-14 22:44:27 +02:00
parent 7cc09d6acb
commit 0bd642e2d2
3 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
'@warkypublic/oranguru': patch
---
Added form controllers - New button and input controller components for the FormerControllers module

View File

@@ -1,5 +1,11 @@
# @warkypublic/zustandsyncstore # @warkypublic/zustandsyncstore
## 0.0.24
### Patch Changes
- 7cc09d6: Added form controllers - New button and input controller components for the FormerControllers module
## 0.0.23 ## 0.0.23
### 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.23", "version": "0.0.24",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -49,9 +49,7 @@
"./oranguru.css": "./src/oranguru.css" "./oranguru.css": "./src/oranguru.css"
}, },
"dependencies": { "dependencies": {
"moment": "^2.30.1" "moment": "^2.30.1"
}, },
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.29.7", "@changesets/cli": "^2.29.7",
@@ -102,7 +100,6 @@
"@warkypublic/artemis-kit": "^1.0.10", "@warkypublic/artemis-kit": "^1.0.10",
"@warkypublic/zustandsyncstore": "^0.0.4", "@warkypublic/zustandsyncstore": "^0.0.4",
"react-hook-form": "^7.71.0", "react-hook-form": "^7.71.0",
"immer": "^10.1.3", "immer": "^10.1.3",
"react": ">= 19.0.0", "react": ">= 19.0.0",
"react-dom": ">= 19.0.0", "react-dom": ">= 19.0.0",