chore: release form@0.7.0, validator@0.3.0, common@0.1.6 (#272)
This commit is contained in:
parent
1cba4be635
commit
9bd2bde88c
6 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
### v0.1.6
|
||||||
|
- updates on how packages share files
|
||||||
|
|
||||||
### v0.1.5
|
### v0.1.5
|
||||||
- fix form method type to accept: 'get', 'post', 'dialog'
|
- fix form method type to accept: 'get', 'post', 'dialog'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/common",
|
"name": "@astro-reactive/common",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"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",
|
||||||
|
|
|
@ -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
|
### v0.6.7
|
||||||
- fix form method type to accept: 'get', 'post', 'dialog'
|
- fix form method type to accept: 'get', 'post', 'dialog'
|
||||||
|
|
||||||
|
|
|
@ -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.7",
|
"version": "0.7.0",
|
||||||
"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": {
|
||||||
|
|
|
@ -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
|
### v0.2.7
|
||||||
- support form method type to accept: 'get', 'post', 'dialog'
|
- support form method type to accept: 'get', 'post', 'dialog'
|
||||||
|
|
||||||
|
|
|
@ -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.7",
|
"version": "0.3.0",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in a new issue