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

chore: auto bump version and changelog [skip ci]

iwt 2 месяцев назад
Родитель
Сommit
d602d060ca
4 измененных файлов с 49 добавлено и 4 удалено
  1. 1 1
      cfc-web/.last_build_commit
  2. 45 0
      cfc-web/CHANGELOG.md
  3. 2 2
      cfc-web/package-lock.json
  4. 1 1
      cfc-web/package.json

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-5f682c1ebf9ead487f074117e6fdb9321a6304fc
+92ae1fef82df8d74f3f19278193d2e05fd9a2079

+ 45 - 0
cfc-web/CHANGELOG.md

@@ -1,6 +1,51 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.37 (2026-07-08)
+
+### 文档
+- add article system redesign design document
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- redesign article-center with search/nav/dimension-param; enhance mind/articles with search and unified detail
+- unify article entry points to article-center
+- redesign family-members page with gear entry, detail modal, edit permissions
+- add /api/family/member/editable endpoint
+- add FamilyRelationshipService, refactor FamilyMemberService for bidirectional relations
+- add family_relationships table with entity/mapper/migration
+
+### Bug 修复
+- revert error-throwing, keep auto-create for unidentified users
+- prevent auto-create user when openid not found and no phoneCode
+- wechatLogin use real code2Session API instead of mock openid
+- validate openid before WeChat prepay - reject phone-prefixed/mock openid (resolves PARAM_ERROR 无效的openid)
+
+### 重构
+- merge wechatLogin and wechatPhoneLogin, capture phone from WeChat
+
+
+## v1.0.36 (2026-07-08)
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+
 ## v1.0.35 (2026-07-08)
 
 ### Bug 修复

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

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