From bc1769cb26e0e7c9d75e7920126daec69675f6dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:23:27 +0000 Subject: [PATCH] Prepare Release v6.0.0 using 'release-plan' --- .release-plan.json | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..90c399d --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,30 @@ +{ + "solution": { + "ember-cli-version-checker": { + "impact": "major", + "oldVersion": "5.1.2", + "newVersion": "6.0.0", + "tagName": "latest", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2026-07-21)\n\n* ember-cli-version-checker 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-version-checker`\n * [#292](https://github.com/ember-cli/ember-cli-version-checker/pull/292) convert to ESM only and set type: module in package.json ([@mansona](https://github.com/mansona))\n * [#291](https://github.com/ember-cli/ember-cli-version-checker/pull/291) drop yarn pnp tests - i.e. drop support for yarn pnp ([@mansona](https://github.com/mansona))\n * [#288](https://github.com/ember-cli/ember-cli-version-checker/pull/288) drop support for Node < 22 and swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `ember-cli-version-checker`\n * [#248](https://github.com/ember-cli/ember-cli-version-checker/pull/248) fixed return value of getVersionFromJSONFile ([@davecombs](https://github.com/davecombs))\n\n#### :memo: Documentation\n* `ember-cli-version-checker`\n * [#232](https://github.com/ember-cli/ember-cli-version-checker/pull/232) Remove bower references ([@bantic](https://github.com/bantic))\n\n#### :house: Internal\n* `ember-cli-version-checker`\n * [#290](https://github.com/ember-cli/ember-cli-version-checker/pull/290) update fixturify project ([@mansona](https://github.com/mansona))\n * [#289](https://github.com/ember-cli/ember-cli-version-checker/pull/289) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Cory Forsyth ([@bantic](https://github.com/bantic))\n- Dave Combs ([@davecombs](https://github.com/davecombs))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5a49a..de81674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## Release (2026-07-21) + +* ember-cli-version-checker 6.0.0 (major) + +#### :boom: Breaking Change +* `ember-cli-version-checker` + * [#292](https://github.com/ember-cli/ember-cli-version-checker/pull/292) convert to ESM only and set type: module in package.json ([@mansona](https://github.com/mansona)) + * [#291](https://github.com/ember-cli/ember-cli-version-checker/pull/291) drop yarn pnp tests - i.e. drop support for yarn pnp ([@mansona](https://github.com/mansona)) + * [#288](https://github.com/ember-cli/ember-cli-version-checker/pull/288) drop support for Node < 22 and swap to pnpm ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `ember-cli-version-checker` + * [#248](https://github.com/ember-cli/ember-cli-version-checker/pull/248) fixed return value of getVersionFromJSONFile ([@davecombs](https://github.com/davecombs)) + +#### :memo: Documentation +* `ember-cli-version-checker` + * [#232](https://github.com/ember-cli/ember-cli-version-checker/pull/232) Remove bower references ([@bantic](https://github.com/bantic)) + +#### :house: Internal +* `ember-cli-version-checker` + * [#290](https://github.com/ember-cli/ember-cli-version-checker/pull/290) update fixturify project ([@mansona](https://github.com/mansona)) + * [#289](https://github.com/ember-cli/ember-cli-version-checker/pull/289) setup release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 3 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Cory Forsyth ([@bantic](https://github.com/bantic)) +- Dave Combs ([@davecombs](https://github.com/davecombs)) + ## v5.1.2 (2021-01-19) #### :rocket: Enhancement diff --git a/package.json b/package.json index 0a9fd37..5429773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-version-checker", - "version": "5.1.2", + "version": "6.0.0", "description": "Determine if your addon is being used by a minimum version of Ember CLI.", "homepage": "https://github.com/ember-cli/ember-cli-version-checker", "bugs": {