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 Nov 30, 2023
1 parent 5cbea35 commit 43e64b3
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.

## 2023-11-30

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_background_service` - `v5.0.5`](#flutter_background_service---v505)
- [`flutter_background_service_android` - `v6.2.2`](#flutter_background_service_android---v622)

---

#### `flutter_background_service` - `v5.0.5`

- **FIX**: android build error. ([8102e015](https://github.com/ekasetiawans/flutter_background_service/commit/8102e01563b967cea588a09b8a9773fc56b0dd2c))

#### `flutter_background_service_android` - `v6.2.2`

- **FIX**: android build error. ([8102e015](https://github.com/ekasetiawans/flutter_background_service/commit/8102e01563b967cea588a09b8a9773fc56b0dd2c))


## 2023-11-18

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

- **FIX**: android build error. ([8102e015](https://github.com/ekasetiawans/flutter_background_service/commit/8102e01563b967cea588a09b8a9773fc56b0dd2c))

## 5.0.4

- 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.0
flutter_background_service_android: ^6.2.1
flutter_background_service_android: ^6.2.2
# 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.4
version: 5.0.5
repository: https://github.com/ekasetiawans/flutter_background_service

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

flutter_background_service_platform_interface: ^5.0.0
flutter_background_service_android: ^6.2.1
flutter_background_service_android: ^6.2.2
flutter_background_service_ios: ^5.0.0
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.2

- **FIX**: android build error. ([8102e015](https://github.com/ekasetiawans/flutter_background_service/commit/8102e01563b967cea588a09b8a9773fc56b0dd2c))

## 6.2.1

- **FIX**: checks methodChanel's nullabilty inside MainHandler.post. ([cd0d098f](https://github.com/ekasetiawans/flutter_background_service/commit/cd0d098f76fb9e211ab5db1a08f19cfd21827b30))
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.1
version: 6.2.2
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit 43e64b3

Please sign in to comment.