Skip to content

Commit e2ab3d4

Browse files
Merge pull request #2351 from ember-cli/release-preview
Prepare Release v12.7.6
2 parents 499079f + bc5feab commit e2ab3d4

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.4",
6-
"newVersion": "12.7.5",
5+
"oldVersion": "12.7.5",
6+
"newVersion": "12.7.6",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
1011
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
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"
21+
"description": "## Release (2026-01-22)\n\n* eslint-plugin-ember 12.7.6 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2363](https://github.com/ember-cli/eslint-plugin-ember/pull/2363) fix: classic-decorator-no-classic-methods matching private identifiers ([@c0rydoras](https://github.com/c0rydoras))\n * [#2364](https://github.com/ember-cli/eslint-plugin-ember/pull/2364) Consider .test.{js|ts|gjs|gts} as a test file pattern ([@lego-technix](https://github.com/lego-technix))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Arthur ([@c0rydoras](https://github.com/c0rydoras))\n- LEGO Technix ([@lego-technix](https://github.com/lego-technix))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1722
}

CHANGELOG.md

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

3+
## Release (2026-01-22)
4+
5+
* eslint-plugin-ember 12.7.6 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#2363](https://github.com/ember-cli/eslint-plugin-ember/pull/2363) fix: classic-decorator-no-classic-methods matching private identifiers ([@c0rydoras](https://github.com/c0rydoras))
10+
* [#2364](https://github.com/ember-cli/eslint-plugin-ember/pull/2364) Consider .test.{js|ts|gjs|gts} as a test file pattern ([@lego-technix](https://github.com/lego-technix))
11+
12+
#### :house: Internal
13+
* `eslint-plugin-ember`
14+
* [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 3
17+
- Arthur ([@c0rydoras](https://github.com/c0rydoras))
18+
- LEGO Technix ([@lego-technix](https://github.com/lego-technix))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2025-11-27)
422

523
eslint-plugin-ember 12.7.5 (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.5",
3+
"version": "12.7.6",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)