chore: Update version for release (#276)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-24 22:34:47 +01:00 committed by GitHub
parent 414a0bd854
commit b4901e87f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 10 deletions

View file

@ -1,7 +0,0 @@
---
"@astro-reactive/validator": patch
"@astro-reactive/common": patch
"@astro-reactive/form": patch
---
Fix dependencies for Astro v2+ support

View file

@ -0,0 +1,7 @@
# @astro-reactive/common
## 0.1.8
### Patch Changes
- 414a0bd: Fix dependencies for Astro v2+ support

View file

@ -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",

View 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

View file

@ -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": {

View 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

View file

@ -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": {