From 1b27b1553c0e3bd8f1252779ff9d5813adad53d4 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 13 Oct 2022 10:17:11 +0200 Subject: [PATCH] chore: update release docs (#84) --- packages/astro-reactive-form/RELEASE.md | 3 +++ packages/astro-reactive-form/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {