diff --git a/.release-plan.json b/.release-plan.json index 752e931..f1ca6fe 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,26 @@ { "solution": { "@ember/optional-features": { - "impact": "minor", - "oldVersion": "2.2.0", - "newVersion": "2.3.0", + "impact": "major", + "oldVersion": "2.3.0", + "newVersion": "3.0.0", + "tagName": "latest", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-11-25)\n\n@ember/optional-features 2.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#349](https://github.com/emberjs/ember-optional-features/pull/349) Introducing use-ember-modules flag ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2026-02-08)\n\n* @ember/optional-features 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/optional-features`\n * [#352](https://github.com/emberjs/ember-optional-features/pull/352) update inquirer and glob (to clear audit warnings) and drop support for node < 20.19 ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#358](https://github.com/emberjs/ember-optional-features/pull/358) [e18e] replace glob with tinyglobby ([@mansona](https://github.com/mansona))\n * [#357](https://github.com/emberjs/ember-optional-features/pull/357) [e18e] replace mkdirp with native mkdirSync with recursive: true ([@mansona](https://github.com/mansona))\n * [#356](https://github.com/emberjs/ember-optional-features/pull/356) [e18e] swap from chalk to native styleText ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/optional-features`\n * [#355](https://github.com/emberjs/ember-optional-features/pull/355) update release-plan ([@mansona](https://github.com/mansona))\n * [#354](https://github.com/emberjs/ember-optional-features/pull/354) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d19b9..4f6c21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## Release (2026-02-08) + +* @ember/optional-features 3.0.0 (major) + +#### :boom: Breaking Change +* `@ember/optional-features` + * [#352](https://github.com/emberjs/ember-optional-features/pull/352) update inquirer and glob (to clear audit warnings) and drop support for node < 20.19 ([@void-mAlex](https://github.com/void-mAlex)) + +#### :rocket: Enhancement +* `@ember/optional-features` + * [#358](https://github.com/emberjs/ember-optional-features/pull/358) [e18e] replace glob with tinyglobby ([@mansona](https://github.com/mansona)) + * [#357](https://github.com/emberjs/ember-optional-features/pull/357) [e18e] replace mkdirp with native mkdirSync with recursive: true ([@mansona](https://github.com/mansona)) + * [#356](https://github.com/emberjs/ember-optional-features/pull/356) [e18e] swap from chalk to native styleText ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@ember/optional-features` + * [#355](https://github.com/emberjs/ember-optional-features/pull/355) update release-plan ([@mansona](https://github.com/mansona)) + * [#354](https://github.com/emberjs/ember-optional-features/pull/354) swap to pnpm ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Alex ([@void-mAlex](https://github.com/void-mAlex)) +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2025-11-25) @ember/optional-features 2.3.0 (minor) diff --git a/package.json b/package.json index 56ba100..dca8a45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/optional-features", - "version": "2.3.0", + "version": "3.0.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"