chore: bump minor version for form, validator

This commit is contained in:
Ayo 2022-10-23 23:13:23 +02:00
parent 3d361fcb5b
commit 66ba7fa292
4 changed files with 13 additions and 5 deletions

View file

@ -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 ## v0.4.5
- update project documentations - update project documentations

View file

@ -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.4.6", "version": "0.5.0",
"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": {

View file

@ -1,9 +1,12 @@
## 0.0.4 ## v0.1.0
- support server-rendered validation for forms
## v0.0.4
- update project documentation - update project documentation
## 0.0.3 ## v0.0.3
- update examples on the README - update examples on the README
## 0.0.1 ## v0.0.1
- Validators - Validators
- validator functions - validator functions

View file

@ -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.0.5", "version": "0.1.0",
"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": {