Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Make publishable happier
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Feb 25, 2021
1 parent 7b3265d commit 3557a62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0

* Migrate to null-safety.

## 0.9.2+1

* Update Flutter SDK constraint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
sdk: flutter

dev_dependencies:
google_sign_in: ^5.0.0-0
http: ^0.13.0
js: ^0.6.3
flutter_driver:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flutter:
fileName: google_sign_in_web.dart

dependencies:
google_sign_in_platform_interface: ^2.0.0-0
google_sign_in_platform_interface: ^2.0.0-0 # TODO: Migrate to stable
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 3557a62

Please sign in to comment.