From a8db023e30b970ea99c9288463ef6707f682badf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 20 May 2022 23:20:12 +0800 Subject: [PATCH 1/2] lock: update lock file --- src/verifyCommit.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/verifyCommit.ts b/src/verifyCommit.ts index 5cf9316..53580d5 100644 --- a/src/verifyCommit.ts +++ b/src/verifyCommit.ts @@ -24,7 +24,9 @@ if (!commitRE.test(msg)) { ${chalk.green(`🌷 UI(模块): 修改了一下样式`)} ${chalk.green(`🏰 chore(模块): 对脚手架做了些更改`)} ${chalk.green(`🌐 locale(模块): 为国际化做了微小的贡献\n`)} - ${chalk.green(`其他提交类型: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`)} + ${chalk.green( + `其他提交类型: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`, + )} ${chalk.red(`See .github/commit-convention.md for more details.\n`)}`, ); } else { @@ -41,7 +43,9 @@ if (!commitRE.test(msg)) { ${chalk.green(`🌷 UI(compiler): better styles`)} ${chalk.green(`🏰 chore(compiler): Made some changes to the scaffolding`)} ${chalk.green(`🌐 locale(compiler): Made a small contribution to internationalization\n`)} - ${chalk.green(`Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`)} + ${chalk.green( + `Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`, + )} ${chalk.red(`See .github/commit-convention.md for more details.\n`)}`, ); } From ffca881827d71a73e66deaf1934356cf5bae0de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 20 May 2022 23:21:14 +0800 Subject: [PATCH 2/2] v2.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbf7c7d..d3bda43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/fabric", - "version": "2.11.0", + "version": "2.11.1", "description": "A collection of configuration files containing prettier, eslint, stylelint", "keywords": [ "eslint",