Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
2db7c5ff4c

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-90b38df8d24b5d32524c9babe181ab1cca7f537e
+a54bbdee919062078e6bc1a4b82432877b0f9306

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.558",
+  "version": "1.0.560",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.558",
+      "version": "1.0.560",
       "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.559",
+  "version": "1.0.561",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 12 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.561 (2026-07-26)
+
+### 新功能
+- 添加 carol.png 和 hxy.png 头像资源
+
+
+## v1.0.560 (2026-07-26)
+
+### Bug 修复
+- remove invalid shape:box from all mermaid classDef
+
+
 ## v1.0.559 (2026-07-26)
 
 ### Bug 修复

+ 13 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.559
+> 当前版本: v1.0.561
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.561 (2026-07-26)
+
+### 新功能
+- 添加 carol.png 和 hxy.png 头像资源
+
+
+## v1.0.560 (2026-07-26)
+
+### Bug 修复
+- remove invalid shape:box from all mermaid classDef
+
+
 ## v1.0.559 (2026-07-26)
 
 ### Bug 修复