Skip to content

Commit 38ea488

Browse files
Revert "Prepare Release v5.0.5 using 'release-plan' (#558)" (#563)
This reverts commit bae3fef.
1 parent bae3fef commit 38ea488

3 files changed

Lines changed: 4 additions & 30 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.4",
6-
"newVersion": "5.0.5",
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-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"
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: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
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-
253
## Release (2026-04-07)
264

275
* @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.5",
3+
"version": "5.0.4",
44
"description": "infinite-scroll, done right. done.",
55
"keywords": [
66
"occlusion",

0 commit comments

Comments
 (0)