Skip to content

Commit cccb8b1

Browse files
authored
Merge pull request #607 from embroider-build/release-preview
Prepare Release
2 parents 7562cfd + 317a6c4 commit cccb8b1

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-auto-import": {
44
"impact": "patch",
5-
"oldVersion": "2.7.0",
6-
"newVersion": "2.7.1",
5+
"oldVersion": "2.7.1",
6+
"newVersion": "2.7.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./packages/ember-auto-import/package.json"
1414
}
1515
},
16-
"description": "## Release (2023-12-12)\n\nember-auto-import 2.7.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#603](https://github.com/embroider-build/ember-auto-import/pull/603) Fix imports with a query part ([@simonihmig](https://github.com/simonihmig))\n* `ember-auto-import`\n * [#602](https://github.com/embroider-build/ember-auto-import/pull/602) Allow arbitrary extensions for app-imports ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* [#604](https://github.com/embroider-build/ember-auto-import/pull/604) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
16+
"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"
1717
}

packages/ember-auto-import/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## Release (2023-12-23)
3+
4+
ember-auto-import 2.7.2 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-auto-import`, `@ef4/test-scenarios`
8+
* [#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))
9+
* [#606](https://github.com/embroider-build/ember-auto-import/pull/606) Fix dynamic import inside allowAppImports dirs ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
213
## Release (2023-12-12)
314

415
ember-auto-import 2.7.1 (patch)

packages/ember-auto-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-auto-import",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Zero-config import from NPM packages",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)