chore: release common, form, validator
This commit is contained in:
parent
6ae1bec42f
commit
ec19766202
6 changed files with 16 additions and 7 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10128,11 +10128,11 @@
|
|||
},
|
||||
"packages/form": {
|
||||
"name": "@astro-reactive/form",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.1.2",
|
||||
"@astro-reactive/validator": "^0.2.1"
|
||||
"@astro-reactive/validator": "^0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -10163,7 +10163,7 @@
|
|||
},
|
||||
"packages/validator": {
|
||||
"name": "@astro-reactive/validator",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.1.2"
|
||||
|
@ -10423,7 +10423,7 @@
|
|||
"version": "file:packages/form",
|
||||
"requires": {
|
||||
"@astro-reactive/common": "^0.1.2",
|
||||
"@astro-reactive/validator": "^0.2.1",
|
||||
"@astro-reactive/validator": "^0.2.3",
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/eslint": "^8.4.6",
|
||||
"@types/mocha": "^10.0.0",
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
### v0.1.2
|
||||
- make `Checkbox.checked` optional
|
||||
|
||||
### v0.1.1
|
||||
- fix broken `ControlConfig`
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
### v0.6.3
|
||||
- make `Checkbox.checked` optional
|
||||
|
||||
### v0.6.2
|
||||
- fix broken `ControlConfig`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||
"author": {
|
||||
|
@ -57,6 +57,6 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.1.2",
|
||||
"@astro-reactive/validator": "^0.2.1"
|
||||
"@astro-reactive/validator": "^0.2.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
### v0.2.3
|
||||
- make `Checkbox.checked` optional
|
||||
|
||||
### v0.2.2
|
||||
- fix broken `ControlConfig`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue