From 7bdaeb8eb9f63fc0d20c301bd6e57115fd87d669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=91=BE=F0=9D=92=96=F0=9D=92=99=F0=9D=92=89?= Date: Thu, 10 Oct 2024 20:29:53 +0800 Subject: [PATCH] feat: add `@wuxh` scope & allow `refined-antd-changelog` (#297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 添加 `@wuxh` 组织范围包,作为组织管理员,我会严格遵循社区规则。ref: https://www.npmjs.com/~wxh16144 2. 添加 refined-antd-changelog 以使得油猴脚本正常工作 image thx~ ## Summary by CodeRabbit - **New Features** - Introduced a new scope `@wuxh` for enhanced package management. - Added the `refined-antd-changelog` package to support changelog generation. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5648558..1bd738d 100644 --- a/package.json +++ b/package.json @@ -246,6 +246,7 @@ "@web-io", "@webcomponents", "@wener", + "@wuxh", "@xlaoyu", "@xstate", "@xterm", @@ -14322,6 +14323,9 @@ "redux-with-domain": { "version": "*" }, + "refined-antd-changelog": { + "version": "*" + }, "reflect-metadata": { "version": "*" },