Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
f362c1ddfe

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-becd89c5ad11a9a5dee9e09519ba31e4456d52df
+7f90e362c10a3e61967d7547d7f121365870433f

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

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

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

@@ -4,6 +4,26 @@
 
 ---
 
+## v1.0.883 (2026-08-09)
+
+### 新功能
+- 我的页面服务区添加商城和购物车入口
+
+### 其他
+- 🛒 购物车 (pages/shop/cart/cart) 快捷入口。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 当 store familyId 为空时显示 FamilyEmptyState(暂无数据)。
+- 编辑个人资料不应依赖是否有家庭,改为老用户 (isNewUserFlow=false) 始终显示表单。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### Bug 修复
+- 完善信息页面移除 hasFamily 门控 — 老用户编辑时始终显示表单
+
+
 ## v1.0.882 (2026-08-08)
 
 ### 重构

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.882
+> 当前版本: v1.0.883
 
 ## 历史版本
 
@@ -8,6 +8,26 @@
 
 ---
 
+## v1.0.883 (2026-08-09)
+
+### 新功能
+- 我的页面服务区添加商城和购物车入口
+
+### 其他
+- 🛒 购物车 (pages/shop/cart/cart) 快捷入口。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 当 store familyId 为空时显示 FamilyEmptyState(暂无数据)。
+- 编辑个人资料不应依赖是否有家庭,改为老用户 (isNewUserFlow=false) 始终显示表单。
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### Bug 修复
+- 完善信息页面移除 hasFamily 门控 — 老用户编辑时始终显示表单
+
+
 ## v1.0.882 (2026-08-08)
 
 ### 重构