Skip to content

Commit a3424eb

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 4dcb6d2 commit a3424eb

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.3",
6-
"newVersion": "12.7.4",
5+
"oldVersion": "12.7.4",
6+
"newVersion": "12.7.5",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-09-14)\n\neslint-plugin-ember 12.7.4 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2331](https://github.com/ember-cli/eslint-plugin-ember/pull/2331) fix: Ignore `findBy` calls from `ember-cli-mirage` in `no-array-prototype-extensions` ([@VasylMarchuk](https://github.com/VasylMarchuk))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2332](https://github.com/ember-cli/eslint-plugin-ember/pull/2332) chore: try actions/setup-node before pnpm/action-setup ([@bmish](https://github.com/bmish))\n\n#### Committers: 2\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n- Vasyl Marchuk ([@VasylMarchuk](https://github.com/VasylMarchuk))\n"
16+
"description": "## Release (2025-11-27)\n\neslint-plugin-ember 12.7.5 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2349](https://github.com/ember-cli/eslint-plugin-ember/pull/2349) fix: allow decorated template-tag-only classes ([@CvX](https://github.com/CvX))\n\n#### Committers: 1\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n"
2117
}

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-11-27)
4+
5+
eslint-plugin-ember 12.7.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#2349](https://github.com/ember-cli/eslint-plugin-ember/pull/2349) fix: allow decorated template-tag-only classes ([@CvX](https://github.com/CvX))
10+
11+
#### Committers: 1
12+
- Jarek Radosz ([@CvX](https://github.com/CvX))
13+
314
## Release (2025-09-14)
415

516
eslint-plugin-ember 12.7.4 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "12.7.4",
3+
"version": "12.7.5",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)