Skip to content

Commit a77b19f

Browse files
authored
release v0.4.4 (#85)
1 parent 36bd5fa commit a77b19f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.4
2+
3+
- feat: Update minimum supabase_flutter version to v2.3.4
4+
- fix: Add redirectTo for email password reset [#83](https://github.com/supabase-community/flutter-auth-ui/pull/83)
5+
- feat: Add TextInputAction to phone and email sign in [#82](https://github.com/supabase-community/flutter-auth-ui/pull/82)
6+
- fix: Fix autofill not opening when tapping on email field in SupaEmailAuth [#80](https://github.com/supabase-community/flutter-auth-ui/pull/80)
7+
18
## 0.4.3
29

310
- feat: Add localization / text customization support for all components.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supabase_auth_ui
22
description: UI library to implement auth forms using Supabase and Flutter
3-
version: 0.4.3
3+
version: 0.4.4
44
homepage: https://supabase.com
55
repository: 'https://github.com/supabase-community/flutter-auth-ui'
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
supabase_flutter: ^2.0.1
14+
supabase_flutter: ^2.3.4
1515
email_validator: ^2.0.1
1616
font_awesome_flutter: ^10.6.0
1717
google_sign_in: ^6.2.1

0 commit comments

Comments
 (0)