Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Jan 5, 2022
1 parent 32ad427 commit 73ad79f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions flutter_auth_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

- Fix typo

## 2.4.1

- Add `FlutterAuthUi.signOut()`
Expand Down
4 changes: 2 additions & 2 deletions flutter_auth_ui/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PODS:
- FirebaseUI/Phone (12.0.2):
- FirebasePhoneAuthUI (~> 12.0)
- Flutter (1.0.0)
- flutter_auth_ui (2.4.1):
- flutter_auth_ui (2.4.2):
- FirebaseUI/Anonymous (~> 12.0)
- FirebaseUI/Auth (~> 12.0)
- FirebaseUI/Email (~> 12.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ SPEC CHECKSUMS:
FirebasePhoneAuthUI: d84be4a096ddc19f9aace4a6ebcf80fe334f466b
FirebaseUI: b04b32ead3a6dcd5a50829e14b8f3f6d044d5d62
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_auth_ui: 4e3a33f1916590de4bd1fc13d052e20baecbc412
flutter_auth_ui: fd3019c679a0a959f5900d7f90fb8c0213cc3337
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
GoogleUtilities: 8de2a97a17e15b6b98e38e8770e2d129a57c0040
Expand Down
2 changes: 1 addition & 1 deletion flutter_auth_ui/ios/flutter_auth_ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_auth_ui'
s.version = '2.4.1'
s.version = '2.4.2'
s.summary = 'Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc.'
s.description = <<-DESC
A new Flutter plugin.
Expand Down
2 changes: 1 addition & 1 deletion flutter_auth_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_auth_ui
description: Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc.
version: 2.4.1
version: 2.4.2
homepage: https://github.com/koji-1009/flutter_auth_ui

flutter:
Expand Down

0 comments on commit 73ad79f

Please sign in to comment.