Skip to content

Commit bae3fef

Browse files
Prepare Release v5.0.5 using 'release-plan' (#558)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc65de8 commit bae3fef

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"@html-next/vertical-collection": {
44
"impact": "patch",
5-
"oldVersion": "5.0.3",
6-
"newVersion": "5.0.4",
5+
"oldVersion": "5.0.4",
6+
"newVersion": "5.0.5",
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"
1216
}
1317
],
1418
"pkgJSONPath": "./vertical-collection/package.json"
1519
}
1620
},
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"
21+
"description": "## Release (2026-04-10)\n\n* @html-next/vertical-collection 5.0.5 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#561](https://github.com/html-next/vertical-collection/pull/561) Upgrade raf scheduler to 0.5.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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#### :house: Internal\n* Other\n * [#559](https://github.com/html-next/vertical-collection/pull/559) Replace ember-lts-6.4 and ember-lts-6.8 scenarios with ember-lts-6.12 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#557](https://github.com/html-next/vertical-collection/pull/557) Update test-app dependencies for ember-source 7 compatibility ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n* `@html-next/vertical-collection`\n * [#539](https://github.com/html-next/vertical-collection/pull/539) Prepare Release v5.0.4 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 4\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Luke Melia ([@lukemelia](https://github.com/lukemelia))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

CHANGELOG.md

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

3+
## Release (2026-04-10)
4+
5+
* @html-next/vertical-collection 5.0.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@html-next/vertical-collection`
9+
* [#561](https://github.com/html-next/vertical-collection/pull/561) Upgrade raf scheduler to 0.5.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#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))
11+
12+
#### :house: Internal
13+
* Other
14+
* [#559](https://github.com/html-next/vertical-collection/pull/559) Replace ember-lts-6.4 and ember-lts-6.8 scenarios with ember-lts-6.12 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
15+
* [#557](https://github.com/html-next/vertical-collection/pull/557) Update test-app dependencies for ember-source 7 compatibility ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
16+
* `@html-next/vertical-collection`
17+
* [#539](https://github.com/html-next/vertical-collection/pull/539) Prepare Release v5.0.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
18+
19+
#### Committers: 4
20+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
21+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
22+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
23+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
24+
325
## Release (2026-04-07)
426

527
* @html-next/vertical-collection 5.0.4 (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.4",
3+
"version": "5.0.5",
44
"description": "infinite-scroll, done right. done.",
55
"keywords": [
66
"occlusion",

0 commit comments

Comments
 (0)