diff --git a/CHANGELOG.md b/CHANGELOG.md index 60059d9..0295b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.4.4 + +- feat: Update minimum supabase_flutter version to v2.3.4 +- fix: Add redirectTo for email password reset [#83](https://github.com/supabase-community/flutter-auth-ui/pull/83) +- feat: Add TextInputAction to phone and email sign in [#82](https://github.com/supabase-community/flutter-auth-ui/pull/82) +- fix: Fix autofill not opening when tapping on email field in SupaEmailAuth [#80](https://github.com/supabase-community/flutter-auth-ui/pull/80) + ## 0.4.3 - feat: Add localization / text customization support for all components. diff --git a/pubspec.yaml b/pubspec.yaml index 548884f..dd74aef 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.4.3 +version: 0.4.4 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui' @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - supabase_flutter: ^2.0.1 + supabase_flutter: ^2.3.4 email_validator: ^2.0.1 font_awesome_flutter: ^10.6.0 google_sign_in: ^6.2.1