File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "ember-styleguide" : {
4- "impact" : " patch " ,
5- "oldVersion" : " 11.3.0 " ,
6- "newVersion" : " 11.3.1 " ,
4+ "impact" : " minor " ,
5+ "oldVersion" : " 11.3.1 " ,
6+ "newVersion" : " 11.4.0 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
9+ {
10+ "impact" : " minor" ,
11+ "reason" : " Appears in changelog section :rocket: Enhancement"
12+ },
913 {
1014 "impact" : " patch" ,
1115 "reason" : " Appears in changelog section :bug: Bug Fix"
16+ },
17+ {
18+ "impact" : " patch" ,
19+ "reason" : " Appears in changelog section :house: Internal"
1220 }
1321 ],
1422 "pkgJSONPath" : " ./package.json"
1523 }
1624 },
17- "description" : " ## Release (2025-08-22)\n\n * ember-styleguide 11.3.1 (patch)\n\n #### :bug: Bug Fix\n * `ember-styleguide`\n * [#538](https://github.com/ember-learn/ember-styleguide/pull/538) Add default class handling for icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
25+ "description": "## Release (2026-03-13)\n\n* ember-styleguide 11.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#542](https://github.com/ember-learn/ember-styleguide/pull/542) Convert all components to GJS ([@Windvis](https://github.com/Windvis))\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#526](https://github.com/ember-learn/ember-styleguide/pull/526) #354 Fix onClicked warning if @type is \"submit\" ([@tcjr](https://github.com/tcjr))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#546](https://github.com/ember-learn/ember-styleguide/pull/546) update release-plan ([@mansona](https://github.com/mansona))\n * [#542](https://github.com/ember-learn/ember-styleguide/pull/542) Convert all components to GJS ([@Windvis](https://github.com/Windvis))\n * [#545](https://github.com/ember-learn/ember-styleguide/pull/545) Run prettier on hbs files ([@mansona](https://github.com/mansona))\n * [#541](https://github.com/ember-learn/ember-styleguide/pull/541) Linting setup updates ([@Windvis](https://github.com/Windvis))\n * [#543](https://github.com/ember-learn/ember-styleguide/pull/543) remove compromised website link ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 4\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n- Tom Carter ([@tcjr](https://github.com/tcjr))\n"
1826}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2026-03-13)
4+
5+ * ember-styleguide 11.4.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` ember-styleguide `
9+ * [ #542 ] ( https://github.com/ember-learn/ember-styleguide/pull/542 ) Convert all components to GJS ([ @Windvis ] ( https://github.com/Windvis ) )
10+
11+ #### :bug : Bug Fix
12+ * ` ember-styleguide `
13+ * [ #526 ] ( https://github.com/ember-learn/ember-styleguide/pull/526 ) #354 Fix onClicked warning if @type is "submit" ([ @tcjr ] ( https://github.com/tcjr ) )
14+
15+ #### :house : Internal
16+ * ` ember-styleguide `
17+ * [ #546 ] ( https://github.com/ember-learn/ember-styleguide/pull/546 ) update release-plan ([ @mansona ] ( https://github.com/mansona ) )
18+ * [ #542 ] ( https://github.com/ember-learn/ember-styleguide/pull/542 ) Convert all components to GJS ([ @Windvis ] ( https://github.com/Windvis ) )
19+ * [ #545 ] ( https://github.com/ember-learn/ember-styleguide/pull/545 ) Run prettier on hbs files ([ @mansona ] ( https://github.com/mansona ) )
20+ * [ #541 ] ( https://github.com/ember-learn/ember-styleguide/pull/541 ) Linting setup updates ([ @Windvis ] ( https://github.com/Windvis ) )
21+ * [ #543 ] ( https://github.com/ember-learn/ember-styleguide/pull/543 ) remove compromised website link ([ @void-mAlex ] ( https://github.com/void-mAlex ) )
22+
23+ #### Committers: 4
24+ - Alex ([ @void-mAlex ] ( https://github.com/void-mAlex ) )
25+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
26+ - Sam Van Campenhout ([ @Windvis ] ( https://github.com/Windvis ) )
27+ - Tom Carter ([ @tcjr ] ( https://github.com/tcjr ) )
28+
329## Release (2025-08-22)
430
531* ember-styleguide 11.3.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-styleguide" ,
3- "version" : " 11.3.1 " ,
3+ "version" : " 11.4.0 " ,
44 "description" : " Addon to help standardize the ember family of websites" ,
55 "keywords" : [
66 " ember-addon"
You can’t perform that action at this time.
0 commit comments