Prechádzať zdrojové kódy

chore: auto bump version and changelog [skip ci]

iwt 1 mesiac pred
rodič
commit
08e885539d

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-a54bbdee919062078e6bc1a4b82432877b0f9306
+4c194577fce8f4cc5e0845926089a42645e986f1

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

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

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

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.562 (2026-07-26)
+
+### Bug 修复
+- add products.min_quantity migration to runMigrations()
+
+### 其他
+- never actually executed inside runMigrations(), so the production DB
+- was missing the column. This adds the call at the end of runMigrations()
+- so it runs on next startup.
+- 
+
+
 ## v1.0.561 (2026-07-26)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.561
+> 当前版本: v1.0.562
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.562 (2026-07-26)
+
+### Bug 修复
+- add products.min_quantity migration to runMigrations()
+
+### 其他
+- never actually executed inside runMigrations(), so the production DB
+- was missing the column. This adds the call at the end of runMigrations()
+- so it runs on next startup.
+- 
+
+
 ## v1.0.561 (2026-07-26)
 
 ### 新功能