Skip to content

Commit

Permalink
Merge pull request #600 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 13, 2023
2 parents 5204edf + 9e52adc commit 2373ba7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
18 changes: 5 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"ember-auto-import": {
"impact": "minor",
"oldVersion": "2.6.3",
"newVersion": "2.7.0",
"impact": "patch",
"oldVersion": "2.7.0",
"newVersion": "2.7.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-auto-import/package.json"
}
},
"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"
"description": "## Release (2023-12-12)\n\nember-auto-import 2.7.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#603](https://github.com/embroider-build/ember-auto-import/pull/603) Fix imports with a query part ([@simonihmig](https://github.com/simonihmig))\n* `ember-auto-import`\n * [#602](https://github.com/embroider-build/ember-auto-import/pull/602) Allow arbitrary extensions for app-imports ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* [#604](https://github.com/embroider-build/ember-auto-import/pull/604) update release-plan ([@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"
}
16 changes: 16 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog
## Release (2023-12-12)

ember-auto-import 2.7.1 (patch)

#### :bug: Bug Fix
* `ember-auto-import`, `@ef4/test-scenarios`
* [#603](https://github.com/embroider-build/ember-auto-import/pull/603) Fix imports with a query part ([@simonihmig](https://github.com/simonihmig))
* `ember-auto-import`
* [#602](https://github.com/embroider-build/ember-auto-import/pull/602) Allow arbitrary extensions for app-imports ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#604](https://github.com/embroider-build/ember-auto-import/pull/604) update release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
## Release (2023-11-24)

ember-auto-import 2.7.0 (minor)
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.0",
"version": "2.7.1",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 2373ba7

Please sign in to comment.