From 2f38b5defb8852fe04c95bbe9d2bfa8e62135ef3 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 16 Oct 2024 12:25:08 +0900 Subject: [PATCH] chore: Publish v0.5.4 (#126) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f26dc28..6b5d75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.4 + +- feat: Add autovalidation [#125](https://github.com/supabase-community/flutter-auth-ui/pull/125) +- fix: Remove hardcoded styling from checkboxes [#125](https://github.com/supabase-community/flutter-auth-ui/pull/125) + ## 0.5.3 - feat: Add value property to BooleanMetaDataField to set initial state of checkbox [#120](https://github.com/supabase-community/flutter-auth-ui/pull/120) diff --git a/pubspec.yaml b/pubspec.yaml index e00aa45..ea198fd 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.3 +version: 0.5.4 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'