From 48f2fc56d1eb2880a412f3e9d0aa8623fd8c029f Mon Sep 17 00:00:00 2001 From: Benny Yen Date: Fri, 25 Aug 2023 20:30:06 +0800 Subject: [PATCH] chore: release v0.0.2 --- package.json | 2 +- packages/eslint-config-ts/package.json | 4 ++-- packages/eslint-config/package.json | 4 ++-- packages/prettier-config/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0ff373b..a5fc170 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "vue": "^3.3.4" }, "packageManager": "pnpm@8.6.2", - "version": "0.0.1" + "version": "0.0.2" } diff --git a/packages/eslint-config-ts/package.json b/packages/eslint-config-ts/package.json index 022054b..d57ffaa 100644 --- a/packages/eslint-config-ts/package.json +++ b/packages/eslint-config-ts/package.json @@ -1,6 +1,6 @@ { "name": "@benny123tw/eslint-config-ts", - "version": "0.0.1", + "version": "0.0.2", "description": "ESLint Typescript config for Benny personal usage", "author": "Benny Yen ", "repository": "https://github.com/benny123tw/eslint-config.git", @@ -25,4 +25,4 @@ "eslint": ">=7.4.0", "typescript": ">=3.9" } -} \ No newline at end of file +} diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index edb2b5a..f93a7a7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@benny123tw/eslint-config", - "version": "0.0.1", + "version": "0.0.2", "description": "ESLint config for Benny personal usage", "author": "Benny Yen ", "repository": "https://github.com/benny123tw/eslint-config.git", @@ -34,4 +34,4 @@ "eslint": ">=7.4.0", "typescript": ">=3.9" } -} \ No newline at end of file +} diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f339c0e..56d3037 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@benny123tw/prettier-config", - "version": "0.0.1", + "version": "0.0.2", "description": "Prettier config for Benny personal usage", "author": "Benny Yen ", "repository": "https://github.com/benny123tw/eslint-config.git", @@ -19,4 +19,4 @@ "peerDependencies": { "prettier": ">= 3.0.0" } -} \ No newline at end of file +}