Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"changesets": [
"afraid-queens-shave",
"chilly-bugs-hear",
"cyan-needles-sniff",
"dirty-meals-run",
"fast-brooms-bake",
"new-ligers-tan",
"old-islands-admire",
"seven-boxes-call"
"rare-coats-approve",
"seven-boxes-call",
"stale-seahorses-draw"
]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @intlify/eslint-plugin-vue-i18n

## 4.0.0-next.2

### Major Changes

- [#616](https://github.com/intlify/eslint-plugin-vue-i18n/pull/616) [`1d4beb7`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/1d4beb72e65b3bc4e879db462d924729842d358e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Drop support for vue-i18n v8 syntax

- [#614](https://github.com/intlify/eslint-plugin-vue-i18n/pull/614) [`3172959`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/31729597bc5c945669dbda2e1a85280d773a1815) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency vue-eslint-parser to v10

- [#615](https://github.com/intlify/eslint-plugin-vue-i18n/pull/615) [`4ff816f`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/4ff816f87fcffc7df8dae16ebdfc450821b1b3b5) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Change parser dependencies to peerDependencies

### Minor Changes

- [#607](https://github.com/intlify/eslint-plugin-vue-i18n/pull/607) [`6c750f8`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/6c750f8d982fb813b2566a8936934a9506e2cecc) Thanks [@Araxor](https://github.com/Araxor)! - feat(types): add TypeScript definitions

## 4.0.0-next.1

### Major Changes
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.1",
"version": "4.0.0-next.2",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
"keywords": [
Expand Down