Explorar el Código

chore: auto bump version and changelog [skip ci]

iwt hace 2 meses
padre
commit
2e43f0f11c

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8ccc2f595ebd52a82377b75770683a2c8df9d2ea
+e224aa18b1ebf69c23d8da95f60a2dca5f39f3fd

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

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

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

@@ -4,6 +4,15 @@
 
 ---
 
+## v1.0.460 (2026-07-21)
+
+### Bug 修复
+- ensure .vue resolution in webpack
+
+### 文档
+- mark LangGraph Phase 3 as implemented in PROJECT-OVERVIEW
+
+
 ## v1.0.459 (2026-07-21)
 
 ### 其他

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.459
+> 当前版本: v1.0.460
 
 ## 历史版本
 
@@ -8,6 +8,15 @@
 
 ---
 
+## v1.0.460 (2026-07-21)
+
+### Bug 修复
+- ensure .vue resolution in webpack
+
+### 文档
+- mark LangGraph Phase 3 as implemented in PROJECT-OVERVIEW
+
+
 ## v1.0.459 (2026-07-21)
 
 ### 其他