Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xunreal75 committed Aug 9, 2023
1 parent 41a04f1 commit 39ee13c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-09

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`location2_ios` - `v6.0.4`](#location2_ios---v604)
- [`location2` - `v6.0.5`](#location2---v605)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `location2` - `v6.0.5`

---

#### `location2_ios` - `v6.0.4`

- fixed requesting and lister for permissions


## 2023-08-09

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/location2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
location2_android: ^6.0.4
# location_linux:
# path: ../location_linux
location2_ios: ^6.0.1
location2_ios: ^6.0.4
location2_macos: ^6.0.1
location2_platform_interface: ^6.0.1
location2_web: ^6.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/location2_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.4

- fixed requesting and lister for permissions

## 6.0.1

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/location2_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: location2_ios
description: iOS implementation of the location plugin
homepage: https://docs.page/Xunreal75/flutterlocation
repository: https://github.com/Xunreal75/flutterlocation
version: 6.0.1
version: 6.0.4

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

0 comments on commit 39ee13c

Please sign in to comment.