Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Aug 27, 2021
1 parent 1459139 commit 836200a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.3.2

- Update dependencies

## 2.3.1

- Fix EmailLink on Android
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.3.1):
- flutter_auth_ui (2.3.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: 434fef37c0980e73bb6479ef766c45957d4b510c
flutter_auth_ui: 5e2954d6f62915c290ea2b50f640b7a3945eb654
flutter_auth_ui: e0083bcc445c9f4277709554b723dd953d62340f
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
GoogleUtilities: 3df19e3c24f7bbc291d8b5809aa6b0d41e642437
Expand Down
2 changes: 1 addition & 1 deletion flutter_auth_ui/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.1"
version: "2.3.2"
flutter_auth_ui_web:
dependency: transitive
description:
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.3.1'
s.version = '2.3.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.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ packages:
name: flutter_auth_ui_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "1.0.5"
flutter_lints:
dependency: "direct dev"
description:
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.3.1
version: 2.3.2
homepage: https://github.com/koji-1009/flutter_auth_ui

flutter:
Expand Down

0 comments on commit 836200a

Please sign in to comment.