Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutter_background_service@3.0.0
 - flutter_background_service_android@4.0.0
 - flutter_background_service_ios@3.0.0
 - flutter_background_service_platform_interface@3.0.0
  • Loading branch information
ekasetiawans committed Jun 13, 2023
1 parent 97ef797 commit 9fac941
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 11 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-06-14

### Changes

---

Packages with breaking changes:

- [`flutter_background_service` - `v3.0.0`](#flutter_background_service---v300)
- [`flutter_background_service_android` - `v4.0.0`](#flutter_background_service_android---v400)
- [`flutter_background_service_ios` - `v3.0.0`](#flutter_background_service_ios---v300)
- [`flutter_background_service_platform_interface` - `v3.0.0`](#flutter_background_service_platform_interface---v300)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_background_service` - `v3.0.0`

- **FEAT**: enhance notification icon readme. ([52e7e6ea](https://github.com/ekasetiawans/flutter_background_service/commit/52e7e6ea8bdff67924d93ce716b395bdbba2a48b))
- **FEAT**: enhance notification icon readme. ([4d699fb0](https://github.com/ekasetiawans/flutter_background_service/commit/4d699fb03b83eae09bc3696f443a8e36092c8789))
- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

#### `flutter_background_service_android` - `v4.0.0`

- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

#### `flutter_background_service_ios` - `v3.0.0`

- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

#### `flutter_background_service_platform_interface` - `v3.0.0`

- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))


## 2022-12-14

### Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/flutter_background_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

> Note: This release has breaking changes.
- **FEAT**: enhance notification icon readme. ([52e7e6ea](https://github.com/ekasetiawans/flutter_background_service/commit/52e7e6ea8bdff67924d93ce716b395bdbba2a48b))
- **FEAT**: enhance notification icon readme. ([4d699fb0](https://github.com/ekasetiawans/flutter_background_service/commit/4d699fb03b83eae09bc3696f443a8e36092c8789))
- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

## 2.4.6

- **DOCS**: updated README.md. ([9345b16f](https://github.com/ekasetiawans/flutter_background_service/commit/9345b16f7c69e7acac1ea5d8a5985b97092a1220))
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.4.0
flutter_background_service_android: ^3.0.2
flutter_background_service_ios: ^3.0.0
flutter_background_service_android: ^4.0.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.4.6
version: 3.0.0
repository: https://github.com/ekasetiawans/flutter_background_service

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

flutter_background_service_platform_interface: ^2.2.0
flutter_background_service_android: ^3.0.3
flutter_background_service_ios: ^2.4.0
flutter_background_service_platform_interface: ^3.0.0
flutter_background_service_android: ^4.0.0
flutter_background_service_ios: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_background_service_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

## 3.0.3

- **FIX**: Android crash when unbinding service
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: 3.0.3
version: 4.0.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.2.0
flutter_background_service_platform_interface: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_background_service_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

## 2.4.0

- **FEAT**: onForeground and onBackground now optional. ([9dfcc4d4](https://github.com/ekasetiawans/flutter_background_service/commit/9dfcc4d4f4fea0f3b8ca0fbb47e3d127af3bc68d))
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.4.0
version: 3.0.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.2.0
flutter_background_service_platform_interface: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: updated dependency constraints. ([97ef7977](https://github.com/ekasetiawans/flutter_background_service/commit/97ef7977ff9a2cb31b1e29593b3a9cc725d89e27))

## 2.2.0

- **FEAT**: Updated configs. ([7af1961d](https://github.com/ekasetiawans/flutter_background_service/commit/7af1961def1625d7a5314812c1f794e327f53ce7))
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.2.0
version: 3.0.0
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit 9fac941

Please sign in to comment.