From 57586c63d0c97c7b50dac748ae7929baa2007a7a Mon Sep 17 00:00:00 2001 From: Cagatay Ulusoy Date: Sun, 2 Feb 2025 10:03:37 +0200 Subject: [PATCH] Prepare release 0.11.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51003b9..2f71a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.11.0 +- Fix WoltNavigationToolbar leading constraint. [#361](https://github.com/woltapp/wolt_modal_sheet/pull/351) by [TahaTesser](https://github.com/TahaTesser) + - Fixes: + - [#360](https://github.com/woltapp/wolt_modal_sheet/issues/346) leadingNavBarWidget uses more vertical space than trailingNavBarWidget +- Remove popularity badge from README.md. [#359](https://github.com/woltapp/wolt_modal_sheet/pull/359) by [ueman](https://github.com/ueman) + - Fixes: + - [#358](https://github.com/woltapp/wolt_modal_sheet/issues/358) Popularity badge in the ReadMe not working ## 0.10.0 - Added `showPage` method, allowing direct navigation to any page by page type and optional criteria for more flexible and dynamic in-modal navigation. [#351](https://github.com/woltapp/wolt_modal_sheet/pull/351) by [gazialankus](https://github.com/gazialankus) - Fixes: diff --git a/pubspec.yaml b/pubspec.yaml index ec5bfc2..06a173b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wolt_modal_sheet description: This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page. -version: 0.10.0 +version: 0.11.0 repository: https://github.com/woltapp/wolt_modal_sheet topics: - modal