chore: release validator@0.2.0
This commit is contained in:
parent
c28b117fd1
commit
f27f96c9dc
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## v0.2.0
|
||||||
|
- deprecate `labelPosition` prop
|
||||||
|
|
||||||
### v0.1.1
|
### v0.1.1
|
||||||
- use @astro-reactive/common
|
- use @astro-reactive/common
|
||||||
|
|
||||||
|
|
|
@ -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.2",
|
"version": "0.2.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": {
|
||||||
|
|
Loading…
Reference in a new issue