From 15787cbe419af673008ad478d8a3ff2d7862940e Mon Sep 17 00:00:00 2001 From: dshukertjr Date: Thu, 15 Aug 2024 16:49:50 +0900 Subject: [PATCH] chore: publish v0.5.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6512b40..a01cae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.1 + +- feat: Improve form interaction and code organization in `SupaEmailAuth` [#106](https://github.com/supabase-community/flutter-auth-ui/pull/106) +- feat: Enable custom icons for `SupaEmailAuth` [#108](https://github.com/supabase-community/flutter-auth-ui/pull/108) + ## 0.5.0 - feat: Allow password recovery email to be redirected to other URL [#98](https://github.com/supabase-community/flutter-auth-ui/pull/98) diff --git a/pubspec.yaml b/pubspec.yaml index 6d5f17a..6b2ef37 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.0 +version: 0.5.1 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'