Skip to content

Commit 2b55484

Browse files
Prepare Release v5.0.2 using 'release-plan' (#520)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ce121f commit 2b55484

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@html-next/vertical-collection": {
44
"impact": "patch",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.0.1",
5+
"oldVersion": "5.0.1",
6+
"newVersion": "5.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./vertical-collection/package.json"
1515
}
1616
},
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"
17+
"description": "## Release (2026-01-25)\n\n* @html-next/vertical-collection 5.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#518](https://github.com/html-next/vertical-collection/pull/518) fix for '@html-next/vertical-collection is missing its addon main file' ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#519](https://github.com/html-next/vertical-collection/pull/519) update readme with import example for strict mode templates ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-01-25)
4+
5+
* @html-next/vertical-collection 5.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@html-next/vertical-collection`
9+
* [#518](https://github.com/html-next/vertical-collection/pull/518) fix for '@html-next/vertical-collection is missing its addon main file' ([@johanrd](https://github.com/johanrd))
10+
11+
#### :memo: Documentation
12+
* [#519](https://github.com/html-next/vertical-collection/pull/519) update readme with import example for strict mode templates ([@johanrd](https://github.com/johanrd))
13+
14+
#### Committers: 1
15+
- [@johanrd](https://github.com/johanrd)
16+
317
## Release (2026-01-24)
418

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

0 commit comments

Comments
 (0)