chore: Update version for release (#276)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
414a0bd854
commit
b4901e87f9
7 changed files with 29 additions and 10 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@astro-reactive/validator": patch
|
||||
"@astro-reactive/common": patch
|
||||
"@astro-reactive/form": patch
|
||||
---
|
||||
|
||||
Fix dependencies for Astro v2+ support
|
7
packages/common/CHANGELOG.md
Normal file
7
packages/common/CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# @astro-reactive/common
|
||||
|
||||
## 0.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 414a0bd: Fix dependencies for Astro v2+ support
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.ts",
|
||||
"types": "./types/index.ts",
|
||||
|
|
10
packages/form/CHANGELOG.md
Normal file
10
packages/form/CHANGELOG.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# @astro-reactive/form
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 414a0bd: Fix dependencies for Astro v2+ support
|
||||
- Updated dependencies [414a0bd]
|
||||
- @astro-reactive/validator@0.3.2
|
||||
- @astro-reactive/common@0.1.8
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
|
||||
"author": {
|
||||
|
|
9
packages/validator/CHANGELOG.md
Normal file
9
packages/validator/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# @astro-reactive/validator
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 414a0bd: Fix dependencies for Astro v2+ support
|
||||
- Updated dependencies [414a0bd]
|
||||
- @astro-reactive/common@0.1.8
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue