Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Jun 5, 2021
1 parent c7b7eb6 commit 5d17b8b
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 6 deletions.
29 changes: 29 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 4.2.0

- **REFACTOR**: remove Android strings.
- **REFACTOR**: extract background notification logic to separate class.
- **FIX**: wait 2 location updates to make sure that the last knwown position isn't returned instantly #549.
- **FIX**: fix the depreciation warning on android #550.
- **FIX**: improve changeSettings to be applied immediatly.
- **FEAT**: add several information to resolve #552.
- **FEAT**: add several information to resolve #552.
- **FEAT**: better listen example to prevent infinite location request.
- **FEAT**: fix typos.
- **FEAT**: add ios requirements.
- **FEAT**: improve example app.
- **FEAT**: separate result variables to prevent result override.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: update example app to showcase Android notification options.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: handle notification changes in Android MethodCallHandler.
- **FEAT**: return notification and channel id when changing options.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 4.1.1

- **FIX**: fix crash on build.
Expand Down
6 changes: 3 additions & 3 deletions packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location
description: A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
version: 4.1.1
version: 4.2.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand All @@ -23,8 +23,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_platform_interface: ^2.1.0
location_web: ^3.0.0
location_platform_interface: ^2.2.0
location_web: ^3.1.0
meta: ^1.3.0

dev_dependencies:
Expand Down
16 changes: 16 additions & 0 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.2.0

- **FIX**: fix the depreciation warning on android #550.
- **FEAT**: add several information to resolve #552.
- **FEAT**: improve LocationData doc.
- **FEAT**: improve example app.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 2.1.0

- **FEAT**: add option to reopen app from notification.
Expand Down
2 changes: 1 addition & 1 deletion packages/location_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location_platform_interface
description: A common platform interface for the location plugin.
version: 2.1.0
version: 2.2.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
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 @@
## 3.1.0

- **FEAT**: add several information to resolve #552.

## 3.0.0

> Note: This release has breaking changes.
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: 3.0.0
version: 3.1.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
http_parser: ^4.0.0
js: ^0.6.3
location_platform_interface: ^2.1.0
location_platform_interface: ^2.2.0
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 5d17b8b

Please sign in to comment.