Skip to content

Commit a35cfd3

Browse files
authored
publish v0.5.0 (#102)
1 parent 2d545d1 commit a35cfd3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.0
2+
3+
- feat: Allow password recovery email to be redirected to other URL [#98](https://github.com/supabase-community/flutter-auth-ui/pull/98)
4+
- feat: Add callback for internal state of `SupaEmailAuth` [#99](https://github.com/supabase-community/flutter-auth-ui/pull/99)
5+
- feat!: Upgrade anonymous users to regular users automatically [#100](https://github.com/supabase-community/flutter-auth-ui/pull/100)
6+
- feat!: Allow the OAuth provider labels to be overridden on `SupaSocialsAuth` [#101](https://github.com/supabase-community/flutter-auth-ui/pull/101)
7+
18
## 0.4.4
29

310
- feat: Update minimum supabase_flutter version to v2.3.4

pubspec.yaml

+1-1
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.4
3+
version: 0.5.0
44
homepage: https://supabase.com
55
repository: 'https://github.com/supabase-community/flutter-auth-ui'
66

0 commit comments

Comments
 (0)