Skip to content

Commit a996313

Browse files
Prepare Release v5.0.4 using 'release-plan' (#539)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d1fa15 commit a996313

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"@html-next/vertical-collection": {
44
"impact": "patch",
5-
"oldVersion": "5.0.2",
6-
"newVersion": "5.0.3",
5+
"oldVersion": "5.0.3",
6+
"newVersion": "5.0.4",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./vertical-collection/package.json"
1915
}
2016
},
21-
"description": "## Release (2026-02-27)\n\n* @html-next/vertical-collection 5.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#527](https://github.com/html-next/vertical-collection/pull/527) fix debugger removeEventListener prototype misasignment? ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `@html-next/vertical-collection`\n * [#526](https://github.com/html-next/vertical-collection/pull/526) Baseline 2018 ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
17+
"description": "## Release (2026-04-07)\n\n* @html-next/vertical-collection 5.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#555](https://github.com/html-next/vertical-collection/pull/555) Fix skip-list edge cases with zero totals and negative values ([@lukemelia](https://github.com/lukemelia))\n\n#### Committers: 1\n- Luke Melia ([@lukemelia](https://github.com/lukemelia))\n"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-04-07)
4+
5+
* @html-next/vertical-collection 5.0.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@html-next/vertical-collection`
9+
* [#555](https://github.com/html-next/vertical-collection/pull/555) Fix skip-list edge cases with zero totals and negative values ([@lukemelia](https://github.com/lukemelia))
10+
11+
#### Committers: 1
12+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
13+
314
## Release (2026-02-27)
415

516
* @html-next/vertical-collection 5.0.3 (patch)

vertical-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-next/vertical-collection",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "infinite-scroll, done right. done.",
55
"keywords": [
66
"occlusion",

0 commit comments

Comments
 (0)