Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c0d4e80

Browse files
authored
[google_sign_in] Endorses next web package. (#7191)
Bump major version to 6.0.0.
1 parent 190c6d9 commit c0d4e80

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.0.0
2+
3+
* **Breaking change** for platform `web`:
4+
* Endorses `google_sign_in_web: ^0.11.0` as the web implementation of the plugin.
5+
* The web package is now backed by the **Google Identity Services (GIS) SDK**,
6+
instead of the **Google Sign-In for Web JS SDK**, which is set to be deprecated
7+
after March 31, 2023.
8+
* Migration information can be found in the
9+
[`google_sign_in_web` package README](https://pub.dev/packages/google_sign_in_web).
10+
11+
For every platform other than `web`, this version should be identical to `5.4.4`.
12+
113
## 5.4.4
214

315
* Adds documentation for iOS auth with SERVER_CLIENT_ID

packages/google_sign_in/google_sign_in/pubspec.yaml

+2-2
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 and iOS.
44
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 5.4.4
6+
version: 6.0.0
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"
@@ -25,7 +25,7 @@ dependencies:
2525
google_sign_in_android: ^6.1.0
2626
google_sign_in_ios: ^5.5.0
2727
google_sign_in_platform_interface: ^2.2.0
28-
google_sign_in_web: ^0.10.0
28+
google_sign_in_web: ^0.11.0
2929

3030
dev_dependencies:
3131
build_runner: ^2.1.10

0 commit comments

Comments
 (0)