Skip to content

Commit 4d53b08

Browse files
Merge pull request #2201 from ember-cli/release-preview
Prepare Release
2 parents cf00326 + 44bf80d commit 4d53b08

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

Diff for: .release-plan.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"eslint-plugin-ember": {
4-
"impact": "minor",
5-
"oldVersion": "12.2.1",
6-
"newVersion": "12.3.0",
4+
"impact": "patch",
5+
"oldVersion": "12.3.0",
6+
"newVersion": "12.3.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1911
}
2012
],
2113
"pkgJSONPath": "./package.json"
2214
}
2315
},
24-
"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"
16+
"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"
2517
}

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-10-25)
4+
5+
eslint-plugin-ember 12.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
13+
314
## Release (2024-10-23)
415

516
eslint-plugin-ember 12.3.0 (minor)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "12.3.0",
3+
"version": "12.3.1",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)