From 6cd0657c4500118321bde0979d27a758e9a696c3 Mon Sep 17 00:00:00 2001 From: David Iglesias Date: Thu, 7 Dec 2023 19:00:28 -0800 Subject: [PATCH] [gis_web] Correct pub.dev changelog entry. (#5613) The previous push to this package didn't update its pub.dev score/docs [(error log)](https://pub.dev/packages/google_identity_services_web/versions/0.3.0/score/log.txt). --- This PR attempts to re-publish the package, in the hope that it was a transient error in pub. ~~Maybe workaround for https://github.com/dart-lang/pub-dev/issues/7267~~ It's confirmed that this was a transient error in pub, this PR now just corrects the changelog of the previous change to list the correct dart/flutter versions that are required (and update the dependency definitions to match the rest of the repo) --- --- packages/google_identity_services_web/CHANGELOG.md | 6 +++++- packages/google_identity_services_web/example/pubspec.yaml | 6 +++--- packages/google_identity_services_web/pubspec.yaml | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/google_identity_services_web/CHANGELOG.md b/packages/google_identity_services_web/CHANGELOG.md index b113d4065a..d63208d5af 100644 --- a/packages/google_identity_services_web/CHANGELOG.md +++ b/packages/google_identity_services_web/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.3.0+1 + +* Corrects 0.3.0 changelog entry about the minimum Flutter/Dart dependencies. + ## 0.3.0 -* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. +* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2. * Migrates from `package:js`/`dart:html` to `package:web` so this package can compile to WASM. * Performs the following **breaking API changes (in bold)** and other fixes to diff --git a/packages/google_identity_services_web/example/pubspec.yaml b/packages/google_identity_services_web/example/pubspec.yaml index 87f30785e4..e53f85dff1 100644 --- a/packages/google_identity_services_web/example/pubspec.yaml +++ b/packages/google_identity_services_web/example/pubspec.yaml @@ -4,15 +4,15 @@ publish_to: 'none' version: 0.0.1 environment: - flutter: ^3.16.0 - sdk: ^3.2.0 + flutter: ">=3.16.0" + sdk: ">=3.2.0 <4.0.0" dependencies: flutter: sdk: flutter google_identity_services_web: path: ../ - http: ^1.1.2 + http: ">=0.13.0 <2.0.0" web: ">=0.3.0 <0.5.0" dev_dependencies: diff --git a/packages/google_identity_services_web/pubspec.yaml b/packages/google_identity_services_web/pubspec.yaml index 3c67b63a24..2d18e83a78 100644 --- a/packages/google_identity_services_web/pubspec.yaml +++ b/packages/google_identity_services_web/pubspec.yaml @@ -2,10 +2,10 @@ name: google_identity_services_web description: A Dart JS-interop layer for Google Identity Services. Google's new sign-in SDK for Web that supports multiple types of credentials. repository: https://github.com/flutter/packages/tree/main/packages/google_identity_services_web issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_identiy_services_web%22 -version: 0.3.0 +version: 0.3.0+1 environment: - sdk: ^3.2.0 + sdk: ">=3.2.0 <4.0.0" dependencies: meta: ^1.3.0