diff --git a/.release-plan.json b/.release-plan.json index ee3dd14d..25006a0d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-auto-import": { "impact": "patch", - "oldVersion": "2.7.1", - "newVersion": "2.7.2", + "oldVersion": "2.7.2", + "newVersion": "2.7.3", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "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" + "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), [@simonihmig](https://github.com/simonihmig))\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: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" } diff --git a/packages/ember-auto-import/CHANGELOG.md b/packages/ember-auto-import/CHANGELOG.md index 2db5f4b9..15ebf446 100644 --- a/packages/ember-auto-import/CHANGELOG.md +++ b/packages/ember-auto-import/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog + +## Release (2024-05-27) + +ember-auto-import 2.7.3 (patch) + +#### :bug: Bug Fix +* `ember-auto-import`, `@ef4/test-scenarios` + * [#620](https://github.com/embroider-build/ember-auto-import/pull/620) Improved layering between app and tests bundles ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* [#625](https://github.com/embroider-build/ember-auto-import/pull/625) update release-plan ([@mansona](https://github.com/mansona)) +* [#622](https://github.com/embroider-build/ember-auto-import/pull/622) fix glob version on lts tests ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2023-12-23) ember-auto-import 2.7.2 (patch) diff --git a/packages/ember-auto-import/package.json b/packages/ember-auto-import/package.json index a93cdd86..2ebee8a1 100644 --- a/packages/ember-auto-import/package.json +++ b/packages/ember-auto-import/package.json @@ -1,6 +1,6 @@ { "name": "ember-auto-import", - "version": "2.7.2", + "version": "2.7.3", "description": "Zero-config import from NPM packages", "keywords": [ "ember-addon",