Skip to content

Commit 28d04f2

Browse files
committed
[gsi_web] Update CHANGELOG and version.
1 parent 3452058 commit 28d04f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.12.1
2+
3+
* Enables FedCM on browsers that support this authentication mechanism.
4+
* Uses the expiration timestamps of Credential and Token responses to improve
5+
the accuracy of `isSignedIn` and `canAccessScopes` methods.
6+
* Deprecates `signIn()` method.
7+
* Users should migrate to `renderButton` and `silentSignIn`, as described in
8+
the README.
9+
110
## 0.12.0+5
211

312
* Migrates to `dart:ui_web` APIs.

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android, iOS and Web.
44
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 0.12.0+5
6+
version: 0.12.1
77

88
environment:
99
sdk: ">=3.1.0 <4.0.0"

0 commit comments

Comments
 (0)