From eefbd1f55a15af95d8b7cdc676b818d2435f8e31 Mon Sep 17 00:00:00 2001 From: Jakub Danielczyk Date: Sun, 3 Jul 2022 23:33:47 +0200 Subject: [PATCH] docs: bump version to 1.0.16, update readme and changelog --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d793788..3eccfc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.16 + +* Add support for vertical scrollDirection ([#32](https://github.com/Limbou/expandable_page_view/issues/32)) +* Update Readme with new example videos + ## 1.0.15 * Fixed range error thrown after decreasing the number of pages in ExpandablePageView to 1 ([#17](https://github.com/Limbou/expandable_page_view/issues/17)) diff --git a/README.md b/README.md index 8dfb499..cc01be8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A PageView widget adjusting its height to currently displayed page. It accepts t | Horizontal | Vertical | |---|---| -|| | +|| | ## Getting Started @@ -14,7 +14,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - expandable_page_view: ^1.0.15 + expandable_page_view: ^1.0.16 ``` Import it: diff --git a/example/pubspec.lock b/example/pubspec.lock index 1625302..418cfda 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "1.0.15" + version: "1.0.16" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0c153cf..1e4ad65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: expandable_page_view description: A PageView widget adjusting it's height to currently displayed page -version: 1.0.15 +version: 1.0.16 homepage: https://github.com/Limbou/expandable_page_view environment: