Skip to content

Commit 6d70915

Browse files
authored
Merge pull request #528 from ember-learn/release-preview
Prepare Release v11.1.0
2 parents c29e233 + 300f0f7 commit 6d70915

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

.release-plan.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"solution": {
33
"ember-styleguide": {
4-
"impact": "patch",
5-
"oldVersion": "11.0.2",
6-
"newVersion": "11.0.3",
4+
"impact": "minor",
5+
"oldVersion": "11.0.3",
6+
"newVersion": "11.1.0",
7+
"tagName": "latest",
78
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
813
{
914
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
16-
"description": "## Release (2024-07-18)\n\nember-styleguide 11.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#516](https://github.com/ember-learn/ember-styleguide/pull/516) use more standard postcss process ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
1722
}

CHANGELOG.md

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

3+
## Release (2025-05-28)
4+
5+
* ember-styleguide 11.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-styleguide`
9+
* [#527](https://github.com/ember-learn/ember-styleguide/pull/527) move ember-auto-import to a dependency ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `ember-styleguide`
13+
* [#531](https://github.com/ember-learn/ember-styleguide/pull/531) update to v5.12 with ember-cli-update ([@mansona](https://github.com/mansona))
14+
* [#530](https://github.com/ember-learn/ember-styleguide/pull/530) Update to ember 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))
15+
* [#529](https://github.com/ember-learn/ember-styleguide/pull/529) start using pnpm ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 1
18+
- Chris Manson ([@mansona](https://github.com/mansona))
19+
320
## Release (2024-07-18)
421

522
ember-styleguide 11.0.3 (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.0.3",
3+
"version": "11.1.0",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)