From 915887b7a25e3a0a03e4cafe24c77b8cf105e34c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:42:20 +0000 Subject: [PATCH] Version Packages --- .changeset/smooth-jokes-eat.md | 5 ----- .changeset/true-oranges-heal.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/smooth-jokes-eat.md delete mode 100644 .changeset/true-oranges-heal.md diff --git a/.changeset/smooth-jokes-eat.md b/.changeset/smooth-jokes-eat.md deleted file mode 100644 index e5f3a14a8..000000000 --- a/.changeset/smooth-jokes-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Updates resources diff --git a/.changeset/true-oranges-heal.md b/.changeset/true-oranges-heal.md deleted file mode 100644 index eba8b9a99..000000000 --- a/.changeset/true-oranges-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-vue': patch ---- - -[vue/no-restricted-html-elements](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now also checks SVG and MathML elements. diff --git a/CHANGELOG.md b/CHANGELOG.md index b21ab6f6f..066f8d792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-vue +## 10.2.1 + +### Patch Changes + +- Updates resources ([#2752](https://github.com/vuejs/eslint-plugin-vue/pull/2752)) + +- [vue/no-restricted-html-elements](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now also checks SVG and MathML elements. ([#2755](https://github.com/vuejs/eslint-plugin-vue/pull/2755)) + ## 10.2.0 ### Minor Changes diff --git a/package.json b/package.json index da1053c00..fc0ab3ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "10.2.0", + "version": "10.2.1", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "types": "lib/index.d.ts",