Skip to content

Commit 2a2d239

Browse files
authored
Merge pull request #638 from embroider-build/release-preview
Prepare Release
2 parents 0e74550 + 3d34362 commit 2a2d239

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.release-plan.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"ember-auto-import": {
4-
"impact": "minor",
5-
"oldVersion": "2.7.4",
6-
"newVersion": "2.8.0",
4+
"impact": "patch",
5+
"oldVersion": "2.8.0",
6+
"newVersion": "2.8.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./packages/ember-auto-import/package.json"
1814
}
1915
},
20-
"description": "## Release (2024-09-16)\n\nember-auto-import 2.8.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-auto-import`\n * [#623](https://github.com/embroider-build/ember-auto-import/pull/623) Optimize watched directories ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `ember-auto-import`\n * [#621](https://github.com/embroider-build/ember-auto-import/pull/621) fix the repo link in the published package ([@mansona](https://github.com/mansona))\n* Other\n * [#636](https://github.com/embroider-build/ember-auto-import/pull/636) update release-plan CI jobs ([@mansona](https://github.com/mansona))\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#634](https://github.com/embroider-build/ember-auto-import/pull/634) Update scenario-tester ([@simonihmig](https://github.com/simonihmig))\n * [#630](https://github.com/embroider-build/ember-auto-import/pull/630) Update TypeScript to latest ([@simonihmig](https://github.com/simonihmig))\n* `@ef4/addon-template`, `@ef4/app-template`, `@ef4/test-scenarios`\n * [#635](https://github.com/embroider-build/ember-auto-import/pull/635) Fix CI for new Ember v6 canary and volta v2 releases ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
16+
"description": "## Release (2024-09-20)\n\nember-auto-import 2.8.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`\n * [#637](https://github.com/embroider-build/ember-auto-import/pull/637) Fixing broccoli-debug ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
2117
}

packages/ember-auto-import/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-09-20)
4+
5+
ember-auto-import 2.8.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-auto-import`
9+
* [#637](https://github.com/embroider-build/ember-auto-import/pull/637) Fixing broccoli-debug ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
314
## Release (2024-09-16)
415

516
ember-auto-import 2.8.0 (minor)

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.8.0",
3+
"version": "2.8.1",
44
"description": "Zero-config import from NPM packages",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)