chore: patch version

This commit is contained in:
Ayo Ayco 2025-01-08 14:19:04 +01:00
parent a9782bb50d
commit ac0a61d0ea
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -20728,7 +20728,7 @@
},
"packages/form": {
"name": "@astro-reactive/form",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"dependencies": {
"@astro-reactive/common": "*",
@ -22386,7 +22386,7 @@
},
"packages/validator": {
"name": "@astro-reactive/validator",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"@astro-reactive/common": "*"

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/form",
"description": "The Reactive Form component for Astro 🔥",
"version": "0.10.0",
"version": "0.10.1",
"repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://astro-reactive.js.org",
"author": "astro-reactive",

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/validator",
"description": "Form validation library for Astro 🔥",
"version": "0.5.0",
"version": "0.5.1",
"repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://astro-reactive.js.org",
"author": "astro-reactive",