From b0cad47350ce2389691a03a8f3162fc838ab5783 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 11 Feb 2022 10:35:32 +0900 Subject: [PATCH] 1.3.0 --- package.json | 2 +- tests/fixtures/integrations/stylelint-v14.3/package.json | 2 +- tests/fixtures/integrations/stylelint-v14.4/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d4574fa..16e9456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recommended-vue", - "version": "1.2.0", + "version": "1.3.0", "description": "The recommended shareable Vue config for Stylelint.", "keywords": [ "stylelint", diff --git a/tests/fixtures/integrations/stylelint-v14.3/package.json b/tests/fixtures/integrations/stylelint-v14.3/package.json index c9bea30..8747207 100644 --- a/tests/fixtures/integrations/stylelint-v14.3/package.json +++ b/tests/fixtures/integrations/stylelint-v14.3/package.json @@ -7,7 +7,7 @@ "postcss-html": "^1.0.0", "stylelint": "14.3.0", "stylelint-config-recommended": "^6.0.0", - "stylelint-config-recommended-vue": "file:../../../../stylelint-config-recommended-vue-1.2.0.tgz" + "stylelint-config-recommended-vue": "file:../../../../stylelint-config-recommended-vue-1.3.0.tgz" }, "engines": { "node": "^12 || >=14" diff --git a/tests/fixtures/integrations/stylelint-v14.4/package.json b/tests/fixtures/integrations/stylelint-v14.4/package.json index b5b37e5..adf801d 100644 --- a/tests/fixtures/integrations/stylelint-v14.4/package.json +++ b/tests/fixtures/integrations/stylelint-v14.4/package.json @@ -7,7 +7,7 @@ "postcss-html": "^1.0.0", "stylelint": "14.4.0", "stylelint-config-recommended": "^7.0.0", - "stylelint-config-recommended-vue": "file:../../../../stylelint-config-recommended-vue-1.2.0.tgz" + "stylelint-config-recommended-vue": "file:../../../../stylelint-config-recommended-vue-1.3.0.tgz" }, "engines": { "node": "^12 || >=14"