Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
49ddd65fd6

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-0c265f8ad95447494a3996d9779d70af9a13825d
+338b33844215edead1eb8d63a1096db7f5481fed

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

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

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

@@ -4,6 +4,25 @@
 
 ---
 
+## v1.0.549 (2026-07-26)
+
+### 测试
+- Phase1 - infrastructure + core roles restructuring
+
+### 其他
+- - Add unified auth helper (helpers/auth.js) supporting all 8 roles
+- - Add utils.js with API assertion utilities and fixtures.js test data factory
+- - Add db.js globalSetup for automatic database reset before test runs
+- - Update playwright.config.js: globalSetup, increased timeout, retries, screenshots/trace on failure, mobile viewport project
+- - Restructure tests into roles/ directory:
+-   - roles/parent/: family-management, wish-management, assessment-order, energy-dashboard, points (5 files)
+-   - roles/child/: login, daily-checkin, mini-games (3 files)
+-   - roles/teacher/: login, family-binding (2 files)
+-   - roles/admin/: login, article/workflow, vendor/management (3 files)
+- - Add design spec and implementation plan documents
+- 
+
+
 ## v1.0.548 (2026-07-25)
 
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.548
+> 当前版本: v1.0.549
 
 ## 历史版本
 
@@ -8,6 +8,25 @@
 
 ---
 
+## v1.0.549 (2026-07-26)
+
+### 测试
+- Phase1 - infrastructure + core roles restructuring
+
+### 其他
+- - Add unified auth helper (helpers/auth.js) supporting all 8 roles
+- - Add utils.js with API assertion utilities and fixtures.js test data factory
+- - Add db.js globalSetup for automatic database reset before test runs
+- - Update playwright.config.js: globalSetup, increased timeout, retries, screenshots/trace on failure, mobile viewport project
+- - Restructure tests into roles/ directory:
+-   - roles/parent/: family-management, wish-management, assessment-order, energy-dashboard, points (5 files)
+-   - roles/child/: login, daily-checkin, mini-games (3 files)
+-   - roles/teacher/: login, family-binding (2 files)
+-   - roles/admin/: login, article/workflow, vendor/management (3 files)
+- - Add design spec and implementation plan documents
+- 
+
+
 ## v1.0.548 (2026-07-25)
 
 ### 新功能