From 012f2c0b7177b319aa9d39182d2fa32c7eca6240 Mon Sep 17 00:00:00 2001 From: suragch Date: Fri, 7 Oct 2022 13:20:07 +0800 Subject: [PATCH] version 0.11.0 --- CHANGELOG.md | 3 ++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1f731..7955a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## [0.11.0] - Unpublished +## [0.11.0] - October 7, 2022 - @Hwan-seok and @thesensibledev: fix horizontal drag and tap gesture detection when competing with other widgets (#44, #39, #31, #23) - @thesensibledev: update Android folder in example project (#42) +- @thesensibledev: fix widget tree not displaying in devtool ## [0.10.0] - November 14, 2021 diff --git a/example/pubspec.lock b/example/pubspec.lock index b0e8921..03dab65 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -21,7 +21,7 @@ packages: path: ".." relative: true source: path - version: "0.10.0" + version: "0.11.0" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9960b37..3037063 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: audio_video_progress_bar description: A progress bar widget to show or change the position of an audio or video stream. -version: 0.10.0 +version: 0.11.0 homepage: https://github.com/suragch/audio_video_progress_bar environment: