소스 검색

chore: auto bump version and changelog [skip ci]

iwt 1 개월 전
부모
커밋
10ca6b1a25
5개의 변경된 파일25개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 10 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 11 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-5df5e2dd223853a84eda04c09e42e2d570ca24ed
+5ff2691dc49404e7ff01b0efc6db744b34e9aeeb

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

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

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

@@ -4,6 +4,16 @@
 
 ---
 
+## v1.0.821 (2026-08-05)
+
+### Bug 修复
+- 报告确认页 :key 表达式改为方法调用(微信小程序兼容)
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.819 (2026-08-05)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.819
+> 当前版本: v1.0.821
 
 ## 历史版本
 
@@ -8,6 +8,16 @@
 
 ---
 
+## v1.0.821 (2026-08-05)
+
+### Bug 修复
+- 报告确认页 :key 表达式改为方法调用(微信小程序兼容)
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.819 (2026-08-05)
 
 ### Bug 修复