diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc4fe06..ee6f4723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.7.1 +- Fix: Dialog and bottom sheet minimum height is not respected to modal content min height [#260](https://github.com/woltapp/wolt_modal_sheet/pull/260) by [ulusoyca](https://github.com/ulusoyca) +- Adjustment: Add Last Commit badge to readme [#258](https://github.com/woltapp/wolt_modal_sheet/pull/258) by [durannumit](https://github.com/durannumit) + - Fixes: + - [#256](https://github.com/woltapp/wolt_modal_sheet/issues/256) Add Last Commit badge to Readme +- Feature: Extend close progress threshold for different types [#257](https://github.com/woltapp/wolt_modal_sheet/pull/257) by [durannumit](https://github.com/durannumit) + - Fixes: + - [#253](https://github.com/woltapp/wolt_modal_sheet/issues/253) Add closeProgressThreshold to default modal type constructor methods ## 0.7.0 - Adjust dialog enter animation distance [#249](https://github.com/woltapp/wolt_modal_sheet/pull/249) by [ulusoyca](https://github.com/ulusoyca) - Adjustment: Readme updated for version 0.7.0 part 2 [#248](https://github.com/woltapp/wolt_modal_sheet/pull/248) by [durannumit](https://github.com/durannumit) diff --git a/pubspec.yaml b/pubspec.yaml index e1a4acb3..05600b1b 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.7.0 +version: 0.7.1 repository: https://github.com/woltapp/wolt_modal_sheet environment: