Skip to content

Commit 5580d19

Browse files
committed
Do not rewind more than 0.5.1.
1 parent 7f180b5 commit 5580d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google_identity_services_web/CHANGELOG.md

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

3-
* Updates web code to package `web: ^1.0.0`.
3+
* Updates web code to package `web: >=0.5.1 <2.0.0`.
44
* Updates SDK version to Dart `^3.4.0`. Flutter `^3.22.0`.
55

66
## 0.3.1+1

packages/google_identity_services_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
meta: ^1.3.0
12-
web: ">=0.5.0 <2.0.0"
12+
web: ">=0.5.1 <2.0.0"
1313

1414
dev_dependencies:
1515
path: ^1.8.1

0 commit comments

Comments
 (0)