Skip to content

Commit 80db07f

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v11.1.1 using 'release-plan'
1 parent 5cb319f commit 80db07f

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-styleguide": {
4-
"impact": "minor",
5-
"oldVersion": "11.0.3",
6-
"newVersion": "11.1.0",
4+
"impact": "patch",
5+
"oldVersion": "11.1.0",
6+
"newVersion": "11.1.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-05-28)\n\n* ember-styleguide 11.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#527](https://github.com/ember-learn/ember-styleguide/pull/527) move ember-auto-import to a dependency ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#531](https://github.com/ember-learn/ember-styleguide/pull/531) update to v5.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#530](https://github.com/ember-learn/ember-styleguide/pull/530) Update to ember 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#529](https://github.com/ember-learn/ember-styleguide/pull/529) start using pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2025-08-05)\n\n* ember-styleguide 11.1.1 (patch)\n\n#### :house: Internal\n* `ember-styleguide`\n * [#534](https://github.com/ember-learn/ember-styleguide/pull/534) Update release plan and fix latest release ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-08-05)
4+
5+
* ember-styleguide 11.1.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-styleguide`
9+
* [#534](https://github.com/ember-learn/ember-styleguide/pull/534) Update release plan and fix latest release ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2025-05-28)
415

516
* ember-styleguide 11.1.0 (minor)

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

0 commit comments

Comments
 (0)