Sfoglia il codice sorgente

chore: auto bump version and changelog [skip ci]

iwt 2 mesi fa
parent
commit
7a9bfee493

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-c32988da2de3a7bd5a32899f6927c680e4a3adfe
+23ee60bdb319d452cc65a2b6acec55bed9d795e8

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.265",
+  "version": "1.0.266",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.265",
+      "version": "1.0.266",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.266",
+  "version": "1.0.267",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 21 - 0
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,27 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.267 (2026-07-13)
+
+### Bug 修复
+- break circular dependency CircleService↔CircleMatchService with @Lazy
+
+### 重构
+- rename FamilyRelationshipSection -> OctopusGraph; fix: health chart shows zeros when no data
+- 重构FamilyRelationGraph为全Canvas force-directed关系图
+
+### 新功能
+- 添加OctopusGraph关系健康组件
+
+### 其他
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.266 (2026-07-13)