Przeglądaj źródła

chore: auto bump version and changelog [skip ci]

iwt 1 miesiąc temu
rodzic
commit
039b7157d5

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-338b33844215edead1eb8d63a1096db7f5481fed
+9d5b464508c937a62aa5b1d83e58049395207db6

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

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

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

@@ -4,6 +4,12 @@
 
 ---
 
+## v1.0.550 (2026-07-26)
+
+### Bug 修复
+- DimensionProductList activeChildId为空时跳过渲染
+
+
 ## v1.0.549 (2026-07-26)
 
 ### 测试

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.549
+> 当前版本: v1.0.550
 
 ## 历史版本
 
@@ -8,6 +8,12 @@
 
 ---
 
+## v1.0.550 (2026-07-26)
+
+### Bug 修复
+- DimensionProductList activeChildId为空时跳过渲染
+
+
 ## v1.0.549 (2026-07-26)
 
 ### 测试