Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutter_background_service@2.2.0
 - flutter_background_service_android@2.1.0
 - flutter_background_service_ios@2.2.0
 - flutter_background_service_platform_interface@2.1.0
  • Loading branch information
ekasetiawans committed Sep 13, 2022
1 parent b0fc8f3 commit 4cf3f70
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 11 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-09-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_background_service` - `v2.2.0`](#flutter_background_service---v220)
- [`flutter_background_service_android` - `v2.1.0`](#flutter_background_service_android---v210)
- [`flutter_background_service_ios` - `v2.2.0`](#flutter_background_service_ios---v220)
- [`flutter_background_service_platform_interface` - `v2.1.0`](#flutter_background_service_platform_interface---v210)

---

#### `flutter_background_service` - `v2.2.0`

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

#### `flutter_background_service_android` - `v2.1.0`

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

#### `flutter_background_service_ios` - `v2.2.0`

- **FIX**: added pragma vm:entry-point to ios. ([7b44a2a4](https://github.com/ekasetiawans/flutter_background_service/commit/7b44a2a4ae977bd723874900eca689435989cfcd))
- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

#### `flutter_background_service_platform_interface` - `v2.1.0`

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))


## 2022-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 @@
## 2.2.0

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

## 2.1.3

- Update a dependency to the latest release.
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: ^2.1.0
flutter_background_service_android: ^2.0.3
flutter_background_service_ios: ^2.2.0
flutter_background_service_android: ^2.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
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: 2.1.3
version: 2.2.0
repository: https://github.com/ekasetiawans/flutter_background_service

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

flutter_background_service_platform_interface: ^2.0.0
flutter_background_service_android: ^2.0.3
flutter_background_service_ios: ^2.1.0
flutter_background_service_platform_interface: ^2.1.0
flutter_background_service_android: ^2.1.0
flutter_background_service_ios: ^2.2.0
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 @@
## 2.1.0

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

## 2.0.3

- **FIX**: wakelock not released. ([e427f3b7](https://github.com/ekasetiawans/flutter_background_service/commit/e427f3b70138ec26f9671c2617f9061f25eade6f))
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: 2.0.3
version: 2.1.0
repository: https://github.com/ekasetiawans/flutter_background_service

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

flutter_background_service_platform_interface: ^2.0.0
flutter_background_service_platform_interface: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_background_service_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.0

- **FIX**: added pragma vm:entry-point to ios. ([7b44a2a4](https://github.com/ekasetiawans/flutter_background_service/commit/7b44a2a4ae977bd723874900eca689435989cfcd))
- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

## 2.1.0

- **FEAT**: automatically register plugins. ([3a0d0d53](https://github.com/ekasetiawans/flutter_background_service/commit/3a0d0d53110cdaf92caf4f329cd80034121c9ea6))
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: 2.1.0
version: 2.2.0
repository: https://github.com/ekasetiawans/flutter_background_service

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

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

- **FEAT**: using entrypoint instead of dart callback and added initial notification info for android. ([b0fc8f32](https://github.com/ekasetiawans/flutter_background_service/commit/b0fc8f32d59fa582c37fcd6e2349fab32aac245b))

## 2.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
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: 2.0.0
version: 2.1.0
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit 4cf3f70

Please sign in to comment.