chore: release form@0.6.7, validator@0.2.7, common@0.1.5
This commit is contained in:
parent
986151fe3e
commit
ad65225131
6 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
|||
### v0.1.5
|
||||
- fix form method type to accept: 'get', 'post', 'dialog'
|
||||
|
||||
### v0.1.4
|
||||
- form validation hook property `triggerValidationOn`
|
||||
- form properties `action` and `method`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.ts",
|
||||
"types": "./types/index.ts",
|
||||
|
@ -32,4 +32,3 @@
|
|||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
### v0.6.7
|
||||
- fix form method type to accept: 'get', 'post', 'dialog'
|
||||
|
||||
### v0.6.6
|
||||
- implement validation hooks with form's `triggerValidationOn` prop
|
||||
- types and intellisense improvements
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
|
||||
"author": {
|
||||
|
@ -62,4 +62,3 @@
|
|||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
### v0.2.7
|
||||
- support form method type to accept: 'get', 'post', 'dialog'
|
||||
|
||||
### v0.2.6
|
||||
- implement validation hooks with form's `triggerValidationOn` prop
|
||||
- types and intellisense improvements
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
@ -65,4 +65,3 @@
|
|||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue