Skip to content

Commit daea59a

Browse files
ef4github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 38dfaac commit daea59a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-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.1",
6-
"newVersion": "2.7.2",
5+
"oldVersion": "2.7.2",
6+
"newVersion": "2.7.3",
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-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"
16+
"description": "## Release (2024-05-27)\n\nember-auto-import 2.7.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#620](https://github.com/embroider-build/ember-auto-import/pull/620) Improved layering between app and tests bundles ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#625](https://github.com/embroider-build/ember-auto-import/pull/625) update release-plan ([@mansona](https://github.com/mansona))\n* [#622](https://github.com/embroider-build/ember-auto-import/pull/622) fix glob version on lts tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1717
}

packages/ember-auto-import/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
3+
## Release (2024-05-27)
4+
5+
ember-auto-import 2.7.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-auto-import`, `@ef4/test-scenarios`
9+
* [#620](https://github.com/embroider-build/ember-auto-import/pull/620) Improved layering between app and tests bundles ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* [#625](https://github.com/embroider-build/ember-auto-import/pull/625) update release-plan ([@mansona](https://github.com/mansona))
13+
* [#622](https://github.com/embroider-build/ember-auto-import/pull/622) fix glob version on lts tests ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))
217
## Release (2023-12-23)
318

419
ember-auto-import 2.7.2 (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.2",
3+
"version": "2.7.3",
44
"description": "Zero-config import from NPM packages",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)