Skip to content

Commit

Permalink
updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin-morocho committed Dec 9, 2021
1 parent 5470493 commit 2c183e5
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
2 changes: 2 additions & 0 deletions facebook_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 3.5.7
- Fixed Parse error for Facebook long-lived tokens. Thanks to [RomainFranceschini](https://github.com/RomainFranceschini)
### 3.5.6+3
- revert minSdkVersion on Android.
### 3.5.6+2
Expand Down
4 changes: 2 additions & 2 deletions facebook_auth/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.6+3"
version: "3.5.7"
flutter_facebook_auth_platform_interface:
dependency: transitive
description:
name: flutter_facebook_auth_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.0"
version: "2.7.1"
flutter_facebook_auth_web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
name: flutter_facebook_auth_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.0"
version: "2.7.1"
flutter_facebook_auth_web:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions facebook_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_facebook_auth
description: The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.
version: 3.5.6+3
version: 3.5.7
homepage: https://github.com/darwin-morocho/flutter-facebook-auth

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_facebook_auth_platform_interface: ^2.7.0
flutter_facebook_auth_platform_interface: ^2.7.1
# flutter_facebook_auth_platform_interface:
# path: ../facebook_auth_platform_interface
flutter_facebook_auth_web: ^2.6.0+2
Expand Down
2 changes: 2 additions & 0 deletions facebook_auth_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.7.1
- Fixed Parse error for Facebook long-lived tokens. Thanks to [RomainFranceschini](https://github.com/RomainFranceschini)
### 2.7.0
- Added isAutoLogAppEventsEnabled only iOS.

Expand Down
2 changes: 0 additions & 2 deletions facebook_auth_platform_interface/lib/src/access_token.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:math';

const maxMillisecondsSinceEpoch = 8640000000000000;
const minMillisecondsSinceEpoch = -8640000000000000;

Expand Down
25 changes: 16 additions & 9 deletions facebook_auth_platform_interface/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "22.0.0"
version: "31.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.1"
version: "2.8.0"
args:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
cli_util:
dependency: transitive
description:
Expand Down Expand Up @@ -116,6 +116,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
frontend_server_client:
dependency: transitive
description:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -171,7 +178,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -323,21 +330,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.8"
version: "1.17.10"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19"
version: "0.4.0"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -388,5 +395,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"
2 changes: 1 addition & 1 deletion facebook_auth_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_facebook_auth_platform_interface
description: A common platform interface for the flutter_facebook_auth plugin.
version: 2.7.0
version: 2.7.1
homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_platform_interface

environment:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following to your `pubspec.yaml`

```yaml
dependencies:
flutter_facebook_auth: ^3.5.6+3
flutter_facebook_auth: ^3.5.7
```
Expand Down

0 comments on commit 2c183e5

Please sign in to comment.