Skip to content

Commit

Permalink
Merge pull request #16 from chinkysight/dev
Browse files Browse the repository at this point in the history
Updating Paginable to version 1.1.2
  • Loading branch information
thechinkysight authored Oct 11, 2021
2 parents 8baf586 + 660f631 commit 4e1d4e2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

# 1.1.1

* A patch for this [issue](https://github.com/chinkysight/paginable/issues/9)
* A patch for this [issue](https://github.com/chinkysight/paginable/issues/9)

# 1.1.2

* A patch for this [issue](https://github.com/chinkysight/paginable/issues/12)
2 changes: 1 addition & 1 deletion example/paginablelistviewbuilder_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
name: paginable
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.2"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/paginablelistviewbuilder_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
paginable: ^1.1.1
paginable: ^1.1.2

cupertino_icons: ^1.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
name: paginable
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.2"
path:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
paginable: ^1.1.1
paginable: ^1.1.2

cupertino_icons: ^1.0.3

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: paginable
description: Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/chinkysight/paginable

environment:
Expand Down

0 comments on commit 4e1d4e2

Please sign in to comment.