Sfoglia il codice sorgente

chore: auto bump version and changelog [skip ci]

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
iwt 2 mesi fa
parent
commit
1a064524c4
4 ha cambiato i file con 10 aggiunte e 4 eliminazioni
  1. 1 1
      cfc-web/.last_build_commit
  2. 6 0
      cfc-web/CHANGELOG.md
  3. 2 2
      cfc-web/package-lock.json
  4. 1 1
      cfc-web/package.json

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b024dd7913513b9e9e744b1b4769d2ca2bf71566
+e44134e1e0cd8a8e5a9f1436c1f3ea22a0f9867b

+ 6 - 0
cfc-web/CHANGELOG.md

@@ -1,6 +1,12 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.84 (2026-07-10)
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+
 ## v1.0.83 (2026-07-10)
 
 ### 新功能

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

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