Skip to content

Commit ac84f31

Browse files
github-actions[bot]Melos Action
andauthored
chore(release): Publish packages (#412)
Co-authored-by: Melos Action <github@antonborri.es>
1 parent 2c86b55 commit ac84f31

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 2026-04-12
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+
- [`home_widget` - `v0.9.1`](#home_widget---v091)
19+
20+
---
21+
22+
#### `home_widget` - `v0.9.1`
23+
24+
- **FEAT**: Configurable widgets for Android ([#396](https://github.com/abausg/home_widget/issues/396)). ([faf16897](https://github.com/abausg/home_widget/commit/faf16897d6667b54799c61fa714eec9247dda1c9))
25+
- **FEAT**: Add support for `HomeWidget.saveFile` and `HomeWidget.saveImage` ([#409](https://github.com/abausg/home_widget/issues/409)). ([bf965fbf](https://github.com/abausg/home_widget/commit/bf965fbf37e3d14aeb32077184897025014d994f))
26+
27+
628
## 2026-01-04
729

830
### Changes

examples/file_and_images/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
home_widget: ^0.9.0
13+
home_widget: ^0.9.1
1414

1515
dev_dependencies:
1616
flutter_test:

packages/home_widget/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.9.1
2+
3+
- **FEAT**: Configurable widgets for Android ([#396](https://github.com/abausg/home_widget/issues/396)). ([faf16897](https://github.com/abausg/home_widget/commit/faf16897d6667b54799c61fa714eec9247dda1c9))
4+
- **FEAT**: Add support for `HomeWidget.saveFile` and `HomeWidget.saveImage` ([#409](https://github.com/abausg/home_widget/issues/409)). ([bf965fbf](https://github.com/abausg/home_widget/commit/bf965fbf37e3d14aeb32077184897025014d994f))
5+
16
## 0.9.0
27

38
> Note: This release has breaking changes. See the [migration guide](https://docs.page/ABausG/home_widget/migrations/0.9.0) for details on how to migrate.

packages/home_widget/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: home_widget
22
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
3-
version: 0.9.0
3+
version: 0.9.1
44
repository: https://github.com/ABausG/home_widget
55
funding:
66
- https://github.com/sponsors/ABausG/

0 commit comments

Comments
 (0)