From 5d567535765d3d4433f37a4c088034ee775d3ae7 Mon Sep 17 00:00:00 2001 From: dshukertjr Date: Fri, 11 Oct 2024 20:10:18 +0900 Subject: [PATCH] chore: publish v0.5.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'