-
Notifications
You must be signed in to change notification settings - Fork 1
/
.release-plan.json
21 lines (21 loc) · 1 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": {
"carbon-components-ember": {
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./carbon-components-ember/package.json"
}
},
"description": "## Release (2024-11-16)\n\ncarbon-components-ember 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `carbon-components-ember`\n * [#246](https://github.com/IBM/carbon-components-ember/pull/246) fix accordion ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `carbon-components-ember`, `test-app`\n * [#232](https://github.com/IBM/carbon-components-ember/pull/232) update embroider vite ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}