From ffe7c343ff463303d875d144bca2e531b7c45f50 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Thu, 8 Jul 2021 21:54:10 +0900 Subject: [PATCH] 2.2.2 --- flutter_auth_ui/CHANGELOG.md | 4 ++++ flutter_auth_ui/example/ios/Podfile.lock | 4 ++-- flutter_auth_ui/example/pubspec.lock | 2 +- flutter_auth_ui/ios/flutter_auth_ui.podspec | 2 +- flutter_auth_ui/pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/flutter_auth_ui/CHANGELOG.md b/flutter_auth_ui/CHANGELOG.md index 96d2488..b767e8b 100644 --- a/flutter_auth_ui/CHANGELOG.md +++ b/flutter_auth_ui/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.2 + +- Fix iOS code error + ## 2.2.1 - Support Email link auth on iOS diff --git a/flutter_auth_ui/example/ios/Podfile.lock b/flutter_auth_ui/example/ios/Podfile.lock index 80d600a..b707c10 100644 --- a/flutter_auth_ui/example/ios/Podfile.lock +++ b/flutter_auth_ui/example/ios/Podfile.lock @@ -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) @@ -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 diff --git a/flutter_auth_ui/example/pubspec.lock b/flutter_auth_ui/example/pubspec.lock index b00a20e..f8b1720 100644 --- a/flutter_auth_ui/example/pubspec.lock +++ b/flutter_auth_ui/example/pubspec.lock @@ -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: diff --git a/flutter_auth_ui/ios/flutter_auth_ui.podspec b/flutter_auth_ui/ios/flutter_auth_ui.podspec index ed35704..d6f99d1 100644 --- a/flutter_auth_ui/ios/flutter_auth_ui.podspec +++ b/flutter_auth_ui/ios/flutter_auth_ui.podspec @@ -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. diff --git a/flutter_auth_ui/pubspec.yaml b/flutter_auth_ui/pubspec.yaml index 7386ea6..b0d59b9 100644 --- a/flutter_auth_ui/pubspec.yaml +++ b/flutter_auth_ui/pubspec.yaml @@ -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: