Skip to content

Commit

Permalink
Merge pull request #860 from Lyokone/release_new_versions
Browse files Browse the repository at this point in the history
location_web: bump version to 4.1.0
  • Loading branch information
bartekpacia authored Jul 23, 2023
2 parents 7e7f607 + fcd643d commit cf47795
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 4 additions & 3 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit cf47795

Please sign in to comment.