Skip to content

Commit

Permalink
Merge pull request #942 from joe-wd/master
Browse files Browse the repository at this point in the history
Downgraded location_web dependency on js ^0.7.1 to js ^0.6.3 for comp…
  • Loading branch information
bartekpacia authored Apr 1, 2024
2 parents 3351df5 + e9d7b3e commit fe98e65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.1

- Downgraded location_web dependency on js ^0.7.1 to js ^0.6.3 for compatibility with firebase_core ^2.27.2

## 6.0.0

- Bump Android Gradle Plugin from 7.4.2 to 8.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location
description: Cross-platform plugin for easy access to device's location in real-time.
version: 6.0.0
version: 6.0.1
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http_parser: ^4.0.2
js: ^0.7.1
js: ^0.6.3
location_platform_interface: ^4.0.0

dev_dependencies:
Expand Down

0 comments on commit fe98e65

Please sign in to comment.