From a87b6aab3e6aeb14062209ce5811b7494ca32671 Mon Sep 17 00:00:00 2001 From: Eliud <58745656+eliudio@users.noreply.github.com> Date: Sat, 18 Apr 2020 02:34:08 +0200 Subject: [PATCH] [google_sign_in] Upgrade dependency google_sign_in_web: ^0.9.1 (#2647) Dart dependency resolution for ^0.Y.Z versions only picks up Z changes, so the latest changes to the plugin hadn't been released to the public. This change bumps the version of the dependency to the latest ^0.9.1. Co-authored-by: David Iglesias --- packages/google_sign_in/google_sign_in/CHANGELOG.md | 4 ++++ packages/google_sign_in/google_sign_in/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/google_sign_in/google_sign_in/CHANGELOG.md b/packages/google_sign_in/google_sign_in/CHANGELOG.md index dfe674eeb396..ed707ab26d86 100644 --- a/packages/google_sign_in/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.3 + +* Upgrade google_sign_in_web to version ^0.9.1 + ## 4.4.2 * Android: make the Delegate non-final to allow overriding. diff --git a/packages/google_sign_in/google_sign_in/pubspec.yaml b/packages/google_sign_in/google_sign_in/pubspec.yaml index 0631a6677c4d..8cd1f30979ef 100644 --- a/packages/google_sign_in/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in/pubspec.yaml @@ -2,7 +2,7 @@ name: google_sign_in description: Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android and iOS. homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in -version: 4.4.2 +version: 4.4.3 flutter: plugin: @@ -25,7 +25,7 @@ dependencies: # validation, so we set a ^ constraint. # TODO(amirh): Revisit this (either update this part in the design or the pub tool). # https://github.com/flutter/flutter/issues/46264 - google_sign_in_web: ^0.8.2 + google_sign_in_web: ^0.9.1 dev_dependencies: http: ^0.12.0