Skip to content

Commit

Permalink
Merge pull request #64 from koji-1009/2.2.2
Browse files Browse the repository at this point in the history
2.2.2
  • Loading branch information
koji-1009 authored Jul 8, 2021
2 parents 0f1c843 + ffe7c34 commit b3a6ada
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.2.2

- Fix iOS code error

## 2.2.1

- Support Email link auth on iOS
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 (11.0.3):
- FirebasePhoneAuthUI (~> 11.0)
- Flutter (1.0.0)
- flutter_auth_ui (2.2.1):
- flutter_auth_ui (2.2.2):
- FirebaseUI/Anonymous (~> 11.0)
- FirebaseUI/Auth (~> 11.0)
- FirebaseUI/Email (~> 11.0)
Expand Down Expand Up @@ -196,7 +196,7 @@ SPEC CHECKSUMS:
FirebasePhoneAuthUI: ee72e8b968bf39420c3af4f8cf810c7f755f032f
FirebaseUI: d2777b3abcb3fa40ea9eea9e40db5a154df608d3
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
flutter_auth_ui: a292c877aaae988250e5bd01500067b22574e67d
flutter_auth_ui: 9ad8520e9c4ddfa8ecc9a84c9fbb6fbda094bab9
GoogleDataTransport: 04c3e9a480bbcaa2ec3f5d27f1cdeb6a92f20c8d
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
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.2.1"
version: "2.2.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.2.1'
s.version = '2.2.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.2.1
version: 2.2.2
homepage: https://github.com/koji-1009/flutter_auth_ui

flutter:
Expand Down

0 comments on commit b3a6ada

Please sign in to comment.