From f6ade6203c747491b674db750b449b292bb53f18 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 27 Dec 2022 18:31:18 +0300 Subject: [PATCH] Publish - @wemake-services/eslint-config-javascript@2.0.0 - @wemake-services/eslint-config-jest@2.0.0 - @wemake-services/eslint-config-jsdoc@2.0.0 - @wemake-services/eslint-config-typescript@3.0.0 - @wemake-services/eslint-config-vue@3.0.0 - @wemake-services/stylelint-config-scss@3.0.0 --- packages/eslint-config-javascript/package.json | 2 +- packages/eslint-config-jest/package.json | 2 +- packages/eslint-config-jsdoc/package.json | 2 +- packages/eslint-config-typescript/package.json | 2 +- packages/eslint-config-vue/package.json | 2 +- packages/stylelint-config-scss/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config-javascript/package.json b/packages/eslint-config-javascript/package.json index 9faa57e7..cfd088d7 100644 --- a/packages/eslint-config-javascript/package.json +++ b/packages/eslint-config-javascript/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/eslint-config-javascript", - "version": "1.0.0", + "version": "2.0.0", "description": "Shareable configuration for ESLint that we use in wemake.services", "main": "index.js", "repository": "https://github.com/wemake-services/wemake-frontend-styleguide.git", diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index 47c047f9..85014358 100644 --- a/packages/eslint-config-jest/package.json +++ b/packages/eslint-config-jest/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/eslint-config-jest", - "version": "1.0.0", + "version": "2.0.0", "publishConfig": { "access": "public" }, diff --git a/packages/eslint-config-jsdoc/package.json b/packages/eslint-config-jsdoc/package.json index 03f6ab10..4d095c54 100644 --- a/packages/eslint-config-jsdoc/package.json +++ b/packages/eslint-config-jsdoc/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/eslint-config-jsdoc", - "version": "1.0.0", + "version": "2.0.0", "description": "Essential rules for eslint-plugin-jsdoc", "main": "index.js", "repository": "https://github.com/wemake-services/eslint-config-jsdoc.git", diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index e8289030..8817e7c4 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/eslint-config-typescript", - "version": "2.0.0", + "version": "3.0.0", "description": "Strict shareable config for ESLint and TypeScript", "keywords": [ "wemake.services", diff --git a/packages/eslint-config-vue/package.json b/packages/eslint-config-vue/package.json index ba971f5e..8f423859 100644 --- a/packages/eslint-config-vue/package.json +++ b/packages/eslint-config-vue/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/eslint-config-vue", - "version": "2.0.0", + "version": "3.0.0", "description": "Strict shareable config for ESLint and Vue", "main": "index.js", "repository": "https://github.com/wemake-services/wemake-frontend-styleguide.git", diff --git a/packages/stylelint-config-scss/package.json b/packages/stylelint-config-scss/package.json index 11d4c6a7..581a66de 100644 --- a/packages/stylelint-config-scss/package.json +++ b/packages/stylelint-config-scss/package.json @@ -1,6 +1,6 @@ { "name": "@wemake-services/stylelint-config-scss", - "version": "2.0.0", + "version": "3.0.0", "description": "Strict shareable config for stylelint and SCSS", "main": "index.js", "repository": "https://github.com/wemake-services/wemake-frontend-styleguide.git",