-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.release-plan.json
More file actions
26 lines (26 loc) · 1.93 KB
/
.release-plan.json
File metadata and controls
26 lines (26 loc) · 1.93 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-strict-application-resolver": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-12-09) \n\n* ember-strict-application-resolver 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-strict-application-resolver`\n * [#17](https://github.com/ember-cli/ember-strict-application-resolver/pull/17) Widen module type ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-strict-application-resolver`\n * [#16](https://github.com/ember-cli/ember-strict-application-resolver/pull/16) Update glob patterns in README for services and routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/ember-cli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}