-
-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy path.release-plan.json
More file actions
26 lines (26 loc) · 1.51 KB
/
.release-plan.json
File metadata and controls
26 lines (26 loc) · 1.51 KB
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
{
"solution": {
"ember-changeset": {
"impact": "major",
"oldVersion": "4.2.0",
"newVersion": "5.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 :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-04-27)\n\n* ember-changeset 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-changeset`\n * [#706](https://github.com/adopted-ember-addons/ember-changeset/pull/706) Drop support for Ember.js versions below 4.8 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-changeset`\n * [#705](https://github.com/adopted-ember-addons/ember-changeset/pull/705) Convert addon to v2 format ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `ember-changeset`\n * [#703](https://github.com/adopted-ember-addons/ember-changeset/pull/703) Bump pnpm to v10 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#701](https://github.com/adopted-ember-addons/ember-changeset/pull/701) Bump release-plan to v0.16 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}