Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-vue-i18n (next) (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 27, 2024
1 parent 9a5601e commit b4df0e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
},
"changesets": [
"afraid-queens-shave",
"chilly-bugs-hear",
"dirty-meals-run",
"new-ligers-tan",
"old-islands-admire"
"old-islands-admire",
"seven-boxes-call"
]
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @intlify/eslint-plugin-vue-i18n

## 4.0.0-next.1

### Major Changes

- [#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

- [#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

- [#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

## 4.0.0-next.0

### Major Changes
Expand Down
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export = {
// flat configs
base,
recommended,
// flat configs (Backward compatibility)
'flat/base': base,
'flat/recommended': recommended
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
"keywords": [
Expand Down

0 comments on commit b4df0e6

Please sign in to comment.