Skip to content

Commit

Permalink
publish v0.3.0 (supabase-community#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored Dec 17, 2023
1 parent 9519f63 commit 4b1a740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- BREAKING: Update `supabase_flutter` to v2.0.1

## 0.2.1

- feat: Make `SupaSocialsAuth` success SnackBar optional [#54](https://github.com/supabase-community/flutter-auth-ui/pull/54)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: supabase_auth_ui
description: UI library to implement auth forms using Supabase and Flutter
version: 0.2.1
version: 0.3.0
homepage: https://supabase.com
repository: 'https://github.com/supabase-community/flutter-auth-ui'

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
Expand Down

0 comments on commit 4b1a740

Please sign in to comment.