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 Dec 21, 2024
1 parent 2793651 commit ee96c38
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-12-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_background_service` - `v5.1.0`](#flutter_background_service---v510)
- [`flutter_background_service_android` - `v6.3.0`](#flutter_background_service_android---v630)

---

#### `flutter_background_service` - `v5.1.0`

- **FEAT**: remove unused imports. ([d0bbb433](https://github.com/ekasetiawans/flutter_background_service/commit/d0bbb43312877af51b5403c6fc42dd9ec2a44789))

#### `flutter_background_service_android` - `v6.3.0`

- **FEAT**: remove unused imports. ([d0bbb433](https://github.com/ekasetiawans/flutter_background_service/commit/d0bbb43312877af51b5403c6fc42dd9ec2a44789))


## 2024-08-29

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

- **FEAT**: remove unused imports. ([d0bbb433](https://github.com/ekasetiawans/flutter_background_service/commit/d0bbb43312877af51b5403c6fc42dd9ec2a44789))

## 5.0.10

- Update a dependency to the latest release.
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.3
flutter_background_service_android: ^6.2.7
flutter_background_service_android: ^6.3.0
# 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.10
version: 5.1.0
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.2
flutter_background_service_android: ^6.2.7
flutter_background_service_android: ^6.3.0
flutter_background_service_ios: ^5.0.3
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.3.0

- **FEAT**: remove unused imports. ([d0bbb433](https://github.com/ekasetiawans/flutter_background_service/commit/d0bbb43312877af51b5403c6fc42dd9ec2a44789))

## 6.2.7

- **BUG**: service crash due to START_STICKY. ([a000a6ba](https://github.com/ekasetiawans/flutter_background_service/commit/a000a6bae974de543c9f37275e2aab177c197339))
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.7
version: 6.3.0
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit ee96c38

Please sign in to comment.