-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.05 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"@html-next/vertical-collection": {
"impact": "patch",
"oldVersion": "5.0.2",
"newVersion": "5.0.3",
"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-02-27)\n\n* @html-next/vertical-collection 5.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@html-next/vertical-collection`\n * [#527](https://github.com/html-next/vertical-collection/pull/527) fix debugger removeEventListener prototype misasignment? ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `@html-next/vertical-collection`\n * [#526](https://github.com/html-next/vertical-collection/pull/526) Baseline 2018 ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
}