Skip to content

Commit

Permalink
Merge pull request #599 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Nov 24, 2023
2 parents 60dcaed + e7a0ada commit 971988f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"ember-auto-import": {
"impact": "minor",
"oldVersion": "2.6.3",
"newVersion": "2.7.0",
"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"
}
],
"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"
}
26 changes: 26 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# Changelog
## Release (2023-11-24)

ember-auto-import 2.7.0 (minor)

#### :rocket: Enhancement
* `ember-auto-import`
* [#587](https://github.com/embroider-build/ember-auto-import/pull/587) Feature: allowAppImports ([@mansona](https://github.com/mansona))
* [#596](https://github.com/embroider-build/ember-auto-import/pull/596) Support private properties and static blocks ([@andreyfel](https://github.com/andreyfel))

#### :memo: Documentation
* `ember-auto-import`
* [#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))

#### :house: Internal
* `addon-template`
* [#598](https://github.com/embroider-build/ember-auto-import/pull/598) Add release-plan for automating releases ([@mansona](https://github.com/mansona))
* Other
* [#597](https://github.com/embroider-build/ember-auto-import/pull/597) update package-lock.json ([@mansona](https://github.com/mansona))
* `app-template`, `ember-auto-import`
* [#585](https://github.com/embroider-build/ember-auto-import/pull/585) Update ci ([@ef4](https://github.com/ef4))

#### Committers: 4
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
- Chris Manson ([@mansona](https://github.com/mansona))
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Keith Zmudzinski ([@keithZmudzinski](https://github.com/keithZmudzinski))

### 2.6.3

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.6.3",
"version": "2.7.0",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 971988f

Please sign in to comment.