chore: bump patch and publish form, validator

This commit is contained in:
Ayo 2022-10-28 12:49:07 +02:00
parent 3cba6e8e9c
commit 54e4287b5f
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,6 @@
### v0.5.1
- use @astro-reactive/common
### v0.5.1
- fix for dynamic import of validator causing errors (breaks independence)

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/form",
"description": "The Reactive Form component for Astro 🔥",
"version": "0.5.1",
"version": "0.5.2",
"repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
"author": {

View file

@ -1,3 +1,6 @@
### v0.1.1
- use @astro-reactive/common
## v0.1.0
- support server-rendered validation for forms

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/validator",
"description": "Form validation library for Astro 🔥",
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
"author": {