Skip to content

Commit

Permalink
Merge pull request #624 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 committed May 27, 2024
2 parents 38dfaac + 2ce8156 commit 6ec7c72
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
15 changes: 15 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6ec7c72

Please sign in to comment.