File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"eslint-plugin-ember" : {
4
4
"impact" : " patch" ,
5
- "oldVersion" : " 12.3.0 " ,
6
- "newVersion" : " 12.3.1 " ,
5
+ "oldVersion" : " 12.3.1 " ,
6
+ "newVersion" : " 12.3.2 " ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " patch" ,
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-10-25 )\n\n eslint-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 "
16
+ "description" : " ## Release (2024-11-21 )\n\n eslint-plugin-ember 12.3.2 (patch)\n\n #### :bug: Bug Fix\n * `eslint-plugin-ember`\n * [#2216 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2216) upgrade parser ([@patricklx ](https://github.com/patricklx ))\n\n #### Committers: 1\n - Patrick Pircher ([@patricklx ](https://github.com/patricklx ))\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-11-21)
4
+
5
+ eslint-plugin-ember 12.3.2 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` eslint-plugin-ember `
9
+ * [ #2216 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2216 ) upgrade parser ([ @patricklx ] ( https://github.com/patricklx ) )
10
+
11
+ #### Committers: 1
12
+ - Patrick Pircher ([ @patricklx ] ( https://github.com/patricklx ) )
13
+
3
14
## Release (2024-10-25)
4
15
5
16
eslint-plugin-ember 12.3.1 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember" ,
3
- "version" : " 12.3.1 " ,
3
+ "version" : " 12.3.2 " ,
4
4
"description" : " ESLint plugin for Ember.js apps" ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments