From a8b9db109efe9603af63d1e7204c0e43f37801ee Mon Sep 17 00:00:00 2001 From: haishan <710328466@qq.com> Date: Tue, 23 Jul 2024 11:22:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(all):=20=E6=96=B0=E5=A2=9Eicon-v2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=90=88=E9=9B=86,=20=E4=BF=AE=E6=94=B9material?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E9=85=8D=E7=BD=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/icon-v2/CHANGELOG.md | 6 ++++++ packages/icon-v2/package.json | 2 +- packages/material/CHANGELOG.md | 6 ++++++ packages/material/package.json | 2 +- .../components/algorithmTable/AlgorithmTable.tsx | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/icon-v2/CHANGELOG.md b/packages/icon-v2/CHANGELOG.md index dcef55c..f00c7dd 100644 --- a/packages/icon-v2/CHANGELOG.md +++ b/packages/icon-v2/CHANGELOG.md @@ -1,5 +1,11 @@ # @zhst/icon-v2 +## 0.4.0 + +### Minor Changes + +- 新增 icon-v2 图标合集, 修改 material 算法配置组件 + ## 0.3.0 ### Minor Changes diff --git a/packages/icon-v2/package.json b/packages/icon-v2/package.json index be5dccd..c594237 100644 --- a/packages/icon-v2/package.json +++ b/packages/icon-v2/package.json @@ -1,6 +1,6 @@ { "name": "@zhst/icon-v2", - "version": "0.3.0", + "version": "0.4.0", "description": "图标库", "keywords": [ "icon", diff --git a/packages/material/CHANGELOG.md b/packages/material/CHANGELOG.md index 9c58570..e9e3211 100644 --- a/packages/material/CHANGELOG.md +++ b/packages/material/CHANGELOG.md @@ -1,5 +1,11 @@ # @zhst/material +## 0.23.1 + +### Patch Changes + +- 新增 icon-v2 图标合集, 修改 material 算法配置组件 + ## 0.23.0 ### Minor Changes diff --git a/packages/material/package.json b/packages/material/package.json index f835bd8..c0e1e5a 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@zhst/material", - "version": "0.23.0", + "version": "0.23.1", "description": "物料库", "keywords": [ "business", diff --git a/packages/material/src/algorithmConfig/components/algorithmTable/AlgorithmTable.tsx b/packages/material/src/algorithmConfig/components/algorithmTable/AlgorithmTable.tsx index 4d9e484..9eb8a82 100644 --- a/packages/material/src/algorithmConfig/components/algorithmTable/AlgorithmTable.tsx +++ b/packages/material/src/algorithmConfig/components/algorithmTable/AlgorithmTable.tsx @@ -51,7 +51,7 @@ const AlgorithmTable= ( }, { disable: true, - title: '运行周期', + title: '时间模板', key: 'runCycle', dataIndex: 'runCycle', render: (_, record) => {