Skip to content

Commit 0d8af6b

Browse files
chore: release @intlify/eslint-plugin-vue-i18n (next)
1 parent 9baee55 commit 0d8af6b

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
},
77
"changesets": [
88
"afraid-queens-shave",
9+
"chilly-bugs-hear",
910
"new-ligers-tan",
10-
"old-islands-admire"
11+
"old-islands-admire",
12+
"seven-boxes-call"
1113
]
1214
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
- [#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
10+
311
## 4.0.0-next.0
412

513
### Major Changes

lib/index.ts

+1
Original file line numberDiff line numberDiff 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
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)