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": {
|
"packages/form": {
|
||||||
"name": "@astro-reactive/form",
|
"name": "@astro-reactive/form",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/common": "^0.1.2",
|
"@astro-reactive/common": "^0.1.2",
|
||||||
"@astro-reactive/validator": "^0.2.1"
|
"@astro-reactive/validator": "^0.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.3.3",
|
"@types/chai": "^4.3.3",
|
||||||
|
@ -10163,7 +10163,7 @@
|
||||||
},
|
},
|
||||||
"packages/validator": {
|
"packages/validator": {
|
||||||
"name": "@astro-reactive/validator",
|
"name": "@astro-reactive/validator",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/common": "^0.1.2"
|
"@astro-reactive/common": "^0.1.2"
|
||||||
|
@ -10423,7 +10423,7 @@
|
||||||
"version": "file:packages/form",
|
"version": "file:packages/form",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@astro-reactive/common": "^0.1.2",
|
"@astro-reactive/common": "^0.1.2",
|
||||||
"@astro-reactive/validator": "^0.2.1",
|
"@astro-reactive/validator": "^0.2.3",
|
||||||
"@types/chai": "^4.3.3",
|
"@types/chai": "^4.3.3",
|
||||||
"@types/eslint": "^8.4.6",
|
"@types/eslint": "^8.4.6",
|
||||||
"@types/mocha": "^10.0.0",
|
"@types/mocha": "^10.0.0",
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
### v0.1.2
|
||||||
|
- make `Checkbox.checked` optional
|
||||||
|
|
||||||
### v0.1.1
|
### v0.1.1
|
||||||
- fix broken `ControlConfig`
|
- fix broken `ControlConfig`
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
### v0.6.3
|
||||||
|
- make `Checkbox.checked` optional
|
||||||
|
|
||||||
### v0.6.2
|
### v0.6.2
|
||||||
- fix broken `ControlConfig`
|
- fix broken `ControlConfig`
|
||||||
|
|
||||||
|
|
|
@ -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.2",
|
"version": "0.6.3",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -57,6 +57,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/common": "^0.1.2",
|
"@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
|
### v0.2.2
|
||||||
- fix broken `ControlConfig`
|
- fix broken `ControlConfig`
|
||||||
|
|
||||||
|
|
|
@ -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.2",
|
"version": "0.2.3",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in a new issue