diff --git a/packages/astro-reactive-form/RELEASE.md b/packages/astro-reactive-form/RELEASE.md index a73ade0..555454b 100644 --- a/packages/astro-reactive-form/RELEASE.md +++ b/packages/astro-reactive-form/RELEASE.md @@ -1,3 +1,6 @@ +## v0.2.7 +- updated project logo + ## v0.2.6 - support single `FormGroup` as input to the `Form` component - implement `Form` component input prop `theme` diff --git a/packages/astro-reactive-form/package.json b/packages/astro-reactive-form/package.json index a5aa360..d9e9aea 100644 --- a/packages/astro-reactive-form/package.json +++ b/packages/astro-reactive-form/package.json @@ -1,7 +1,7 @@ { "name": "astro-reactive-form", "description": "The Reactive Form component for Astro 🔥", - "version": "0.2.6", + "version": "0.2.7", "repository": "https://github.com/ayoayco/astro-reactive-library", "homepage": "https://github.com/ayoayco/astro-reactive-library#readme", "author": {