-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.release-plan.json
25 lines (25 loc) · 2.01 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
22
23
24
25
{
"solution": {
"ember-breadcrumb-trail": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-08-09)\n\nember-breadcrumb-trail 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-breadcrumb-trail`, `test-app`\n * [#29](https://github.com/Windvis/ember-breadcrumb-trail/pull/29) V2 addon conversion ([@Windvis](https://github.com/Windvis))\n\n#### :rocket: Enhancement\n* `ember-breadcrumb-trail`, `test-app`\n * [#31](https://github.com/Windvis/ember-breadcrumb-trail/pull/31) TS conversion ([@Windvis](https://github.com/Windvis))\n\n#### :memo: Documentation\n* [#23](https://github.com/Windvis/ember-breadcrumb-trail/pull/23) Fix code examples in README ([@donaldsonjulia](https://github.com/donaldsonjulia))\n* [#17](https://github.com/Windvis/ember-breadcrumb-trail/pull/17) Remove the `{{is-last}}` helper from the readme ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `ember-breadcrumb-trail`, `test-app`\n * [#30](https://github.com/Windvis/ember-breadcrumb-trail/pull/30) Use the official Ember types ([@Windvis](https://github.com/Windvis))\n* Other\n * [#21](https://github.com/Windvis/ember-breadcrumb-trail/pull/21) Remove duplicate 3.24 ember try scenario ([@Windvis](https://github.com/Windvis))\n * [#20](https://github.com/Windvis/ember-breadcrumb-trail/pull/20) Update to Ember v3.28 ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 2\n- Julia Donaldson ([@donaldsonjulia](https://github.com/donaldsonjulia))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
}