We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31091d + 0866462 commit bebf19eCopy full SHA for bebf19e
3 files changed
.changeset/plenty-teachers-drum.md
packages/pagination/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @solid-primitives/pagination
2
3
+## 0.2.9
4
+
5
+### Patch Changes
6
7
+- 0b589d42: Fix of back and next page values
8
9
## 0.2.8
10
11
### Patch Changes
packages/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/pagination",
- "version": "0.2.8",
+ "version": "0.2.9",
"description": "A primitive that creates all the reactive data to manage your pagination.",
"author": "Alex Lohr <alex.lohr@logmein.com>",
"contributors": [
0 commit comments