Skip to content

Commit f1ba5dc

Browse files
authored
Merge pull request #54 from empress/release-preview
Prepare Release v4.0.0
2 parents 808c32c + ac08903 commit f1ba5dc

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

.release-plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"solution": {
3+
"field-guide-default-template": {
4+
"impact": "major",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "4.0.0",
7+
"tagName": "latest",
8+
"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+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
20+
}
21+
],
22+
"pkgJSONPath": "./package.json"
23+
}
24+
},
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"
26+
}

CHANGELOG.md

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

3+
## Release (2025-05-27)
4+
5+
* field-guide-default-template 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `field-guide-default-template`
9+
* [#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))
10+
* [#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))
11+
12+
#### :rocket: Enhancement
13+
* `field-guide-default-template`
14+
* [#55](https://github.com/empress/field-guide-default-template/pull/55) fix use of action helper ([@mansona](https://github.com/mansona))
15+
16+
#### :house: Internal
17+
* `field-guide-default-template`
18+
* [#53](https://github.com/empress/field-guide-default-template/pull/53) start using release-plan ([@mansona](https://github.com/mansona))
19+
20+
#### Committers: 1
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
323
3.0.0 / 2022-05-17
424
==================
525
* Pick gray that increases contrast #38 from @MinThaMie

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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)