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

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
774ec2e4b2
4 измененных файлов с 29 добавлено и 3 удалено
  1. 1 1
      cfc-web/.last_build_commit
  2. 1 1
      cfc-web/package.json
  3. 13 0
      cfc-web/public/CHANGELOG-v1.0.md
  4. 14 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-f55c37a966e76b63757216f2561f06e2576339b2
+b6f9bf358f6f2e49844aea745d77714567e3eac8

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.533 (2026-07-25)
+
+### 新功能
+- ProductEdit 添加最小购买数量(minQuantity)输入框
+- minQuantity DTO 字段映射 + 多商品下单产品级校验
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.532 (2026-07-25)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.532
+> 当前版本: v1.0.533
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.533 (2026-07-25)
+
+### 新功能
+- ProductEdit 添加最小购买数量(minQuantity)输入框
+- minQuantity DTO 字段映射 + 多商品下单产品级校验
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.532 (2026-07-25)
 
 ### 新功能