Skip to content

Commit cb451d1

Browse files
authored
Merge pull request #544 from ember-learn/release-preview
Prepare Release v11.4.0
2 parents b563406 + 99380f0 commit cb451d1

3 files changed

Lines changed: 39 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
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
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)