Sfoglia il codice sorgente

chore: auto bump version and changelog [skip ci]

iwt 1 mese fa
parent
commit
4d77b01fc5

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-2a8c394d71a4f5aa54db030bcc59f54015a41de5
+2fab73f8dab4123693aeb3c00ee6e4ceeee45e6c

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,17 @@
 
 ---
 
+## v1.0.681 (2026-07-31)
+
+### Bug 修复
+- add missing List import in ActivityController and DB migrations for dimension_code/family_scope columns
+
+### 其他
+- - DatabaseInitializer: add migrations 138-140 for tasks.dimension_code,
+-   products.family_scope, activities.family_scope (were dead code in migration102)
+- 
+
+
 ## v1.0.680 (2026-07-31)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.680
+> 当前版本: v1.0.681
 
 ## 历史版本
 
@@ -8,6 +8,17 @@
 
 ---
 
+## v1.0.681 (2026-07-31)
+
+### Bug 修复
+- add missing List import in ActivityController and DB migrations for dimension_code/family_scope columns
+
+### 其他
+- - DatabaseInitializer: add migrations 138-140 for tasks.dimension_code,
+-   products.family_scope, activities.family_scope (were dead code in migration102)
+- 
+
+
 ## v1.0.680 (2026-07-31)
 
 ### Bug 修复