diff --git a/CHANGELOG.md b/CHANGELOG.md index ad455dc1..0285346e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- Documentation updates. [#53](https://github.com/woltapp/wolt_modal_sheet/pull/53) + ## 0.1.0 - Remove unnecessary import and update example project's dependency version. [#52](https://github.com/woltapp/wolt_modal_sheet/pull/52) @@ -12,7 +16,7 @@ - Automation to mark PRs and issues as stale. [#32](https://github.com/woltapp/wolt_modal_sheet/pull/32) - Refactor top bar and navigation control widgets. [#31](https://github.com/woltapp/wolt_modal_sheet/pull/31) - Add an optional gradient over the sticky action bar. [#29](https://github.com/woltapp/wolt_modal_sheet/pull/29) -- Use page title text by default as source of the top bar title when top bar title is not provided. [#28](https://github.com/woltapp/wolt_modal_sheet/pull/28) Thanks to [@]() +- Use page title text by default as source of the top bar title when top bar title is not provided. [#28](https://github.com/woltapp/wolt_modal_sheet/pull/28) - Rework the changelog to show the latest update at the top. [#24](https://github.com/woltapp/wolt_modal_sheet/pull/24) Thanks to [@mkobuolys](https://github.com/mkobuolys) - Added missing onModalDismissedWithDrag parameter in .show method. [#22](https://github.com/woltapp/wolt_modal_sheet/pull/22) Thanks to [@canbi](https://github.com/canbi) diff --git a/README.md b/README.md index 307accdc..d0e63390 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ Pagination involves a sequence of screens the user navigates sequentially. We ch The code snippet above produces the following:

-![Example app](https://github.com/woltapp/wolt_modal_sheet/blob/main/doc/example_app_with_theme_extensions?raw=true) +![Example app](https://github.com/woltapp/wolt_modal_sheet/blob/main/doc/example_app_with_theme_extensions.gif?raw=true) ### Playground app with imperative navigation diff --git a/example/pubspec.lock b/example/pubspec.lock index f8ea2e91..77b821f8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -182,6 +182,6 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" sdks: dart: ">=3.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 954f7097..d47a985a 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.1.0 +version: 0.1.1 repository: https://github.com/woltapp/wolt_modal_sheet environment: