From af8851d2802511234d35aa7a436f0167b0d2c3a0 Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Fri, 20 Sep 2024 11:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build:=20=E5=8F=91=E7=89=88?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demos/vercel-deploy-tool/CHANGELOG.md | 8 ++++++++ demos/vercel-deploy-tool/package.json | 18 +++++++++++++++--- utils/CHANGELOG.md | 6 ++++++ utils/package.json | 18 +++++++++++++++--- 4 files changed, 44 insertions(+), 6 deletions(-) diff --git a/demos/vercel-deploy-tool/CHANGELOG.md b/demos/vercel-deploy-tool/CHANGELOG.md index da24b3c..b5017b9 100644 --- a/demos/vercel-deploy-tool/CHANGELOG.md +++ b/demos/vercel-deploy-tool/CHANGELOG.md @@ -1,5 +1,13 @@ # @ruan-cat/vercel-deploy-tool +## 0.0.9 + +### Patch Changes + +- 提供包索引,提供 readme 文档。 +- Updated dependencies + - @ruan-cat/utils@1.0.4 + ## 0.0.8 ### Patch Changes diff --git a/demos/vercel-deploy-tool/package.json b/demos/vercel-deploy-tool/package.json index 7cc7188..2d6a25c 100644 --- a/demos/vercel-deploy-tool/package.json +++ b/demos/vercel-deploy-tool/package.json @@ -1,11 +1,19 @@ { "name": "@ruan-cat/vercel-deploy-tool", - "version": "0.0.8", + "version": "0.0.9", "description": "阮喵喵自用的vercel部署工具,用于实现复杂项目的部署。", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", - "homepage": "https://theme-hope.vuejs.press/", + "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/demos/vercel-deploy-tool", + "bugs": { + "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git", + "directory": "demos/vercel-deploy-tool" + }, "scripts": { "—build-not-use-for-now": "tsc", "start": "node ./dist/index.js", @@ -24,7 +32,11 @@ "keywords": [ "vercel" ], - "author": "ruan-cat", + "author": { + "name": "ruan-cat", + "email": "1219043956@qq.com", + "url": "https://github.com/RuanZhongNan" + }, "license": "MIT", "publishConfig": { "access": "public", diff --git a/utils/CHANGELOG.md b/utils/CHANGELOG.md index 4c2bd4f..a79e3ec 100644 --- a/utils/CHANGELOG.md +++ b/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @ruan-cat/utils +## 1.0.4 + +### Patch Changes + +- 提供包索引,提供 readme 文档。 + ## 1.0.3 ### Patch Changes diff --git a/utils/package.json b/utils/package.json index 2251c47..c33672c 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,11 +1,19 @@ { "name": "@ruan-cat/utils", - "version": "1.0.3", + "version": "1.0.4", "description": "阮喵喵工具集合。一个纯typescript库。", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", - "homepage": "https://theme-hope.vuejs.press/", + "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/utils", + "bugs": { + "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git", + "directory": "utils" + }, "scripts": { "typedoc": "typedoc", "clean:type": "rimraf ./dist", @@ -23,7 +31,11 @@ "./src/*": "./src/*" }, "keywords": [], - "author": "ruan-cat", + "author": { + "name": "ruan-cat", + "email": "1219043956@qq.com", + "url": "https://github.com/RuanZhongNan" + }, "license": "MIT", "publishConfig": { "access": "public",