File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"changesets" : [
8
8
" afraid-queens-shave" ,
9
+ " chilly-bugs-hear" ,
10
+ " dirty-meals-run" ,
9
11
" new-ligers-tan" ,
10
- " old-islands-admire"
12
+ " old-islands-admire" ,
13
+ " seven-boxes-call"
11
14
]
12
15
}
Original file line number Diff line number Diff line change 1
1
# @intlify/eslint-plugin-vue-i18n
2
2
3
+ ## 4.0.0-next.1
4
+
5
+ ### Major Changes
6
+
7
+ - [ #595 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/595 ) [ ` 384dd5c ` ] ( https://github.com/intlify/eslint-plugin-vue-i18n/commit/384dd5c903c8d0d6eadd36667710a0c4d5ea381e ) Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - fix(deps): update dependency @intlify/message-compiler to v11
8
+
9
+ - [ #583 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/583 ) [ ` 9a5601e ` ] ( https://github.com/intlify/eslint-plugin-vue-i18n/commit/9a5601e9e2d0b30c31cee363e4b7b6aef26c1c79 ) Thanks [ @ota-meshi ] ( https://github.com/ota-meshi ) ! - docs!: Add Versioning Policy
10
+
11
+ - [ #587 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/587 ) [ ` 9baee55 ` ] ( https://github.com/intlify/eslint-plugin-vue-i18n/commit/9baee551c0a6e88920ea9ab3a37f9b7d35100042 ) Thanks [ @ota-meshi ] ( https://github.com/ota-meshi ) ! - feat!: rename configs
12
+
3
13
## 4.0.0-next.0
4
14
5
15
### Major Changes
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export = {
38
38
// flat configs
39
39
base,
40
40
recommended,
41
+ // flat configs (Backward compatibility)
41
42
'flat/base' : base ,
42
43
'flat/recommended' : recommended
43
44
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intlify/eslint-plugin-vue-i18n" ,
3
3
"description" : " ESLint plugin for Vue I18n" ,
4
- "version" : " 4.0.0-next.0 " ,
4
+ "version" : " 4.0.0-next.1 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/intlify/eslint-plugin-vue-i18n#readme" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments