Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down