From 509cece7d598ade4f3dee753f9937d08c432c935 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 14:04:35 +0200 Subject: [PATCH] docs: update astro-reactive-form RELEASE --- packages/astro-reactive-form/RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/astro-reactive-form/RELEASE.md b/packages/astro-reactive-form/RELEASE.md index 7a7a9a0..1bf6c64 100644 --- a/packages/astro-reactive-form/RELEASE.md +++ b/packages/astro-reactive-form/RELEASE.md @@ -1,3 +1,7 @@ +## v0.2.2 +- initial light and dark mode scaffold +- update package README + ## v0.2.1 - FormGroup.get(name) - returns the FormControl with matching name - FormControl.setValue(value) - sets the FormControl value