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

release: v1.6.0 (i18n-expansion) - sync version 1.2.0 -> 1.6.0

- VERSION / api·web package.json / health endpoint 同步 v1.6.0
- CHANGELOG 版本记录补全
DoTouch Dev 2 недель назад
Родитель
Сommit
2ae6247bb6

+ 2 - 2
.omo/run-continuation/ses_0229f653bffedHZYFR3ILxjlpg.json

@@ -1,10 +1,10 @@
 {
 {
   "sessionID": "ses_0229f653bffedHZYFR3ILxjlpg",
   "sessionID": "ses_0229f653bffedHZYFR3ILxjlpg",
-  "updatedAt": "2026-08-09T12:03:31.185Z",
+  "updatedAt": "2026-08-09T12:11:42.598Z",
   "sources": {
   "sources": {
     "background-task": {
     "background-task": {
       "state": "idle",
       "state": "idle",
-      "updatedAt": "2026-08-09T12:03:31.185Z"
+      "updatedAt": "2026-08-09T12:11:42.598Z"
     }
     }
   }
   }
 }
 }

+ 1 - 1
VERSION

@@ -1 +1 @@
-v1.5.0 (referral)
+v1.6.0 (i18n-expansion)

+ 2 - 2
apps/api/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@dotouch/api",
   "name": "@dotouch/api",
-  "version": "1.2.0",
+  "version": "1.6.0",
   "private": true,
   "private": true,
   "description": "DoTouch.AI API Gateway (NestJS)",
   "description": "DoTouch.AI API Gateway (NestJS)",
   "scripts": {
   "scripts": {
@@ -39,4 +39,4 @@
     "ts-node": "^10.9.0",
     "ts-node": "^10.9.0",
     "typescript": "^5.7.0"
     "typescript": "^5.7.0"
   }
   }
-}
+}

+ 1 - 1
apps/api/src/health/health.controller.ts

@@ -9,7 +9,7 @@ export class HealthController {
   check() {
   check() {
     return {
     return {
       status: 'ok' as const,
       status: 'ok' as const,
-      version: '1.2.0',
+      version: '1.6.0',
       timestamp: new Date().toISOString(),
       timestamp: new Date().toISOString(),
     };
     };
   }
   }

+ 2 - 2
apps/web/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@dotouch/web",
   "name": "@dotouch/web",
-  "version": "1.2.0",
+  "version": "1.6.0",
   "private": true,
   "private": true,
   "description": "DoTouch.AI Landing Page & Dashboard",
   "description": "DoTouch.AI Landing Page & Dashboard",
   "scripts": {
   "scripts": {
@@ -25,4 +25,4 @@
     "tailwindcss": "^3.4.0",
     "tailwindcss": "^3.4.0",
     "typescript": "^5.7.0"
     "typescript": "^5.7.0"
   }
   }
-}
+}

+ 1 - 0
docs/CHANGELOG.md

@@ -10,6 +10,7 @@
 - FxPrice 本币主价支持 7 币种换算(Rp/RM/฿/HK$/SAR);管理后台汇率卡加 5 新币种行
 - FxPrice 本币主价支持 7 币种换算(Rp/RM/฿/HK$/SAR);管理后台汇率卡加 5 新币种行
 - SEO:LOCALES 9 语言 hreflang/canonical/sitemap;SEO_META 补 5 语言页面元数据
 - SEO:LOCALES 9 语言 hreflang/canonical/sitemap;SEO_META 补 5 语言页面元数据
 - 顺手清理:seo.ts 残留"低价低价/中國國內價"替换瑕疵 + pricing.note 移除"× 0.7"占位(对外不暴露折扣因子)
 - 顺手清理:seo.ts 残留"低价低价/中國國內價"替换瑕疵 + pricing.note 移除"× 0.7"占位(对外不暴露折扣因子)
+- 版本同步:VERSION / api·web package.json / health → v1.6.0(git tag v1.6.0)
 
 
 ## v1.5.0 (referral) — 2026-08-09
 ## v1.5.0 (referral) — 2026-08-09