Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
location: bump version to 5.0.0
location_web: bump version to 4.0.0
location_platform_inteface: bump version to 3.0.0
  • Loading branch information
bartekpacia committed Jul 10, 2023
1 parent 51efa65 commit 8d49e58
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
5 changes: 5 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.0

- Fix build errors on Android (#847)
- Bump minimum Flutter to 3.0 (#847)

## 4.4.0

- **FEAT**: support android 12 in example app.
Expand Down
7 changes: 2 additions & 5 deletions packages/location/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: location_example
description: Demonstrates how to use the location plugin.

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
Expand All @@ -11,9 +12,5 @@ dependencies:
path: ../
url_launcher: ^6.0.2

dev_dependencies:
flutter_driver:
sdk: flutter

flutter:
uses-material-design: true
8 changes: 5 additions & 3 deletions packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: location
description: A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
version: 4.4.0
homepage: https://github.com/Lyokone/flutterlocation
description: Cross-platform plugin for easy access to device's location in real-time.
version: 5.0.0
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues

environment:
sdk: '>=2.17.0 <4.0.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0

- Bump minimum Flutter to 3.0 (#847)

## 2.3.0

- **FIX**: add platform tests.
Expand Down
6 changes: 3 additions & 3 deletions packages/location_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: location_platform_interface
description: A common platform interface for the location plugin.
version: 2.3.0
version: 3.0.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.12.13+hotfix.4'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
Expand Down
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 @@
## 4.0.0

- Bump minimum Flutter to 3.0 (#847)

## 3.1.1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: location_web
description: The web implementation of the location plugin.
version: 3.1.1
version: 4.0.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 8d49e58

Please sign in to comment.