Skip to content

Commit fc06a23

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent 971988f commit fc06a23

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-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": "minor",
5-
"oldVersion": "2.6.3",
6-
"newVersion": "2.7.0",
5+
"oldVersion": "2.7.0",
6+
"newVersion": "2.8.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -21,5 +21,5 @@
2121
"pkgJSONPath": "./packages/ember-auto-import/package.json"
2222
}
2323
},
24-
"description": "## Release (2023-11-24)\n\nember-auto-import 2.7.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-auto-import`\n * [#587](https://github.com/embroider-build/ember-auto-import/pull/587) Feature: allowAppImports ([@mansona](https://github.com/mansona))\n * [#596](https://github.com/embroider-build/ember-auto-import/pull/596) Support private properties and static blocks ([@andreyfel](https://github.com/andreyfel))\n\n#### :memo: Documentation\n* `ember-auto-import`\n * [#594](https://github.com/embroider-build/ember-auto-import/pull/594) Add section on importing a module for side affects only to the README.md ([@keithZmudzinski](https://github.com/keithZmudzinski))\n\n#### :house: Internal\n* `addon-template`\n * [#598](https://github.com/embroider-build/ember-auto-import/pull/598) Add release-plan for automating releases ([@mansona](https://github.com/mansona))\n* Other\n * [#597](https://github.com/embroider-build/ember-auto-import/pull/597) update package-lock.json ([@mansona](https://github.com/mansona))\n* `app-template`, `ember-auto-import`\n * [#585](https://github.com/embroider-build/ember-auto-import/pull/585) Update ci ([@ef4](https://github.com/ef4))\n\n#### Committers: 4\n- Andrey Fel ([@andreyfel](https://github.com/andreyfel))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Keith Zmudzinski ([@keithZmudzinski](https://github.com/keithZmudzinski))\n"
24+
"description": "## Release (2023-11-24)\n\nember-auto-import 2.8.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-auto-import`\n * [#587](https://github.com/embroider-build/ember-auto-import/pull/587) Feature: allowAppImports ([@mansona](https://github.com/mansona))\n * [#596](https://github.com/embroider-build/ember-auto-import/pull/596) Support private properties and static blocks ([@andreyfel](https://github.com/andreyfel))\n\n#### :memo: Documentation\n* `ember-auto-import`\n * [#594](https://github.com/embroider-build/ember-auto-import/pull/594) Add section on importing a module for side affects only to the README.md ([@keithZmudzinski](https://github.com/keithZmudzinski))\n\n#### :house: Internal\n* `ember-auto-import`\n * [#599](https://github.com/embroider-build/ember-auto-import/pull/599) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `addon-template`\n * [#598](https://github.com/embroider-build/ember-auto-import/pull/598) Add release-plan for automating releases ([@mansona](https://github.com/mansona))\n* Other\n * [#597](https://github.com/embroider-build/ember-auto-import/pull/597) update package-lock.json ([@mansona](https://github.com/mansona))\n* `app-template`, `ember-auto-import`\n * [#585](https://github.com/embroider-build/ember-auto-import/pull/585) Update ci ([@ef4](https://github.com/ef4))\n\n#### Committers: 5\n- Andrey Fel ([@andreyfel](https://github.com/andreyfel))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Keith Zmudzinski ([@keithZmudzinski](https://github.com/keithZmudzinski))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
2525
}

packages/ember-auto-import/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22
## Release (2023-11-24)
33

4+
ember-auto-import 2.8.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `ember-auto-import`
8+
* [#587](https://github.com/embroider-build/ember-auto-import/pull/587) Feature: allowAppImports ([@mansona](https://github.com/mansona))
9+
* [#596](https://github.com/embroider-build/ember-auto-import/pull/596) Support private properties and static blocks ([@andreyfel](https://github.com/andreyfel))
10+
11+
#### :memo: Documentation
12+
* `ember-auto-import`
13+
* [#594](https://github.com/embroider-build/ember-auto-import/pull/594) Add section on importing a module for side affects only to the README.md ([@keithZmudzinski](https://github.com/keithZmudzinski))
14+
15+
#### :house: Internal
16+
* `ember-auto-import`
17+
* [#599](https://github.com/embroider-build/ember-auto-import/pull/599) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
18+
* `addon-template`
19+
* [#598](https://github.com/embroider-build/ember-auto-import/pull/598) Add release-plan for automating releases ([@mansona](https://github.com/mansona))
20+
* Other
21+
* [#597](https://github.com/embroider-build/ember-auto-import/pull/597) update package-lock.json ([@mansona](https://github.com/mansona))
22+
* `app-template`, `ember-auto-import`
23+
* [#585](https://github.com/embroider-build/ember-auto-import/pull/585) Update ci ([@ef4](https://github.com/ef4))
24+
25+
#### Committers: 5
26+
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
27+
- Chris Manson ([@mansona](https://github.com/mansona))
28+
- Edward Faulkner ([@ef4](https://github.com/ef4))
29+
- Keith Zmudzinski ([@keithZmudzinski](https://github.com/keithZmudzinski))
30+
- [@github-actions[bot]](https://github.com/apps/github-actions)
31+
## Release (2023-11-24)
32+
433
ember-auto-import 2.7.0 (minor)
534

635
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)