Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Oct 29, 2023
1 parent 8a9e28a commit 7a04626
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0

* Update flutter_lints to ^3.0.0.

## 1.4.0

* Add `addListener` and `removeListener` to `DataSource`.
Expand Down
14 changes: 7 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ packages:
dependency: transitive
description:
name: flutter_riverpod
sha256: bdba94be666ecb1beeb0f5a748d96cdd6a37215f27e6b48c7673b95cecb800c8
sha256: "305203d1578f6857675f9730568548b03900ce53afd319f4aa9d2fa943334dbe"
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "2.4.5"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -279,10 +279,10 @@ packages:
dependency: "direct main"
description:
name: hooks_riverpod
sha256: "0e02037e6fd3511a06ab4770b1a766d2d9bb576f85780d5bb452ca53e3311044"
sha256: "2827136ecc0c2abffc3a58e575db6d5b84d159977fa1edc223c97bf566aa8c73"
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "2.4.5"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -401,7 +401,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -438,10 +438,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: "2af3d127a6e4e34b89b8f1f018086f5ded04b8e538174f0510bba3e4c0d878b1"
sha256: "2e84315036e64c59affaff7443dea51247bc2fe704461a32f26a27986fb63d55"
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "2.4.5"
shelf:
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: paging_view
description: Like Android Jetpack's Paging library 3, manages data and displays paged lists.
version: 1.4.0
version: 1.5.0
homepage: https://github.com/koji-1009/paging_view

environment:
Expand Down

0 comments on commit 7a04626

Please sign in to comment.