Skip to content

Commit 19e7c03

Browse files
simonihmiggithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent fd2827a commit 19e7c03

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

.release-plan.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"ember-auto-import": {
4-
"impact": "patch",
5-
"oldVersion": "2.7.3",
6-
"newVersion": "2.7.4",
4+
"impact": "minor",
5+
"oldVersion": "2.7.4",
6+
"newVersion": "2.8.0",
77
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
812
{
913
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./packages/ember-auto-import/package.json"
1418
}
1519
},
16-
"description": "## Release (2024-06-24)\n\nember-auto-import 2.7.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`\n * [#629](https://github.com/embroider-build/ember-auto-import/pull/629) only check devDependencies when checking requested range of an app package ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ef4/test-scenarios`\n * [#626](https://github.com/embroider-build/ember-auto-import/pull/626) setup windows tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
1721
}

packages/ember-auto-import/CHANGELOG.md

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

3+
## Release (2024-09-16)
4+
5+
ember-auto-import 2.8.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-auto-import`
9+
* [#623](https://github.com/embroider-build/ember-auto-import/pull/623) Optimize watched directories ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### :house: Internal
12+
* `ember-auto-import`
13+
* [#621](https://github.com/embroider-build/ember-auto-import/pull/621) fix the repo link in the published package ([@mansona](https://github.com/mansona))
14+
* Other
15+
* [#636](https://github.com/embroider-build/ember-auto-import/pull/636) update release-plan CI jobs ([@mansona](https://github.com/mansona))
16+
* `ember-auto-import`, `@ef4/test-scenarios`
17+
* [#634](https://github.com/embroider-build/ember-auto-import/pull/634) Update scenario-tester ([@simonihmig](https://github.com/simonihmig))
18+
* [#630](https://github.com/embroider-build/ember-auto-import/pull/630) Update TypeScript to latest ([@simonihmig](https://github.com/simonihmig))
19+
* `@ef4/addon-template`, `@ef4/app-template`, `@ef4/test-scenarios`
20+
* [#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))
21+
22+
#### Committers: 2
23+
- Chris Manson ([@mansona](https://github.com/mansona))
24+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
25+
326
## Release (2024-06-24)
427

528
ember-auto-import 2.7.4 (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.4",
3+
"version": "2.8.0",
44
"description": "Zero-config import from NPM packages",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)