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 9518640 commit f9ac7e3
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 11 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
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_platform_interface` - `v5.1.2`](#flutter_background_service_platform_interface---v512)
- [`flutter_background_service` - `v5.0.9`](#flutter_background_service---v509)
- [`flutter_background_service_android` - `v6.2.6`](#flutter_background_service_android---v626)
- [`flutter_background_service_ios` - `v5.0.3`](#flutter_background_service_ios---v503)

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.
- `flutter_background_service` - `v5.0.9`
- `flutter_background_service_android` - `v6.2.6`
- `flutter_background_service_ios` - `v5.0.3`

---

#### `flutter_background_service_platform_interface` - `v5.1.2`

- **FIX**: fix lints. ([95186405](https://github.com/ekasetiawans/flutter_background_service/commit/95186405f2d60112ff83956bce345ebbbc332ad7))


## 2024-08-25

### 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.9

- Update a dependency to the latest release.

## 5.0.8

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_background_service/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../

flutter_background_service_ios: ^5.0.2
flutter_background_service_android: ^6.2.5
flutter_background_service_ios: ^5.0.3
flutter_background_service_android: ^6.2.6
# 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
8 changes: 4 additions & 4 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.8
version: 5.0.9
repository: https://github.com/ekasetiawans/flutter_background_service

funding:
Expand All @@ -14,9 +14,9 @@ dependencies:
flutter:
sdk: flutter

flutter_background_service_platform_interface: ^5.1.1
flutter_background_service_android: ^6.2.5
flutter_background_service_ios: ^5.0.2
flutter_background_service_platform_interface: ^5.1.2
flutter_background_service_android: ^6.2.6
flutter_background_service_ios: ^5.0.3
dev_dependencies:
flutter_test:
sdk: flutter
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.6

- Update a dependency to the latest release.

## 6.2.5

- **FIX**: lints. ([7b63fca4](https://github.com/ekasetiawans/flutter_background_service/commit/7b63fca4e97941b2891570bd80701c7bb98cda23))
Expand Down
4 changes: 2 additions & 2 deletions 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.5
version: 6.2.6
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

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

- Update a dependency to the latest release.

## 5.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_background_service_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_service_ios
description: A flutter plugin for executing dart code continously even application closed.
version: 5.0.2
version: 5.0.3
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

flutter_background_service_platform_interface: ^5.1.1
flutter_background_service_platform_interface: ^5.1.2
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.2

- **FIX**: fix lints. ([95186405](https://github.com/ekasetiawans/flutter_background_service/commit/95186405f2d60112ff83956bce345ebbbc332ad7))

## 5.1.1

- **FIX**: fix crash on android 14 after starting foreground service. ([4bdc46d9](https://github.com/ekasetiawans/flutter_background_service/commit/4bdc46d951febafbcbb2b118324cddc2b30ad752))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_service_platform_interface
description: A platform interface for flutter background service.
version: 5.1.1
version: 5.1.2
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit f9ac7e3

Please sign in to comment.