chore: bump patch and publish form, validator
This commit is contained in:
parent
3cba6e8e9c
commit
54e4287b5f
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
### v0.5.1
|
||||||
|
- use @astro-reactive/common
|
||||||
|
|
||||||
### v0.5.1
|
### v0.5.1
|
||||||
- fix for dynamic import of validator causing errors (breaks independence)
|
- fix for dynamic import of validator causing errors (breaks independence)
|
||||||
|
|
||||||
|
|
|
@ -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.5.1",
|
"version": "0.5.2",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
### v0.1.1
|
||||||
|
- use @astro-reactive/common
|
||||||
|
|
||||||
## v0.1.0
|
## v0.1.0
|
||||||
- support server-rendered validation for forms
|
- support server-rendered validation for forms
|
||||||
|
|
||||||
|
|
|
@ -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.1.0",
|
"version": "0.1.1",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in a new issue