-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.release-plan.json
30 lines (30 loc) · 2.04 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
26
27
28
29
30
{
"solution": {
"ember-classic-decorator": {
"impact": "major",
"oldVersion": "3.0.1",
"newVersion": "4.0.0",
"tagName": "latest",
"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 :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-03-21)\n\n* ember-classic-decorator 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-classic-decorator`\n * [#114](https://github.com/emberjs/ember-classic-decorator/pull/114) Drop support for Node < 18, update to 4.12 with ember-cli-update, and convert to pnpm ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-classic-decorator`\n * [#119](https://github.com/emberjs/ember-classic-decorator/pull/119) Fix Ember 5.x ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `ember-classic-decorator`\n * [#112](https://github.com/emberjs/ember-classic-decorator/pull/112) Add note to README ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-classic-decorator`\n * [#120](https://github.com/emberjs/ember-classic-decorator/pull/120) make sure we're testing with the right ember-data versions ([@mansona](https://github.com/mansona))\n * [#117](https://github.com/emberjs/ember-classic-decorator/pull/117) start using release-plan ([@mansona](https://github.com/mansona))\n * [#115](https://github.com/emberjs/ember-classic-decorator/pull/115) remove mirage ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}