diff --git a/packages/location_web/CHANGELOG.md b/packages/location_web/CHANGELOG.md index 41def216..f032c15c 100644 --- a/packages/location_web/CHANGELOG.md +++ b/packages/location_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.4 + +- Bump dependency on `package: web` to `^1.0.0` + ## 5.0.3 - Bump dependency on `location_platform_interface` to `^5.0.0` diff --git a/packages/location_web/pubspec.yaml b/packages/location_web/pubspec.yaml index 2bb23938..0a1b606b 100644 --- a/packages/location_web/pubspec.yaml +++ b/packages/location_web/pubspec.yaml @@ -1,6 +1,6 @@ name: location_web description: The web implementation of the location plugin. -version: 5.0.3 +version: 5.0.4 homepage: https://github.com/Lyokone/flutterlocation repository: https://github.com/Lyokone/flutterlocation issue_tracker: https://github.com/Lyokone/flutterlocation/issues @@ -14,10 +14,10 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - http_parser: ^4.0.2 + http_parser: ^4.0.0 js: ^0.6.3 location_platform_interface: ^5.0.0 - web: ">=^0.5.1 <2.0.0" + web: ^1.0.0 dev_dependencies: flutter_test: