From bf9af30c11a4dc7387f98516c1712386d360b059 Mon Sep 17 00:00:00 2001 From: Jerin <50375243+Jerinji2016@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:03:14 +0530 Subject: [PATCH] [google_sign_in_web] README.md typo (#6642) This PR has changes to a typo in the README.md in [google_sign_in_web](https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web) List of Issues fixed: - Typo in README.md of [google_sign_in_web](https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web) --- packages/google_sign_in/google_sign_in_web/CHANGELOG.md | 4 ++++ packages/google_sign_in/google_sign_in_web/README.md | 2 +- packages/google_sign_in/google_sign_in_web/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/google_sign_in/google_sign_in_web/CHANGELOG.md b/packages/google_sign_in/google_sign_in_web/CHANGELOG.md index 49d02d368b..c8eb27023c 100644 --- a/packages/google_sign_in/google_sign_in_web/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.12.4+1 + +* Fixes README.md typo. + ## 0.12.4 * Updates dependencies to `web: ^0.5.0` and `google_identity_services_web: ^0.3.1`. diff --git a/packages/google_sign_in/google_sign_in_web/README.md b/packages/google_sign_in/google_sign_in_web/README.md index 0777e8e0ea..3c442a263e 100644 --- a/packages/google_sign_in/google_sign_in_web/README.md +++ b/packages/google_sign_in/google_sign_in_web/README.md @@ -18,7 +18,7 @@ plugin required a major version update. The **Google Sign-In JavaScript for Web JS SDK** is set to be deprecated after March 31, 2023. **Google Identity Services (GIS) SDK** is the new solution to -quickly and easily sign users into your app suing their Google accounts. +quickly and easily sign users into your app using their Google accounts. * In the GIS SDK, Authentication and Authorization are now two separate concerns. * Authentication (information about the current user) flows will not diff --git a/packages/google_sign_in/google_sign_in_web/pubspec.yaml b/packages/google_sign_in/google_sign_in_web/pubspec.yaml index b7ed804cc9..6c4409cdab 100644 --- a/packages/google_sign_in/google_sign_in_web/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in_web/pubspec.yaml @@ -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.4 +version: 0.12.4+1 environment: sdk: ^3.3.0