File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 66 },
77 "changesets" : [
88 " afraid-queens-shave" ,
9+ " chilly-bugs-hear" ,
10+ " dirty-meals-run" ,
911 " new-ligers-tan" ,
10- " old-islands-admire"
12+ " old-islands-admire" ,
13+ " seven-boxes-call"
1114 ]
1215}
Original file line number Diff line number Diff line change 11# @intlify/eslint-plugin-vue-i18n
22
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+
313## 4.0.0-next.0
414
515### Major Changes
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export = {
3838 // flat configs
3939 base,
4040 recommended,
41+ // flat configs (Backward compatibility)
4142 'flat/base' : base ,
4243 'flat/recommended' : recommended
4344 } ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @intlify/eslint-plugin-vue-i18n" ,
33 "description" : " ESLint plugin for Vue I18n" ,
4- "version" : " 4.0.0-next.0 " ,
4+ "version" : " 4.0.0-next.1 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://github.com/intlify/eslint-plugin-vue-i18n#readme" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments