Skip to content

Commit b4df0e6

Browse files
chore: release @intlify/eslint-plugin-vue-i18n (next) (#596)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9a5601e commit b4df0e6

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.changeset/pre.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
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
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

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)