Skip to content

Commit bc1769c

Browse files
Prepare Release v6.0.0 using 'release-plan'
1 parent 8488f16 commit bc1769c

3 files changed

Lines changed: 59 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"solution": {
3+
"ember-cli-version-checker": {
4+
"impact": "major",
5+
"oldVersion": "5.1.2",
6+
"newVersion": "6.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :bug: Bug Fix"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :memo: Documentation"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :house: Internal"
24+
}
25+
],
26+
"pkgJSONPath": "./package.json"
27+
}
28+
},
29+
"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"
30+
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## Release (2026-07-21)
4+
5+
* ember-cli-version-checker 6.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-version-checker`
9+
* [#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))
10+
* [#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))
11+
* [#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))
12+
13+
#### :bug: Bug Fix
14+
* `ember-cli-version-checker`
15+
* [#248](https://github.com/ember-cli/ember-cli-version-checker/pull/248) fixed return value of getVersionFromJSONFile ([@davecombs](https://github.com/davecombs))
16+
17+
#### :memo: Documentation
18+
* `ember-cli-version-checker`
19+
* [#232](https://github.com/ember-cli/ember-cli-version-checker/pull/232) Remove bower references ([@bantic](https://github.com/bantic))
20+
21+
#### :house: Internal
22+
* `ember-cli-version-checker`
23+
* [#290](https://github.com/ember-cli/ember-cli-version-checker/pull/290) update fixturify project ([@mansona](https://github.com/mansona))
24+
* [#289](https://github.com/ember-cli/ember-cli-version-checker/pull/289) setup release-plan ([@mansona](https://github.com/mansona))
25+
26+
#### Committers: 3
27+
- Chris Manson ([@mansona](https://github.com/mansona))
28+
- Cory Forsyth ([@bantic](https://github.com/bantic))
29+
- Dave Combs ([@davecombs](https://github.com/davecombs))
30+
331
## v5.1.2 (2021-01-19)
432

533
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-version-checker",
3-
"version": "5.1.2",
3+
"version": "6.0.0",
44
"description": "Determine if your addon is being used by a minimum version of Ember CLI.",
55
"homepage": "https://github.com/ember-cli/ember-cli-version-checker",
66
"bugs": {

0 commit comments

Comments
 (0)