From a534290c9fd71f0207e5525e02c28b3887252d9b Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Sun, 23 Aug 2020 02:05:44 +0900 Subject: [PATCH] 0.2.6 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 4 ++-- ios/flutter_auth_ui.podspec | 2 +- pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7096e56..26f8901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.6 + +- Downgrade Flutter to `1.20.0` + ## 0.2.5 - Downgrade Flutter to `1.20.1` diff --git a/example/pubspec.lock b/example/pubspec.lock index 3e50db1..053d54d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -117,7 +117,7 @@ packages: path: ".." relative: true source: path - version: "0.2.5" + version: "0.2.6" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -268,4 +268,4 @@ packages: version: "2.0.8" sdks: dart: ">=2.9.0 <3.0.0" - flutter: ">=1.20.1 <2.0.0" + flutter: ">=1.20.0 <2.0.0" diff --git a/ios/flutter_auth_ui.podspec b/ios/flutter_auth_ui.podspec index 3ef9258..82bdecc 100644 --- a/ios/flutter_auth_ui.podspec +++ b/ios/flutter_auth_ui.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_auth_ui' - s.version = '0.2.5' + s.version = '0.2.6' s.summary = 'A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps.' s.description = <<-DESC A new Flutter plugin. diff --git a/pubspec.lock b/pubspec.lock index 31d5afa..378ae79 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -254,4 +254,4 @@ packages: version: "2.0.8" sdks: dart: ">=2.9.0 <3.0.0" - flutter: ">=1.20.1 <2.0.0" + flutter: ">=1.20.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 762b870..01214b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_auth_ui description: A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. -version: 0.2.5 +version: 0.2.6 homepage: https://github.com/koji-1009/flutter_auth_ui flutter: @@ -24,4 +24,4 @@ dev_dependencies: environment: sdk: ">=2.9.0 <3.0.0" - flutter: ">=1.20.1 <2.0.0" + flutter: ">=1.20.0 <2.0.0"