chore: release form@0.7.0, validator@0.3.0, common@0.1.6 (#272)

This commit is contained in:
Ayo Ayco 2023-03-24 14:10:38 +01:00 committed by GitHub
parent 1cba4be635
commit 9bd2bde88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,6 @@
### v0.1.6
- updates on how packages share files
### v0.1.5
- fix form method type to accept: 'get', 'post', 'dialog'

View file

@ -1,6 +1,6 @@
{
"name": "@astro-reactive/common",
"version": "0.1.5",
"version": "0.1.6",
"description": "Common code for Astro Reactive Packages",
"main": "index.ts",
"types": "./types/index.ts",

View file

@ -1,3 +1,8 @@
## v0.7.0
- project chores: updates on how the packages share common files, initial codecov set up
- documentation updates: Readme examples and API docs update
- support for Astro v2
### v0.6.7
- fix form method type to accept: 'get', 'post', 'dialog'

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/form",
"description": "The Reactive Form component for Astro 🔥",
"version": "0.6.7",
"version": "0.7.0",
"repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
"author": {

View file

@ -1,3 +1,8 @@
## v0.3.0
- project chores: updates on how the packages share common files, initial codecov set up
- documentation updates: Readme examples and API docs update
- support for Astro v2
### v0.2.7
- support form method type to accept: 'get', 'post', 'dialog'

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/validator",
"description": "Form validation library for Astro 🔥",
"version": "0.2.7",
"version": "0.3.0",
"repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md",
"author": {