-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 1.52 KB
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"reactiveweb": {
"impact": "patch",
"oldVersion": "1.9.1",
"newVersion": "1.9.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2026-04-22)\n\n* reactiveweb 1.9.2 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#189](https://github.com/universal-ember/reactiveweb/pull/189) Check for `!== undefined` to avoid treating `false` as not resolved ([@piemonkey](https://github.com/piemonkey))\n\n#### :house: Internal\n* [#192](https://github.com/universal-ember/reactiveweb/pull/192) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#190](https://github.com/universal-ember/reactiveweb/pull/190) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#191](https://github.com/universal-ember/reactiveweb/pull/191) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#183](https://github.com/universal-ember/reactiveweb/pull/183) Expand test matrix to 5.12 through 6.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@piemonkey](https://github.com/piemonkey)\n"
}