Skip to content

Commit

Permalink
chore(release): release 0.6.0 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed Mar 24, 2024
1 parent f5eeec0 commit 90589e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.6.0
* Require Flutter 3.20+ due to changes in `ViewConfiguration`

## 0.5.0
**Breaking Changes**
* The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,11 +1,11 @@
name: home_widget
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
version: 0.5.0
version: 0.6.0
repository: https://github.com/ABausG/home_widget

environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.17.0"
flutter: '>=3.20.0-1.2.pre'

dependencies:
flutter:
Expand Down

0 comments on commit 90589e8

Please sign in to comment.