From c7286712f0780fe5be738f6c164d5de81b4cc5ac Mon Sep 17 00:00:00 2001 From: dshukertjr Date: Sat, 20 Jan 2024 08:53:20 +0900 Subject: [PATCH] chore: publish v0.4.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f470684..ec86826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +- feat: Add `extraMetadata` parameter to `SupaEmailAuth` to add headless signup user metadata. + ## 0.4.0+1 - chore: Minor updates to readme.md diff --git a/pubspec.yaml b/pubspec.yaml index c7df9c7..b7126b0 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.0+1 +version: 0.4.1 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'