Skip to content

Commit

Permalink
release v0.4.4 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored Apr 13, 2024
1 parent 36bd5fa commit a77b19f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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
Expand Down

0 comments on commit a77b19f

Please sign in to comment.