Skip to content

Commit 6cd0657

Browse files
authored
[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 dart-lang/pub-dev#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) ---
1 parent 671bd3f commit 6cd0657

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

packages/google_identity_services_web/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.3.0+1
2+
3+
* Corrects 0.3.0 changelog entry about the minimum Flutter/Dart dependencies.
4+
15
## 0.3.0
26

3-
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
7+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
48
* Migrates from `package:js`/`dart:html` to `package:web` so this package can
59
compile to WASM.
610
* Performs the following **breaking API changes (in bold)** and other fixes to

packages/google_identity_services_web/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ publish_to: 'none'
44
version: 0.0.1
55

66
environment:
7-
flutter: ^3.16.0
8-
sdk: ^3.2.0
7+
flutter: ">=3.16.0"
8+
sdk: ">=3.2.0 <4.0.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313
google_identity_services_web:
1414
path: ../
15-
http: ^1.1.2
15+
http: ">=0.13.0 <2.0.0"
1616
web: ">=0.3.0 <0.5.0"
1717

1818
dev_dependencies:

packages/google_identity_services_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: google_identity_services_web
22
description: A Dart JS-interop layer for Google Identity Services. Google's new sign-in SDK for Web that supports multiple types of credentials.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_identity_services_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_identiy_services_web%22
5-
version: 0.3.0
5+
version: 0.3.0+1
66

77
environment:
8-
sdk: ^3.2.0
8+
sdk: ">=3.2.0 <4.0.0"
99

1010
dependencies:
1111
meta: ^1.3.0

0 commit comments

Comments
 (0)