Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fysoul17 committed Jan 27, 2021
1 parent 4b23922 commit b78e48d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 59 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
30 changes: 1 addition & 29 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -154,7 +126,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0"
version: "2.1.1"
firebase_auth_web:
dependency: transitive
description:
Expand Down
28 changes: 0 additions & 28 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit b78e48d

Please sign in to comment.