chore(packages): bump patch
This commit is contained in:
parent
5e1a44c79e
commit
0aa0deac32
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## v0.4.5
|
||||||
|
- update project documentations
|
||||||
|
|
||||||
## v0.4.4
|
## v0.4.4
|
||||||
- `validators` property in ControlConfig to set validators for a control
|
- `validators` property in ControlConfig to set validators for a control
|
||||||
|
|
||||||
|
|
|
@ -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.4",
|
"version": "0.4.5",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
## 0.0.4
|
||||||
|
- update project documentation
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
- update examples on the README
|
- update examples on the README
|
||||||
|
|
||||||
|
|
|
@ -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.3",
|
"version": "0.0.4",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in a new issue