From c91bfded2af33948d7dbb98126ca09728e4f7242 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sat, 30 Mar 2024 22:10:58 +0100 Subject: [PATCH] location_web: bump version to 5.0.0 --- packages/location_web/CHANGELOG.md | 5 +++++ packages/location_web/pubspec.yaml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/location_web/CHANGELOG.md b/packages/location_web/CHANGELOG.md index 000ddb1e..037cabda 100644 --- a/packages/location_web/CHANGELOG.md +++ b/packages/location_web/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16 +- Bump dependencies + ## 4.2.0 - Add accuracy to location data, if available (#876 by Tyler Jewell) diff --git a/packages/location_web/pubspec.yaml b/packages/location_web/pubspec.yaml index 731d7e6e..2251e8dc 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: 4.2.0 +version: 5.0.0 homepage: https://github.com/Lyokone/flutterlocation repository: https://github.com/Lyokone/flutterlocation issue_tracker: https://github.com/Lyokone/flutterlocation/issues @@ -15,8 +15,8 @@ dependencies: flutter_web_plugins: sdk: flutter http_parser: ^4.0.2 - js: ^0.6.7 - location_platform_interface: ^3.1.2 + js: ^0.7.1 + location_platform_interface: ^4.0.0 dev_dependencies: flutter_test: