Skip to content

Commit

Permalink
[gsi_web] Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Oct 25, 2023
1 parent 3452058 commit 28d04f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/google_sign_in/google_sign_in_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.12.1

* Enables FedCM on browsers that support this authentication mechanism.
* Uses the expiration timestamps of Credential and Token responses to improve
the accuracy of `isSignedIn` and `canAccessScopes` methods.
* Deprecates `signIn()` method.
* Users should migrate to `renderButton` and `silentSignIn`, as described in
the README.

## 0.12.0+5

* Migrates to `dart:ui_web` APIs.
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android, iOS and Web.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 0.12.0+5
version: 0.12.1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 28d04f2

Please sign in to comment.