From e7a0ada8afdbd1ce47d1364a028c97550753f524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Nov 2023 16:53:13 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 25 ++++++++++++++++++++++++ packages/ember-auto-import/CHANGELOG.md | 26 +++++++++++++++++++++++++ packages/ember-auto-import/package.json | 2 +- 3 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..11f35b2c --- /dev/null +++ b/.release-plan.json @@ -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" +} diff --git a/packages/ember-auto-import/CHANGELOG.md b/packages/ember-auto-import/CHANGELOG.md index c402b582..aef29f10 100644 --- a/packages/ember-auto-import/CHANGELOG.md +++ b/packages/ember-auto-import/CHANGELOG.md @@ -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 diff --git a/packages/ember-auto-import/package.json b/packages/ember-auto-import/package.json index a88ef64a..86582993 100644 --- a/packages/ember-auto-import/package.json +++ b/packages/ember-auto-import/package.json @@ -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",