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