-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.17 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"ember-raf-scheduler": {
"impact": "minor",
"oldVersion": "0.4.1",
"newVersion": "0.5.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-05-19)\n\n* ember-raf-scheduler 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-raf-scheduler`\n * [#18](https://github.com/html-next/ember-raf-scheduler/pull/18) [Breaking] Convert to V2 Addon ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-raf-scheduler`\n * [#21](https://github.com/html-next/ember-raf-scheduler/pull/21) Remove remaining rollup reference ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/html-next/ember-raf-scheduler/pull/19) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}