Skip to content

Commit 279e168

Browse files
Prepare Release v5.0.1 using 'release-plan' (#517)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9bade3 commit 279e168

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

.release-plan.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"solution": {
33
"@html-next/vertical-collection": {
4+
"impact": "patch",
5+
"oldVersion": "5.0.0",
46
"newVersion": "5.0.1",
5-
"oldVersion": "5.0.0"
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
}
13+
],
14+
"pkgJSONPath": "./vertical-collection/package.json"
615
}
716
},
8-
"description": "## Release (2026-01-24)\n\n\n\n#### :bug: Bug Fix\n* [#514](https://github.com/html-next/vertical-collection/pull/514) Fix publish by fixing pnpm settings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#513](https://github.com/html-next/vertical-collection/pull/513) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2026-01-24)\n\n* @html-next/vertical-collection 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#516](https://github.com/html-next/vertical-collection/pull/516) Force release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#514](https://github.com/html-next/vertical-collection/pull/514) Fix publish by fixing pnpm settings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#515](https://github.com/html-next/vertical-collection/pull/515) Prepare Release vnull ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#513](https://github.com/html-next/vertical-collection/pull/513) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
918
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Release (2026-01-24)
44

5+
* @html-next/vertical-collection 5.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@html-next/vertical-collection`
9+
* [#516](https://github.com/html-next/vertical-collection/pull/516) Force release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* Other
11+
* [#514](https://github.com/html-next/vertical-collection/pull/514) Fix publish by fixing pnpm settings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### :house: Internal
14+
* [#515](https://github.com/html-next/vertical-collection/pull/515) Prepare Release vnull ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
* [#513](https://github.com/html-next/vertical-collection/pull/513) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 2
18+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
21+
## Release (2026-01-24)
22+
523

624

725
#### :bug: Bug Fix

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.0",
3+
"version": "5.0.1",
44
"description": "infinite-scroll, done right. done.",
55
"keywords": [
66
"occlusion",

0 commit comments

Comments
 (0)