Skip to content

Commit 73c67a4

Browse files
committed
location_web: bump version to 5.0.3
1 parent 8afb028 commit 73c67a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/location_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.3
2+
3+
- Bump dependency on `location_platform_interface` to `^5.0.0`
4+
15
## 5.0.2
26

37
- Remove dependency on `dart:html` in favor of `package:web` to allow complation

packages/location_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: location_web
22
description: The web implementation of the location plugin.
3-
version: 5.0.2
3+
version: 5.0.3
44
homepage: https://github.com/Lyokone/flutterlocation
55
repository: https://github.com/Lyokone/flutterlocation
66
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
@@ -16,7 +16,7 @@ dependencies:
1616
sdk: flutter
1717
http_parser: ^4.0.2
1818
js: ^0.6.3
19-
location_platform_interface: ^4.0.0
19+
location_platform_interface: ^5.0.0
2020
web: ^0.5.1
2121

2222
dev_dependencies:

0 commit comments

Comments
 (0)