diff --git a/CHANGELOG.md b/CHANGELOG.md index 4073df1..f26dc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.3 + +- feat: Add value property to BooleanMetaDataField to set initial state of checkbox [#120](https://github.com/supabase-community/flutter-auth-ui/pull/120) +- feat: add custom password validation to SupaEmailAuth form [#121](https://github.com/supabase-community/flutter-auth-ui/pull/121) + ## 0.5.2 - feat: enhancement: allow user to decide launch mode [#110](https://github.com/supabase-community/flutter-auth-ui/pull/110) diff --git a/pubspec.yaml b/pubspec.yaml index 9b8ae61..e00aa45 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_auth_ui description: UI library to implement auth forms using Supabase and Flutter -version: 0.5.2 +version: 0.5.3 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'