chore: bump minor version for form, validator
This commit is contained in:
parent
3d361fcb5b
commit
66ba7fa292
4 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
## v0.5.0
|
||||
- server-rendered validation errors (when control was set with invalid value)
|
||||
- radio control accepts array of value or RadioOption
|
||||
- added tests for form components
|
||||
|
||||
## v0.4.5
|
||||
- update project documentations
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.4.6",
|
||||
"version": "0.5.0",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||
"author": {
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
## 0.0.4
|
||||
## v0.1.0
|
||||
- support server-rendered validation for forms
|
||||
|
||||
## v0.0.4
|
||||
- update project documentation
|
||||
|
||||
## 0.0.3
|
||||
## v0.0.3
|
||||
- update examples on the README
|
||||
|
||||
## 0.0.1
|
||||
## v0.0.1
|
||||
- Validators
|
||||
- validator functions
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.0.5",
|
||||
"version": "0.1.0",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue