From ea1be9fe1926614433de1d1a728c9248d5c80c71 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 30 Jul 2021 16:07:52 +0900 Subject: [PATCH] 7.15.0 --- docs/rules/block-lang.md | 7 +++++-- docs/rules/no-use-computed-property-like-method.md | 7 +++++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/rules/block-lang.md b/docs/rules/block-lang.md index 9b342c0b2..eb0528873 100644 --- a/docs/rules/block-lang.md +++ b/docs/rules/block-lang.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/block-lang description: disallow use other than available `lang` +since: v7.15.0 --- # vue/block-lang > disallow use other than available `lang` -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule disallows the use of languages other than those available in the your application for the lang attribute of block elements. @@ -85,6 +84,10 @@ Same as `{ script: { allowNoLang: true } }`. +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.15.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-lang.js) diff --git a/docs/rules/no-use-computed-property-like-method.md b/docs/rules/no-use-computed-property-like-method.md index d776cd7eb..33e49d653 100644 --- a/docs/rules/no-use-computed-property-like-method.md +++ b/docs/rules/no-use-computed-property-like-method.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-use-computed-property-like-method description: disallow use computed property like method +since: v7.15.0 --- # vue/no-use-computed-property-like-method > disallow use computed property like method -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule disallows to use computed property like method. @@ -334,6 +333,10 @@ export default { Nothing. +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.15.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-use-computed-property-like-method.js) diff --git a/package.json b/package.json index 7ceec76c6..249094716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "7.14.0", + "version": "7.15.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {