Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - location@4.3.0
 - location_platform_interface@2.3.0
 - location_web@3.1.1
  • Loading branch information
Lyokone committed Jun 14, 2021
1 parent ec6ac54 commit ad313ee
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 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 @@
## 4.3.0

- **FIX**: fix location package test.
- **FEAT**: improve coverage.

## 4.2.3

- **FIX**: fix macos build, fixing #544.
Expand Down
7 changes: 3 additions & 4 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.2.3
version: 4.3.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand All @@ -23,9 +23,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_platform_interface: ^2.2.0
location_web: ^3.1.0

location_platform_interface: ^2.3.0
location_web: ^3.1.1
dev_dependencies:
async: ^2.5.0
build_runner: ^1.11.5
Expand Down
6 changes: 6 additions & 0 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.0

- **FIX**: add platform tests.
- **FIX**: fix tests.
- **FEAT**: improve coverage.

## 2.2.0

- **FIX**: fix the depreciation warning on android #550.
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.2.0
version: 2.3.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.1

- Update a dependency to the latest release.

## 3.1.0

- **FEAT**: add several information to resolve #552.
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.1.0
version: 3.1.1
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.2.0
location_platform_interface: ^2.3.0
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit ad313ee

Please sign in to comment.