From 6e0c30667bcee1f8f82619259d324c8232fc01fb Mon Sep 17 00:00:00 2001 From: includecmath Date: Tue, 3 Dec 2019 13:50:13 +0800 Subject: [PATCH 1/3] Update google_sign_in_example name in pubspec.yaml --- packages/google_sign_in/google_sign_in/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in/example/pubspec.yaml b/packages/google_sign_in/google_sign_in/example/pubspec.yaml index a5b774d95a84..b60b92133dbd 100755 --- a/packages/google_sign_in/google_sign_in/example/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in/example/pubspec.yaml @@ -1,4 +1,4 @@ -name: example +name: google_sign_in_example description: Example of Google Sign-In plugin. dependencies: From eb25432643316d289e30fcfc0b6e168cda159753 Mon Sep 17 00:00:00 2001 From: includecmath Date: Wed, 4 Dec 2019 14:39:29 +0800 Subject: [PATCH 2/3] Update google_sign_in version --- packages/google_sign_in/google_sign_in/CHANGELOG.md | 4 ++++ packages/google_sign_in/google_sign_in/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in/CHANGELOG.md b/packages/google_sign_in/google_sign_in/CHANGELOG.md index 3ea1a59c38d3..04caf3fb5e65 100644 --- a/packages/google_sign_in/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.14+1 + +* Make plugin example meet naming convention. + ## 4.0.14 * Port plugin code to use the federated Platform Interface, instead of a MethodChannel directly. diff --git a/packages/google_sign_in/google_sign_in/pubspec.yaml b/packages/google_sign_in/google_sign_in/pubspec.yaml index 30e2b88016bf..9fee92d834c6 100644 --- a/packages/google_sign_in/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in/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 and iOS. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in -version: 4.0.14 +version: 4.0.14+1 flutter: plugin: From 49418e411e2654aaadad2c416c4c030686df3695 Mon Sep 17 00:00:00 2001 From: includecmath Date: Wed, 4 Dec 2019 14:53:19 +0800 Subject: [PATCH 3/3] Update version convention --- packages/google_sign_in/google_sign_in/CHANGELOG.md | 2 +- packages/google_sign_in/google_sign_in/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google_sign_in/google_sign_in/CHANGELOG.md b/packages/google_sign_in/google_sign_in/CHANGELOG.md index 04caf3fb5e65..5fc76f591b34 100644 --- a/packages/google_sign_in/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.0.14+1 +## 4.0.15 * Make plugin example meet naming convention. diff --git a/packages/google_sign_in/google_sign_in/pubspec.yaml b/packages/google_sign_in/google_sign_in/pubspec.yaml index 9fee92d834c6..5c7dc939f872 100644 --- a/packages/google_sign_in/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in/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 and iOS. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in -version: 4.0.14+1 +version: 4.0.15 flutter: plugin: