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 Mar 2, 2023
1 parent bd11f67 commit 9000a61
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-03-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`location` - `v5.0.0-dev.9`](#location---v500-dev9)
- [`location_android` - `v5.0.0-dev.4`](#location_android---v500-dev4)

---

#### `location` - `v5.0.0-dev.9`

- **FEAT**: update to run on Flutter 3.7.

#### `location_android` - `v5.0.0-dev.4`

- **FEAT**: update to run on Flutter 3.7.

4 changes: 4 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0-dev.9

- **FEAT**: update to run on Flutter 3.7.

## 5.0.0-dev.8

- **FEAT**: improve PermissionStatus.
Expand Down
4 changes: 2 additions & 2 deletions packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: location
description: This librarie aims at providing you a simple way to get the user location without thinking about permission.
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
version: 5.0.0-dev.8
version: 5.0.0-dev.9

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -27,7 +27,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_android: ^5.0.0-dev.3
location_android: ^5.0.0-dev.4
location_ios: ^5.0.0-dev.4
# location_linux:
# path: ../location_linux
Expand Down
4 changes: 4 additions & 0 deletions packages/location_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0-dev.4

- **FEAT**: update to run on Flutter 3.7.

## 5.0.0-dev.3

- **FEAT**: improve PermissionStatus.
Expand Down
2 changes: 1 addition & 1 deletion packages/location_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: location_android
description: Android implementation of the location plugin
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
version: 5.0.0-dev.3
version: 5.0.0-dev.4

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 9000a61

Please sign in to comment.