From 30df7b2053b16d25efe4a18616cb3646e4ee7d0c Mon Sep 17 00:00:00 2001 From: chizuki Date: Fri, 24 Mar 2023 10:13:56 +0800 Subject: [PATCH] chore: release v0.0.8 --- package.json | 2 +- packages/all/package.json | 2 +- packages/basic/package.json | 2 +- packages/eslint-plugin-curev/package.json | 2 +- packages/react/package.json | 2 +- packages/typescript/package.json | 2 +- packages/vue/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index edf2595..fabd2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config-monorepo", - "version": "0.0.7", + "version": "0.0.8", "private": true, "packageManager": "pnpm@7.30.0", "author": "Anthony Fu (https://github.com/antfu/)", diff --git a/packages/all/package.json b/packages/all/package.json index 04c2507..fb53bc4 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config", - "version": "0.0.7", + "version": "0.0.8", "description": "Anthony's ESLint config", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/packages/basic/package.json b/packages/basic/package.json index 8fe3a07..a910487 100644 --- a/packages/basic/package.json +++ b/packages/basic/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config-basic", - "version": "0.0.7", + "version": "0.0.8", "description": "", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/packages/eslint-plugin-curev/package.json b/packages/eslint-plugin-curev/package.json index a21c023..1571b99 100644 --- a/packages/eslint-plugin-curev/package.json +++ b/packages/eslint-plugin-curev/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-curev", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "homepage": "https://github.com/antfu/eslint-config", "main": "./dist/index.cjs", diff --git a/packages/react/package.json b/packages/react/package.json index ae3110e..c88385a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config-react", - "version": "0.0.7", + "version": "0.0.8", "description": "", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index b4e7398..cece0e7 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config-ts", - "version": "0.0.7", + "version": "0.0.8", "description": "", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/packages/vue/package.json b/packages/vue/package.json index 1124af3..a3fffc0 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@curev/eslint-config-vue", - "version": "0.0.7", + "version": "0.0.8", "description": "", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT",