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

Commit 6639abe

Browse files
committed
Fixup changelogs
1 parent d9e4eba commit 6639abe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/google_sign_in/google_sign_in_android/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## Next
22

3-
* Make `clientId` unsupported and support `serverClientId` instead.
4-
Historically `clientId` was interpreted as `serverClientId`, but only on Android. On
5-
other platforms it was interpreted as the OAuth `clientId` of the app.
3+
* **BREAKING CHANGES**:
4+
* Add `serverClientId` parameter to `IDelegate.init`.
5+
* Make `clientId` unsupported and support `serverClientId` instead.
6+
Historically `clientId` was interpreted as `serverClientId`, but only on Android. On
7+
other platforms it was interpreted as the OAuth `clientId` of the app.
68

79
## 5.2.5
810

packages/google_sign_in/google_sign_in_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Next
22

3-
* Add `serverClientId` parameter to `GoogleSignInPlatform.init`.
3+
* **BREAKING CHANGE**: Add `serverClientId` parameter to `GoogleSignInPlatform.init`.
44

55
## 2.1.2
66

0 commit comments

Comments
 (0)