From 8982e6b57b28ed3d37010232b092eb1b481c94dc Mon Sep 17 00:00:00 2001 From: "LINING-PC\\lining" Date: Mon, 3 Nov 2025 21:52:47 +0800 Subject: [PATCH] v.1.4.2-patch.1 version update --- demo/version-history.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/demo/version-history.json b/demo/version-history.json index e7ccf24..8e04d8d 100644 --- a/demo/version-history.json +++ b/demo/version-history.json @@ -250,7 +250,6 @@ "SonarQube代码质量检查问题修改", "缺陷修复", "特别感谢 @SHENGLONG749/@xu-yiqi/@yfwork的使用及反馈的宝贵意见", - "Added avatar display on TaskBar", "Configurable display information on TaskBar", "Long-press to focus and highlight TaskBar", @@ -265,8 +264,17 @@ "Enhance dragging experience on Timeline, adding debounce protection", "SonarQube code quality inspection issue modification", "Bugfix", - "Special thanks to @SHENGLONG749/@xu-yiqi/@yfwork for their valuable use and feedback", - "Special thanks to @Guduxwa" + "Special thanks to @SHENGLONG749/@xu-yiqi/@yfwork for their valuable use and feedback" + ] + }, + { + "version": "1.4.2-patch1", + "date": "2025-11-03", + "notes": [ + "缺陷修复:更新父级任务后,再次更新子级任务是发生无限循环调用的问题修复", + "特别感谢 Ky1in666@github的使用及反馈的宝贵意见", + "Defect fix: Fixed the issue of infinite loop calls when updating child tasks after updating the parent task", + "Special thanks to Ky1in666@github for their valuable use and feedback" ] } ] diff --git a/package.json b/package.json index 9a0dafb..05bbe8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jordium-gantt-vue3", - "version": "1.4.2", + "version": "1.4.2-pacth.1", "type": "module", "main": "dist/jordium-gantt-vue3.cjs.js", "module": "dist/jordium-gantt-vue3.es.js",