From bcce0088049570efea5b6dd483869711a76ece0a Mon Sep 17 00:00:00 2001 From: Alesia <104492428+alesiaradkevich@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:06:35 +0300 Subject: [PATCH] update version and changelog (#29) --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3decf57..2e68994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.2 +* **Fixed bug with Scrollbar when showScrollbar=true** + ## 1.1.1 * **Added web example and code analysers** diff --git a/pubspec.yaml b/pubspec.yaml index 9b2a1a7..72d847e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wtf_sliding_sheet description: A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents. -version: 1.1.1 +version: 1.1.2 homepage: https://pub.dev/packages/wtf_sliding_sheet repository: https://github.com/What-the-Flutter/wtf_sliding_sheet