Skip to content

Commit fdd0704

Browse files
authored
v3.0.1 (#31)
1 parent bc1b428 commit fdd0704

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1
2+
3+
- fix: docs not loading after the first sroll
4+
15
## 3.0.0
26

37
- CHORE: Updated to latest version of firebase packages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A simple and effective way to **Paginate** Firebase related data.
2525
#### Add to Dependencies
2626

2727
```yaml
28-
firebase_pagination: ^3.0.0
28+
firebase_pagination: ^3.0.1
2929
```
3030
3131
#### Import the package

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ packages:
143143
path: ".."
144144
relative: true
145145
source: path
146-
version: "3.0.0"
146+
version: "3.0.1"
147147
flutter:
148148
dependency: "direct main"
149149
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_pagination
22
description: A flutter package to paginate realtime database and firestore with realtime updates.
3-
version: 3.0.0
3+
version: 3.0.1
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/firebase_pagination
66

0 commit comments

Comments
 (0)