Skip to content

Commit

Permalink
build: bump version to 1.0.13, update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Limbou committed Mar 14, 2022
1 parent c6f450d commit f67ef1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.13

* Make `children` parameter required for default constructor
* Make `itemCount` and `itemBuilder` parameters required for `.builder` constructor

## 1.0.12

* Reformat package code to get higher static analysis score
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
expandable_page_view: ^1.0.12
expandable_page_view: ^1.0.13
```
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 @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.12"
version: "1.0.13"
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.12
version: 1.0.13
homepage: https://github.com/Limbou/expandable_page_view

environment:
Expand Down

0 comments on commit f67ef1a

Please sign in to comment.