diff --git a/CHANGELOG.md b/CHANGELOG.md index 23facdc..25e61a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +## 0.6.1 + +* Mark ~~onDismiss~~ as deprecated: Migrate ~~onDismiss~~ to onDismissed as ~~onDismiss~~ will be used differently in a future version +* API cleanup + ## 0.6.0 * Added AnimationController -* Bug fixes. +* Bug fixes ## 0.5.0+2 @@ -10,7 +15,7 @@ ## 0.5.0+1 -* Bug fixes. +* Bug fixes * Dismiss behaviour is more natural now ## 0.5.0 @@ -50,12 +55,12 @@ ## 0.1.2 -* Bug fixes. +* Bug fixes ## 0.1.1 -* Bug fixes. +* Bug fixes ## 0.1.0 -* Initial Open Source release. \ No newline at end of file +* Initial Open Source release \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2a32b2e..833d8f6 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^0.6.0 + miniplayer: ^0.6.1 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 8f24f33..f6f0ec3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: miniplayer description: A lightweight flutter package to simplify the creation of a miniplayer. -version: 0.6.0 +version: 0.6.1 homepage: https://www.peterscode.dev repository: https://github.com/peterscodee/miniplayer