chore: release form@0.6.7, validator@0.2.7, common@0.1.5

This commit is contained in:
Ayo 2023-01-04 13:52:57 +01:00
parent 986151fe3e
commit ad65225131
6 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,6 @@
### v0.1.5
- fix form method type to accept: 'get', 'post', 'dialog'
### v0.1.4 ### v0.1.4
- form validation hook property `triggerValidationOn` - form validation hook property `triggerValidationOn`
- form properties `action` and `method` - form properties `action` and `method`

View file

@ -1,6 +1,6 @@
{ {
"name": "@astro-reactive/common", "name": "@astro-reactive/common",
"version": "0.1.4", "version": "0.1.5",
"description": "Common code for Astro Reactive Packages", "description": "Common code for Astro Reactive Packages",
"main": "index.ts", "main": "index.ts",
"types": "./types/index.ts", "types": "./types/index.ts",
@ -32,4 +32,3 @@
"access": "public" "access": "public"
} }
} }

View file

@ -1,3 +1,6 @@
### v0.6.7
- fix form method type to accept: 'get', 'post', 'dialog'
### v0.6.6 ### v0.6.6
- implement validation hooks with form's `triggerValidationOn` prop - implement validation hooks with form's `triggerValidationOn` prop
- types and intellisense improvements - types and intellisense improvements

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.6.6", "version": "0.6.7",
"repository": "https://github.com/astro-reactive/astro-reactive", "repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/", "homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
"author": { "author": {
@ -62,4 +62,3 @@
"access": "public" "access": "public"
} }
} }

View file

@ -1,3 +1,6 @@
### v0.2.7
- support form method type to accept: 'get', 'post', 'dialog'
### v0.2.6 ### v0.2.6
- implement validation hooks with form's `triggerValidationOn` prop - implement validation hooks with form's `triggerValidationOn` prop
- types and intellisense improvements - types and intellisense improvements

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.2.6", "version": "0.2.7",
"repository": "https://github.com/astro-reactive/astro-reactive", "repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md", "homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md",
"author": { "author": {
@ -65,4 +65,3 @@
"access": "public" "access": "public"
} }
} }