Skip to content

Commit f3d387f

Browse files
Version Packages (next)
1 parent 29b746b commit f3d387f

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
"orientation-initial",
178178
"page-utilities-solid2-migration",
179179
"pagination-aria-labels",
180+
"pagination-remove-dead-directive-augmentation",
180181
"pagination-solid2-migration",
181182
"platform-solid2-migration",
182183
"pointer-solid2-migration",

packages/pagination/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solid-primitives/pagination
22

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- 3762864: Removed a leftover `declare module "solid-js"` global JSX augmentation (and its associated unused `_E` type alias) from `createInfiniteScroll`. It was left over from an earlier `use:` directive-based implementation that was replaced by the current plain ref-callback API (`loader: (el: Element) => void`) — nothing in the package referenced it anymore. JSR's publish step rejects packages that modify global types, which was blocking `deno publish` for this package. No API or behavior changes.
8+
39
## 1.0.0-next.4
410

511
### Minor Changes

packages/pagination/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/pagination",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "A primitive that creates all the reactive data to manage your pagination.",
55
"license": "MIT",
66
"exports": "./dist/index.js",

packages/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/pagination",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "A primitive that creates all the reactive data to manage your pagination.",
55
"author": "Alex Lohr <alex.lohr@logmein.com>",
66
"contributors": [

0 commit comments

Comments
 (0)