Skip to content

Commit

Permalink
docs: bump version to 1.0.16, update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Limbou committed Jul 3, 2022
1 parent 0bf9f1a commit eefbd1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A PageView widget adjusting its height to currently displayed page. It accepts t

| Horizontal | Vertical |
|---|---|
|<img height="800" src="https://github.com/Limbou/expandable_page_view/blob/feat/vertical-axis-support/assets/appVideo.gif">| <img height="800" src="https://github.com/Limbou/expandable_page_view/blob/feat/vertical-axis-support/assets/appVideo2.gif">|
|<img height="800" src="https://github.com/Limbou/expandable_page_view/blob/main/assets/appVideo.gif">| <img height="800" src="https://github.com/Limbou/expandable_page_view/blob/main/assets/appVideo2.gif">|

## Getting Started

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.15"
version: "1.0.16"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit eefbd1f

Please sign in to comment.