diff --git a/.changeset/major-planes-fly.md b/.changeset/major-planes-fly.md deleted file mode 100644 index aa4930be0..000000000 --- a/.changeset/major-planes-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-vue': patch ---- - -Fixed false positives in non-intersecting conditions in `vue/no-duplicate-class-names` and correctly detect duplicates in combining expressions diff --git a/.changeset/nine-zebras-rule.md b/.changeset/nine-zebras-rule.md deleted file mode 100644 index 8621702eb..000000000 --- a/.changeset/nine-zebras-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Improved performance and type safety in `vue/prefer-use-template-ref` diff --git a/.changeset/rich-bags-turn.md b/.changeset/rich-bags-turn.md deleted file mode 100644 index f27e55a2a..000000000 --- a/.changeset/rich-bags-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Fixed false positives for `TSImportType` in `vue/script-indent` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 142060cf3..4bbb44fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-vue +## 10.6.2 + +### Patch Changes + +- Fixed false positives in non-intersecting conditions in [`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) and correctly detect duplicates in combining expressions ([#2980](https://github.com/vuejs/eslint-plugin-vue/pull/2980)) +- Fixed false positives for `TSImportType` in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#2969](https://github.com/vuejs/eslint-plugin-vue/pull/2969)) +- Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#2982](https://github.com/vuejs/eslint-plugin-vue/pull/2982)) + ## 10.6.1 ### Patch Changes @@ -11,15 +19,12 @@ ### Minor Changes - Updated [`vue/no-import-compiler-macros`](https://eslint.vuejs.org/rules/no-import-compiler-macros.html) to clarify that macros are not allowed outside `