You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
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
+
3
23
3.0.0 / 2022-05-17
4
24
==================
5
25
* Pick gray that increases contrast #38 from @MinThaMie
0 commit comments