chore: patch version
This commit is contained in:
parent
a9782bb50d
commit
ac0a61d0ea
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -20728,7 +20728,7 @@
|
||||||
},
|
},
|
||||||
"packages/form": {
|
"packages/form": {
|
||||||
"name": "@astro-reactive/form",
|
"name": "@astro-reactive/form",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/common": "*",
|
"@astro-reactive/common": "*",
|
||||||
|
@ -22386,7 +22386,7 @@
|
||||||
},
|
},
|
||||||
"packages/validator": {
|
"packages/validator": {
|
||||||
"name": "@astro-reactive/validator",
|
"name": "@astro-reactive/validator",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/common": "*"
|
"@astro-reactive/common": "*"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/form",
|
"name": "@astro-reactive/form",
|
||||||
"description": "The Reactive Form component for Astro 🔥",
|
"description": "The Reactive Form component for Astro 🔥",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||||
"homepage": "https://astro-reactive.js.org",
|
"homepage": "https://astro-reactive.js.org",
|
||||||
"author": "astro-reactive",
|
"author": "astro-reactive",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/validator",
|
"name": "@astro-reactive/validator",
|
||||||
"description": "Form validation library for Astro 🔥",
|
"description": "Form validation library for Astro 🔥",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||||
"homepage": "https://astro-reactive.js.org",
|
"homepage": "https://astro-reactive.js.org",
|
||||||
"author": "astro-reactive",
|
"author": "astro-reactive",
|
||||||
|
|
Loading…
Reference in a new issue