diff --git a/geolocator/CHANGELOG.md b/geolocator/CHANGELOG.md index 904f6ddf..d02ec56a 100644 --- a/geolocator/CHANGELOG.md +++ b/geolocator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.0.0 + +- **BREAKING CHANGE:** Updates dependency on geolocator_web to version [3.0.0](https://pub.dev/packages/geolocator_web/changelog). + ## 10.1.1 - Adds a description to the README on how to add the `BYPASS_PERMISSION_LOCATION_ALWAYS` preprocessor to bypass the need for adding the `NSLocationAlwaysUsageDescription` to the `Info.plist`. diff --git a/geolocator/pubspec.yaml b/geolocator/pubspec.yaml index 8b5d6aa1..02a9d8ca 100644 --- a/geolocator/pubspec.yaml +++ b/geolocator/pubspec.yaml @@ -2,7 +2,7 @@ name: geolocator description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions. repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen -version: 10.1.1 +version: 11.0.0 environment: sdk: ">=2.15.0 <4.0.0" @@ -29,7 +29,7 @@ dependencies: geolocator_platform_interface: ^4.1.0 geolocator_android: ^4.3.0 geolocator_apple: ^2.3.0 - geolocator_web: ^2.2.0 + geolocator_web: ^3.0.0 geolocator_windows: ^0.2.2 dev_dependencies: