Skip to content

Commit aa9e3b6

Browse files
committed
chore(release): publish packages
- workmanager_apple@0.9.1 - workmanager@0.9.0+1
1 parent e2e1d54 commit aa9e3b6

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-08-01
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`workmanager_apple` - `v0.9.1`](#workmanager_apple---v091)
19+
- [`workmanager` - `v0.9.0+1`](#workmanager---v0901)
20+
21+
Packages with dependency updates only:
22+
23+
> 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.
24+
25+
- `workmanager` - `v0.9.0+1`
26+
27+
---
28+
29+
#### `workmanager_apple` - `v0.9.1`
30+
31+
- **FEAT**: add iOS Swift Package Manager support (#631).
32+
33+
634
## 2025-07-31
735

836
### Changes

workmanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.0+1
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.9.0
26

37
> Note: This release has breaking changes.

workmanager/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: workmanager
22
description: Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
3-
version: 0.9.0
3+
version: 0.9.0+1
44
# publish_to: none
55
homepage: https://github.com/fluttercommunity/flutter_workmanager
66
repository: https://github.com/fluttercommunity/flutter_workmanager
@@ -15,7 +15,7 @@ dependencies:
1515
sdk: flutter
1616
workmanager_platform_interface: ^0.9.0
1717
workmanager_android: ^0.9.0
18-
workmanager_apple: ^0.9.0
18+
workmanager_apple: ^0.9.1
1919

2020
dev_dependencies:
2121
test: ^1.25.15

workmanager_apple/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.1
2+
3+
- **FEAT**: add iOS Swift Package Manager support (#631).
4+
15
## 0.9.0
26

37
> Note: This release has breaking changes.

workmanager_apple/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: workmanager_apple
22
description: Apple platform (iOS/macOS) implementation of the workmanager plugin.
3-
version: 0.9.0
3+
version: 0.9.1
44
# publish_to: none
55
homepage: https://github.com/fluttercommunity/flutter_workmanager
66
repository: https://github.com/fluttercommunity/flutter_workmanager

0 commit comments

Comments
 (0)