Browse Source

chore: auto bump version and changelog [skip ci]

iwt 3 weeks ago
parent
commit
4725f8f8a8

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-7f969c639c436bde4f6faa1796d279e60efc6754
+8521180d9ceebdefc7e1ec36e373f54f55d6d055

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

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

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

@@ -4,6 +4,26 @@
 
 ---
 
+## v1.0.1207 (2026-08-23)
+
+### 新功能
+- 家庭端管家自助选择接口
+- ButlerService新增管家浏览/查询/自助绑定方法
+
+### Bug 修复
+- member toggle + race condition + generate string data
+- 移除打卡页navigationStyle:custom,恢复原生导航栏标题和返回按钮
+
+### 其他
+- - Prevent onLoad + onShow double-load race with _executorsLoaded flag
+- - Only loadExecutors in onLoad when not in planId/viewMode path
+- - Handle generateHealthPlan API returning data as markdown string (typeof check)
+- - Reset selectedMemberIds and userGoal in reCreate()
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1206 (2026-08-23)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1206
+> 当前版本: v1.0.1207
 
 ## 历史版本
 
@@ -8,6 +8,26 @@
 
 ---
 
+## v1.0.1207 (2026-08-23)
+
+### 新功能
+- 家庭端管家自助选择接口
+- ButlerService新增管家浏览/查询/自助绑定方法
+
+### Bug 修复
+- member toggle + race condition + generate string data
+- 移除打卡页navigationStyle:custom,恢复原生导航栏标题和返回按钮
+
+### 其他
+- - Prevent onLoad + onShow double-load race with _executorsLoaded flag
+- - Only loadExecutors in onLoad when not in planId/viewMode path
+- - Handle generateHealthPlan API returning data as markdown string (typeof check)
+- - Reset selectedMemberIds and userGoal in reCreate()
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1206 (2026-08-23)
 
 ### 新功能