Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - home_widget@0.7.0
  • Loading branch information
ABausG committed Aug 28, 2024
1 parent 9e776cf commit d8e333a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`home_widget` - `v0.7.0`](#home_widget---v070)

---

#### `home_widget` - `v0.7.0`

- **DOCS**: Move Documentation to docs.page ([#287](https://github.com/abausg/home_widget/issues/287)). ([52ee746a](https://github.com/abausg/home_widget/commit/52ee746ad1d1dd9ef2aa9f1c61e482825f73d9d9))
- **DOCS**: Improve pubspec metadata ([#283](https://github.com/abausg/home_widget/issues/283)). ([f23c63e8](https://github.com/abausg/home_widget/commit/f23c63e8d393708aaf197ccb54b391d81a765a19))

7 changes: 7 additions & 0 deletions packages/home_widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.7.0

- **DOCS**: Move Documentation to docs.page ([#287](https://github.com/abausg/home_widget/issues/287)). ([52ee746a](https://github.com/abausg/home_widget/commit/52ee746ad1d1dd9ef2aa9f1c61e482825f73d9d9))
- **DOCS**: Improve pubspec metadata ([#283](https://github.com/abausg/home_widget/issues/283)). ([f23c63e8](https://github.com/abausg/home_widget/commit/f23c63e8d393708aaf197ccb54b391d81a765a19))
- **FIX**: Fix iOS Background Worker ([#244](https://github.com/abausg/home_widget/issues/244)). ([bb4895c](https://github.com/abausg/home_widget/commit/bb4895c5273fdb15858df544427ce03308ddd790))
- **FIX**: Fix storing Long on Android ([#280](https://github.com/abausg/home_widget/issues/280)). ([284cd51](https://github.com/abausg/home_widget/commit/284cd5120a1bbc8cca837742882e8c10465ba567))

## 0.6.0
* Require Flutter 3.20+ due to changes in `ViewConfiguration`

Expand Down
2 changes: 1 addition & 1 deletion packages/home_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: home_widget
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
version: 0.6.0
version: 0.7.0
repository: https://github.com/ABausG/home_widget
funding:
- https://github.com/sponsors/ABausG/
Expand Down

0 comments on commit d8e333a

Please sign in to comment.