From a9566b9f380030ade82c03f52ea38b9f13659201 Mon Sep 17 00:00:00 2001 From: dshukertjr Date: Fri, 25 Apr 2025 22:08:01 +0900 Subject: [PATCH] chore: publish v0.5.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5d75f..3a34229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.5 + +- feat: Add Confirm Password Field to SupaEmailAuth Component for Sign-Up Process [#129](https://github.com/supabase-community/flutter-auth-ui/pull/129) +- feat: Add autofocus option to SupaEmailAuth [#139](https://github.com/supabase-community/flutter-auth-ui/pull/139) + ## 0.5.4 - feat: Add autovalidation [#125](https://github.com/supabase-community/flutter-auth-ui/pull/125) diff --git a/pubspec.yaml b/pubspec.yaml index ea198fd..880ca10 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.4 +version: 0.5.5 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'