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 ## v0.6.0
- deprecate `labelPosition` prop - deprecate `labelPosition` prop
- implement TextArea control - implement TextArea control

View file

@ -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.0", "version": "0.6.1",
"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": {
@ -56,7 +56,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astro-reactive/common": "^0.0.3", "@astro-reactive/common": "^0.1.0",
"@astro-reactive/validator": "^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 ## v0.2.0
- deprecate `labelPosition` prop - deprecate `labelPosition` prop

View file

@ -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.0", "version": "0.2.1",
"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": {
@ -53,7 +53,7 @@
"astro": "^1.5.0" "astro": "^1.5.0"
}, },
"dependencies": { "dependencies": {
"@astro-reactive/common": "^0.0.3" "@astro-reactive/common": "^0.1.0"
}, },
"main": "index.js", "main": "index.js",
"directories": { "directories": {