From b78e48d48d27dbfeb15850e3ff18d457a74cfdaf Mon Sep 17 00:00:00 2001 From: fysoul17 Date: Wed, 27 Jan 2021 19:05:35 +1100 Subject: [PATCH] Version 2.1.1 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 30 +----------------------------- pubspec.lock | 28 ---------------------------- pubspec.yaml | 3 +-- 4 files changed, 6 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb29b73..d046d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.1.1] - 27/Jan/2021 + +- Removed firebase analytics + ## [2.1.0] - 26/Jan/2021 - Updated firebase versions and Kakao SDK. diff --git a/example/pubspec.lock b/example/pubspec.lock index 98cd2b7..b69f9a5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -106,34 +106,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "5.2.1" - firebase: - dependency: transitive - description: - name: firebase - url: "https://pub.dartlang.org" - source: hosted - version: "7.3.0" - firebase_analytics: - dependency: transitive - description: - name: firebase_analytics - url: "https://pub.dartlang.org" - source: hosted - version: "7.0.1" - firebase_analytics_platform_interface: - dependency: transitive - description: - name: firebase_analytics_platform_interface - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.3" - firebase_analytics_web: - dependency: transitive - description: - name: firebase_analytics_web - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.1" firebase_auth: dependency: transitive description: @@ -154,7 +126,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "2.1.1" firebase_auth_web: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 75db53f..1866956 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -99,34 +99,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "5.2.1" - firebase: - dependency: transitive - description: - name: firebase - url: "https://pub.dartlang.org" - source: hosted - version: "7.3.2" - firebase_analytics: - dependency: "direct main" - description: - name: firebase_analytics - url: "https://pub.dartlang.org" - source: hosted - version: "7.0.1" - firebase_analytics_platform_interface: - dependency: transitive - description: - name: firebase_analytics_platform_interface - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.3" - firebase_analytics_web: - dependency: transitive - description: - name: firebase_analytics_web - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.1" firebase_auth: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4e55a20..12ebeab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: firebase_auth_simplify description: A high-level framework of Firebase Auth package that wraps several lines of codes to one line in order to easily use sign-in and out function. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/fysoul17/firebase_auth_simplify environment: @@ -13,7 +13,6 @@ dependencies: firebase_core: ^0.7.0 firebase_auth: ^0.20.0 cloud_functions: ^0.9.0 - firebase_analytics: ^7.0.1 # Without this, flutter_kakao_login will fail. provider: ^4.3.1