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 7, 2023
1 parent 7c14954 commit cb3213b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_background_service_android` - `v4.0.2`](#flutter_background_service_android---v402)
- [`flutter_background_service` - `v3.0.2`](#flutter_background_service---v302)

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` - `v3.0.2`

---

#### `flutter_background_service_android` - `v4.0.2`

- **FIX**: We still need to check service is running or not. ([280a603e](https://github.com/ekasetiawans/flutter_background_service/commit/280a603ee4fff39e2d0d0cd043dd6ba6f0941ee1))
- **FIX**: Issue created by [#336](https://github.com/ekasetiawans/flutter_background_service/issues/336). ([6fedeed2](https://github.com/ekasetiawans/flutter_background_service/commit/6fedeed253d2648d876b9a2e3e5a30967934a81a))


## 2023-06-14

### 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 @@
## 3.0.2

- Update a dependency to the latest release.

## 3.0.1

- **REFACTOR**: improve android performances. ([13f73a86](https://github.com/ekasetiawans/flutter_background_service/commit/13f73a86e9c1cc0c5fc46a757992e24219d03715))
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: ^3.0.0
flutter_background_service_android: ^4.0.1
flutter_background_service_android: ^4.0.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: 3.0.1
version: 3.0.2
repository: https://github.com/ekasetiawans/flutter_background_service

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

flutter_background_service_platform_interface: ^3.0.0
flutter_background_service_android: ^4.0.1
flutter_background_service_android: ^4.0.2
flutter_background_service_ios: ^3.0.0
dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_background_service_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.2

- **FIX**: We still need to check service is running or not. ([280a603e](https://github.com/ekasetiawans/flutter_background_service/commit/280a603ee4fff39e2d0d0cd043dd6ba6f0941ee1))
- **FIX**: Issue created by [#336](https://github.com/ekasetiawans/flutter_background_service/issues/336). ([6fedeed2](https://github.com/ekasetiawans/flutter_background_service/commit/6fedeed253d2648d876b9a2e3e5a30967934a81a))

## 4.0.1

- **REFACTOR**: improve android performances. ([13f73a86](https://github.com/ekasetiawans/flutter_background_service/commit/13f73a86e9c1cc0c5fc46a757992e24219d03715))
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: 4.0.1
version: 4.0.2
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit cb3213b

Please sign in to comment.