Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
626427f698

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-25adddaa0e9bcd1d685b0e7cda40c38c79f93e9b
+e370919ddf78b47afb8f750380f5bcaddf07c4c2

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

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

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

@@ -4,6 +4,24 @@
 
 ---
 
+## v1.0.583 (2026-07-27)
+
+### Bug 修复
+- move migrations 105/106 into runMigrations() — they were in dead code migration102()
+
+### 新功能
+- redesign tab icons to match 五行沙盘 emoji themes
+
+### 其他
+- - 身(土): 🌏 globe with meridian and continent arcs
+- - 智(金): ⚡ lightning bolt shape
+- - 富(水): 💧 water drop with pointed top
+- - 行(木): 🌿 leaf with stem and veins
+- - 心(火): 🔥 flame with inner/outer layers
+- All 81x81px, gray (#999) normal + element color active.
+- 
+
+
 ## v1.0.582 (2026-07-27)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.582
+> 当前版本: v1.0.583
 
 ## 历史版本
 
@@ -8,6 +8,24 @@
 
 ---
 
+## v1.0.583 (2026-07-27)
+
+### Bug 修复
+- move migrations 105/106 into runMigrations() — they were in dead code migration102()
+
+### 新功能
+- redesign tab icons to match 五行沙盘 emoji themes
+
+### 其他
+- - 身(土): 🌏 globe with meridian and continent arcs
+- - 智(金): ⚡ lightning bolt shape
+- - 富(水): 💧 water drop with pointed top
+- - 行(木): 🌿 leaf with stem and veins
+- - 心(火): 🔥 flame with inner/outer layers
+- All 81x81px, gray (#999) normal + element color active.
+- 
+
+
 ## v1.0.582 (2026-07-27)
 
 ### Bug 修复