Skip to content

Commit c6bf74c

Browse files
authored
Merge pull request #539 from ember-learn/release-preview
Prepare Release v11.3.1
2 parents 4f8ba86 + 3923c2b commit c6bf74c

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"ember-styleguide": {
4-
"impact": "minor",
5-
"oldVersion": "11.2.0",
6-
"newVersion": "11.3.0",
4+
"impact": "patch",
5+
"oldVersion": "11.3.0",
6+
"newVersion": "11.3.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-08-22)\n\n* ember-styleguide 11.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#536](https://github.com/ember-learn/ember-styleguide/pull/536) Add blukesky logo to <EsIcon> list of icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
1818
}

CHANGELOG.md

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

33
## Release (2025-08-22)
44

5+
* ember-styleguide 11.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-styleguide`
9+
* [#538](https://github.com/ember-learn/ember-styleguide/pull/538) Add default class handling for icons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-08-22)
15+
516
* ember-styleguide 11.3.0 (minor)
617

718
#### :rocket: Enhancement

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.0",
3+
"version": "11.3.1",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)