forked from embroider-build/ember-auto-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-plan.json
17 lines (17 loc) · 890 Bytes
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-auto-import": {
"impact": "patch",
"oldVersion": "2.7.1",
"newVersion": "2.7.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-auto-import/package.json"
}
},
"description": "## Release (2023-12-23)\n\nember-auto-import 2.7.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#605](https://github.com/embroider-build/ember-auto-import/pull/605) Add es-compat to make asset loaders work as expected ([@ef4](https://github.com/ef4))\n * [#606](https://github.com/embroider-build/ember-auto-import/pull/606) Fix dynamic import inside allowAppImports dirs ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}