Skip to content

Commit

Permalink
location_web: bump version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 28, 2024
1 parent 8afb028 commit 73c67a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.3

- Bump dependency on `location_platform_interface` to `^5.0.0`

## 5.0.2

- Remove dependency on `dart:html` in favor of `package:web` to allow complation
Expand Down
4 changes: 2 additions & 2 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location_web
description: The web implementation of the location plugin.
version: 5.0.2
version: 5.0.3
homepage: https://github.com/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand All @@ -16,7 +16,7 @@ dependencies:
sdk: flutter
http_parser: ^4.0.2
js: ^0.6.3
location_platform_interface: ^4.0.0
location_platform_interface: ^5.0.0
web: ^0.5.1

dev_dependencies:
Expand Down

0 comments on commit 73c67a4

Please sign in to comment.