forked from empress/ember-cli-showdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-plan.json
25 lines (25 loc) · 1.63 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-cli-showdown": {
"impact": "major",
"oldVersion": "7.0.0",
"newVersion": "8.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": "./package.json"
}
},
"description": "## Release (2024-01-19)\n\nember-cli-showdown 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-showdown`\n * [#136](https://github.com/empress/ember-cli-showdown/pull/136) drop support for Ember < 3.16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-cli-showdown`\n * [#131](https://github.com/empress/ember-cli-showdown/pull/131) Convert to Glimmer component ([@jaredgalanis](https://github.com/jaredgalanis))\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#135](https://github.com/empress/ember-cli-showdown/pull/135) update lint-to-the-future dashboard action ([@mansona](https://github.com/mansona))\n * [#132](https://github.com/empress/ember-cli-showdown/pull/132) setup release-plan ([@mansona](https://github.com/mansona))\n * [#129](https://github.com/empress/ember-cli-showdown/pull/129) add lint-to-the-future dashboard ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jared Galanis ([@jaredgalanis](https://github.com/jaredgalanis))\n"
}