Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - location@4.0.1
 - location_platform_interface@2.0.1
 - location_web@2.0.1
  • Loading branch information
Lyokone committed Mar 4, 2021
1 parent dbade14 commit 6cfa578
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 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.0.1

- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 4.0.0

- **FEAT**: Update to null safety.
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.0.0
version: 4.0.1
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand All @@ -23,8 +23,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_platform_interface: ^2.0.0
location_web: ^2.0.0
location_platform_interface: ^2.0.1
location_web: ^2.0.1
meta: ^1.3.0

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

- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 2.0.0

- **FEAT**: Update to null safety.
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.0.0
version: 2.0.1
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand Down
5 changes: 5 additions & 0 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 2.0.0

- **FEAT**: Update to null safety.
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: 2.0.0
version: 2.0.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.0.0
location_platform_interface: ^2.0.1
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 6cfa578

Please sign in to comment.