diff --git a/.release-plan.json b/.release-plan.json index 5bd56e8f..aa534ec4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,21 @@ "solution": { "@html-next/vertical-collection": { "impact": "patch", - "oldVersion": "5.0.3", - "newVersion": "5.0.4", + "oldVersion": "5.0.4", + "newVersion": "5.0.5", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./vertical-collection/package.json" } }, - "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" + "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 * [#564](https://github.com/html-next/vertical-collection/pull/564) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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 * [#563](https://github.com/html-next/vertical-collection/pull/563) Revert \"Prepare Release v5.0.5\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#558](https://github.com/html-next/vertical-collection/pull/558) Prepare Release v5.0.5 ([@github-actions[bot]](https://github.com/apps/github-actions))\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd60930c..150837c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## Release (2026-04-10) + +* @html-next/vertical-collection 5.0.5 (patch) + +#### :bug: Bug Fix +* `@html-next/vertical-collection` + * [#561](https://github.com/html-next/vertical-collection/pull/561) Upgrade raf scheduler to 0.5.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + +#### :house: Internal +* Other + * [#564](https://github.com/html-next/vertical-collection/pull/564) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + * [#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)) +* `@html-next/vertical-collection` + * [#563](https://github.com/html-next/vertical-collection/pull/563) Revert "Prepare Release v5.0.5" ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#558](https://github.com/html-next/vertical-collection/pull/558) Prepare Release v5.0.5 ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#539](https://github.com/html-next/vertical-collection/pull/539) Prepare Release v5.0.4 ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 4 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions)) +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-04-07) * @html-next/vertical-collection 5.0.4 (patch) diff --git a/vertical-collection/package.json b/vertical-collection/package.json index c85d5835..2e3e9236 100644 --- a/vertical-collection/package.json +++ b/vertical-collection/package.json @@ -1,6 +1,6 @@ { "name": "@html-next/vertical-collection", - "version": "5.0.4", + "version": "5.0.5", "description": "infinite-scroll, done right. done.", "keywords": [ "occlusion",