Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasetiawans committed Aug 25, 2024
1 parent 7b63fca commit fbc8f94
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_background_service` - `v5.0.8`](#flutter_background_service---v508)
- [`flutter_background_service_android` - `v6.2.5`](#flutter_background_service_android---v625)

---

#### `flutter_background_service` - `v5.0.8`

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))

#### `flutter_background_service_android` - `v6.2.5`

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))


## 2024-08-03

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_background_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.8

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))

## 5.0.7

- **FIX**: fix crash on android 14 after starting foreground service. ([4bdc46d9](https://github.com/ekasetiawans/flutter_background_service/commit/4bdc46d951febafbcbb2b118324cddc2b30ad752))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_background_service/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
path: ../

flutter_background_service_ios: ^5.0.2
flutter_background_service_android: ^6.2.4
flutter_background_service_android: ^6.2.5
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_background_service/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_service
description: A flutter plugin for executing dart code continously even application closed.
version: 5.0.7
version: 5.0.8
repository: https://github.com/ekasetiawans/flutter_background_service

funding:
Expand All @@ -15,7 +15,7 @@ dependencies:
sdk: flutter

flutter_background_service_platform_interface: ^5.1.1
flutter_background_service_android: ^6.2.4
flutter_background_service_android: ^6.2.5
flutter_background_service_ios: ^5.0.2
dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_background_service_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.2.5

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))

## 6.2.4

- **FIX**: fix crash on android 14 after starting foreground service. ([4bdc46d9](https://github.com/ekasetiawans/flutter_background_service/commit/4bdc46d951febafbcbb2b118324cddc2b30ad752))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_background_service_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_service_android
description: A flutter plugin for executing dart code continously even application closed.
version: 6.2.4
version: 6.2.5
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit fbc8f94

Please sign in to comment.