Przeglądaj źródła

chore: auto bump version and changelog [skip ci]

iwt 1 miesiąc temu
rodzic
commit
f0db476518

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-0f4400999a6d3554406d1e3feecdf145eb7585da
+c2bd7d68f33e45370becc0c397f1fc2d84e10f27

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

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

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

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.717 (2026-08-02)
+
+### 新功能
+- save contact info to package_orders, keep SVG flow only
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 改为 scroll-view 保持默认 block,内部 .bs-books-inner 用 inline-flex 横向排列
+- 
+
+### Bug 修复
+- ArticleBookshelf 书籍横向排列 — scroll-view 内包 inline-flex 容器
+
+
 ## v1.0.716 (2026-08-02)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.716
+> 当前版本: v1.0.717
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.717 (2026-08-02)
+
+### 新功能
+- save contact info to package_orders, keep SVG flow only
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 改为 scroll-view 保持默认 block,内部 .bs-books-inner 用 inline-flex 横向排列
+- 
+
+### Bug 修复
+- ArticleBookshelf 书籍横向排列 — scroll-view 内包 inline-flex 容器
+
+
 ## v1.0.716 (2026-08-02)
 
 ### Bug 修复