From 44bf80d547d23a8ee0a640634c99379eaa4958a5 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:12:31 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 7bc52f1f48..590a90589b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "eslint-plugin-ember": { - "impact": "minor", - "oldVersion": "12.2.1", - "newVersion": "12.3.0", + "impact": "patch", + "oldVersion": "12.3.0", + "newVersion": "12.3.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 :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-10-23)\n\neslint-plugin-ember 12.3.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2191](https://github.com/ember-cli/eslint-plugin-ember/pull/2191) Provide better gjs/gts config support for eslint 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2195](https://github.com/ember-cli/eslint-plugin-ember/pull/2195) fix: Typo in error message ([@HeroicEric](https://github.com/HeroicEric))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2198](https://github.com/ember-cli/eslint-plugin-ember/pull/2198) Switch away from release-it to release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2196](https://github.com/ember-cli/eslint-plugin-ember/pull/2196) Switch to pnpm + vitest (away from yarn @ 1 and jest) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-10-25)\n\neslint-plugin-ember 12.3.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2200](https://github.com/ember-cli/eslint-plugin-ember/pull/2200) Fix no-component-lifecycle-hook in double extended classic component ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 1\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b309c533..f1f2d30b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-10-25) + +eslint-plugin-ember 12.3.1 (patch) + +#### :bug: Bug Fix +* `eslint-plugin-ember` + * [#2200](https://github.com/ember-cli/eslint-plugin-ember/pull/2200) Fix no-component-lifecycle-hook in double extended classic component ([@wagenet](https://github.com/wagenet)) + +#### Committers: 1 +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) + ## Release (2024-10-23) eslint-plugin-ember 12.3.0 (minor) diff --git a/package.json b/package.json index 5bea3fba21..6aeba450e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.3.0", + "version": "12.3.1", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",