chore: release patch for wrong dependency version

This commit is contained in:
Ayo 2022-11-02 21:58:42 +01:00
parent 89e0353c47
commit e9de68fe49
5 changed files with 404 additions and 517 deletions

906
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,6 @@
### v0.6.1
- fix wrong dependency version
## v0.6.0
- deprecate `labelPosition` prop
- implement TextArea control

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/form",
"description": "The Reactive Form component for Astro 🔥",
"version": "0.6.0",
"version": "0.6.1",
"repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
"author": {
@ -56,7 +56,7 @@
},
"license": "MIT",
"dependencies": {
"@astro-reactive/common": "^0.0.3",
"@astro-reactive/validator": "^0.1.0"
"@astro-reactive/common": "^0.1.0",
"@astro-reactive/validator": "^0.2.1"
}
}

View file

@ -1,3 +1,5 @@
### v0.2.1
- fix wrong dependency version
## v0.2.0
- deprecate `labelPosition` prop

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/validator",
"description": "Form validation library for Astro 🔥",
"version": "0.2.0",
"version": "0.2.1",
"repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
"author": {
@ -53,7 +53,7 @@
"astro": "^1.5.0"
},
"dependencies": {
"@astro-reactive/common": "^0.0.3"
"@astro-reactive/common": "^0.1.0"
},
"main": "index.js",
"directories": {