Skip to content

Commit 1a7e09a

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v4.0.1 using 'release-plan'
1 parent 333034c commit 1a7e09a

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"field-guide-default-template": {
4-
"impact": "major",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "4.0.0",
4+
"impact": "patch",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
16-
},
179
{
1810
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2025-05-27)\n\n* field-guide-default-template 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `field-guide-default-template`\n * [#56](https://github.com/empress/field-guide-default-template/pull/56) update to 5.12 with ember-cli-update and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n * [#52](https://github.com/empress/field-guide-default-template/pull/52) convert to template tag with the @embroider/template-tag-codemod ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `field-guide-default-template`\n * [#55](https://github.com/empress/field-guide-default-template/pull/55) fix use of action helper ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `field-guide-default-template`\n * [#53](https://github.com/empress/field-guide-default-template/pull/53) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2025-05-27)\n\n* field-guide-default-template 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `field-guide-default-template`\n * [#57](https://github.com/empress/field-guide-default-template/pull/57) fix copyright line in footer ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2618
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-05-27)
44

5+
* field-guide-default-template 4.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `field-guide-default-template`
9+
* [#57](https://github.com/empress/field-guide-default-template/pull/57) fix copyright line in footer ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-05-27)
15+
516
* field-guide-default-template 4.0.0 (major)
617

718
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "field-guide-default-template",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)