Skip to content

Prepare Release #2314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"solution": {
"eslint-plugin-ember": {
"impact": "minor",
"oldVersion": "12.6.0",
"newVersion": "12.7.0",
"impact": "patch",
"oldVersion": "12.7.0",
"newVersion": "12.7.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-07-24)\n\neslint-plugin-ember 12.7.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2282](https://github.com/ember-cli/eslint-plugin-ember/pull/2282) Add no-builtin-form-components rule ([@wagenet](https://github.com/wagenet))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2308](https://github.com/ember-cli/eslint-plugin-ember/pull/2308) fix: disallow extra properties in rule options ([@andreww2012](https://github.com/andreww2012))\n\n#### Committers: 2\n- Andrew Kazakov ([@andreww2012](https://github.com/andreww2012))\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n"
"description": "## Release (2025-08-10)\n\neslint-plugin-ember 12.7.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))\n\n#### :memo: Documentation\n* `eslint-plugin-ember`\n * [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))\n\n#### Committers: 2\n- Richard ([@rmachielse](https://github.com/rmachielse))\n- [@Geodewd549](https://github.com/Geodewd549)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2025-08-10)

eslint-plugin-ember 12.7.1 (patch)

#### :bug: Bug Fix
* `eslint-plugin-ember`
* [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))

#### :memo: Documentation
* `eslint-plugin-ember`
* [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))

#### Committers: 2
- Richard ([@rmachielse](https://github.com/rmachielse))
- [@Geodewd549](https://github.com/Geodewd549)

## Release (2025-07-24)

eslint-plugin-ember 12.7.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ember",
"version": "12.7.0",
"version": "12.7.1",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down