-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.release-plan.json
21 lines (21 loc) · 1.02 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"solution": {
"@bertdeblock/gember": {
"impact": "minor",
"oldVersion": "0.5.0",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-01-10)\n\n@bertdeblock/gember 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#48](https://github.com/bertdeblock/gember/pull/48) Support generating nested colocated components ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#43](https://github.com/bertdeblock/gember/pull/43) Remove nested ternary operators in generator documents ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}