From 4cbcad602c8e4ad534ab779a340654f6b3bc5600 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Sat, 30 Nov 2024 14:55:31 +0900 Subject: [PATCH] 9.32.0 --- docs/rules/restricted-component-names.md | 7 +++++-- docs/rules/slot-name-casing.md | 7 +++++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/rules/restricted-component-names.md b/docs/rules/restricted-component-names.md index e38ed7a7b..55e9883b8 100644 --- a/docs/rules/restricted-component-names.md +++ b/docs/rules/restricted-component-names.md @@ -3,14 +3,13 @@ pageClass: rule-details sidebarDepth: 0 title: vue/restricted-component-names description: enforce using only specific component names +since: v9.32.0 --- # vue/restricted-component-names > enforce using only specific component names -- :exclamation: _**This rule has not been released yet.**_ - ## :book: Rule Details This rule enforces consistency in component names. @@ -60,6 +59,10 @@ This rule enforces consistency in component names. - [vue/no-restricted-component-names](./no-restricted-component-names.md) +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v9.32.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/restricted-component-names.js) diff --git a/docs/rules/slot-name-casing.md b/docs/rules/slot-name-casing.md index 07d793ffe..63884fe86 100644 --- a/docs/rules/slot-name-casing.md +++ b/docs/rules/slot-name-casing.md @@ -3,14 +3,13 @@ pageClass: rule-details sidebarDepth: 0 title: vue/slot-name-casing description: enforce specific casing for slot names +since: v9.32.0 --- # vue/slot-name-casing > enforce specific casing for slot names -- :exclamation: _**This rule has not been released yet.**_ - ## :book: Rule Details This rule enforces proper casing of slot names in Vue components. @@ -82,6 +81,10 @@ This rule enforces proper casing of slot names in Vue components. +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v9.32.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/slot-name-casing.js) diff --git a/package.json b/package.json index 503f711f1..18d136ea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.31.0", + "version": "9.32.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "types": "lib/index.d.ts",