Skip to content

Commit 95834c1

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v11.2.0 using 'release-plan'
1 parent 578294c commit 95834c1

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-styleguide": {
44
"impact": "minor",
5-
"oldVersion": "11.0.3",
6-
"newVersion": "11.1.0",
5+
"oldVersion": "11.1.0",
6+
"newVersion": "11.2.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
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"
21+
"description": "## Release (2025-08-22)\n\n* ember-styleguide 11.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#535](https://github.com/ember-learn/ember-styleguide/pull/535) Add new support page links (node-support, typescript-support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

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

3+
## Release (2025-08-22)
4+
5+
* ember-styleguide 11.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-styleguide`
9+
* [#535](https://github.com/ember-learn/ember-styleguide/pull/535) Add new support page links (node-support, typescript-support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-styleguide`
13+
* [#534](https://github.com/ember-learn/ember-styleguide/pull/534) Update release plan and fix latest release ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-05-28)
420

521
* 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.2.0",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)