diff --git a/packages/location_web/CHANGELOG.md b/packages/location_web/CHANGELOG.md index 62874576..62dce0bd 100644 --- a/packages/location_web/CHANGELOG.md +++ b/packages/location_web/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.1.0 + +- Refactoring (#853) + - Set up code formatting & linting on CI + - Remove unused dependency on `package:meta` + - Bump dependency on `location_platform_interface` to `^3.1.0` + - Bump minimum Flutter to 3.3 + ## 4.0.0 - Bump minimum Flutter to 3.0 (#847) diff --git a/packages/location_web/pubspec.yaml b/packages/location_web/pubspec.yaml index 383f75f5..0d81f6f3 100644 --- a/packages/location_web/pubspec.yaml +++ b/packages/location_web/pubspec.yaml @@ -1,7 +1,9 @@ name: location_web description: The web implementation of the location plugin. -version: 4.0.0 +version: 4.1.0 homepage: https://github.com/Lyokone/flutterlocation +repository: https://github.com/Lyokone/flutterlocation +issue_tracker: https://github.com/Lyokone/flutterlocation/issues environment: sdk: '>=2.18.0 <4.0.0' @@ -14,8 +16,7 @@ dependencies: sdk: flutter http_parser: ^4.0.0 js: ^0.6.3 - location_platform_interface: ^3.0.0 - meta: ^1.3.0 + location_platform_interface: ^3.1.0 dev_dependencies: flutter_test: