From 64e9d908884b3a4a3aad23aabf9c97ac8a7f4bd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Aug 2026 03:25:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20chore(release):=20Release=20?= =?UTF-8?q?1.15.0=20/=20=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=201.15.0=20[s?= =?UTF-8?q?kip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.15.0](https://github.com/perfect-panel/frontend/compare/v1.14.0...v1.15.0) (2026-08-09) ### ✨ Features / 新功能 * **subscribe:** lead the store with a renewal banner ([8aa14a4](https://github.com/perfect-panel/frontend/commit/8aa14a48d38bf61036054e3b4eb49435ad429748)) ### 🐛 Bug Fixes / 问题修复 * **request:** surface the server's reason and stop the duplicate error toast ([877c144](https://github.com/perfect-panel/frontend/commit/877c144bb6afc3e60d0563b939fdd64812cae65f)), closes [#145](https://github.com/perfect-panel/frontend/issues/145) ### 🔧 Chores / 其他变更 * **automation:** migrate Swagger and webhook workflows ([40d0c14](https://github.com/perfect-panel/frontend/commit/40d0c1486ffa074bc658a4842e0e0639ca096bd4)) * **release:** Release 1.14.0-dev.1 / 发布版本 1.14.0-dev.1 [skip ci] ([537a8a3](https://github.com/perfect-panel/frontend/commit/537a8a34fb1ed6a8120f2af0a36a7fbab74a6ee4)) * **release:** Release 1.15.0-dev.1 / 发布版本 1.15.0-dev.1 [skip ci] ([a755e2a](https://github.com/perfect-panel/frontend/commit/a755e2a6b11d50d55ca5197e913dc9ad9adc8c2a)) * sync main into develop ([892459f](https://github.com/perfect-panel/frontend/commit/892459fae23c08c9feea98441e75c1c238b2f96b)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2971ac7..cc3399a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,23 @@ This document records all notable changes to ShadCN Admin. --- +## [1.15.0](https://github.com/perfect-panel/frontend/compare/v1.14.0...v1.15.0) (2026-08-09) + +### ✨ Features / 新功能 + +* **subscribe:** lead the store with a renewal banner ([8aa14a4](https://github.com/perfect-panel/frontend/commit/8aa14a48d38bf61036054e3b4eb49435ad429748)) + +### 🐛 Bug Fixes / 问题修复 + +* **request:** surface the server's reason and stop the duplicate error toast ([877c144](https://github.com/perfect-panel/frontend/commit/877c144bb6afc3e60d0563b939fdd64812cae65f)), closes [#145](https://github.com/perfect-panel/frontend/issues/145) + +### 🔧 Chores / 其他变更 + +* **automation:** migrate Swagger and webhook workflows ([40d0c14](https://github.com/perfect-panel/frontend/commit/40d0c1486ffa074bc658a4842e0e0639ca096bd4)) +* **release:** Release 1.14.0-dev.1 / 发布版本 1.14.0-dev.1 [skip ci] ([537a8a3](https://github.com/perfect-panel/frontend/commit/537a8a34fb1ed6a8120f2af0a36a7fbab74a6ee4)) +* **release:** Release 1.15.0-dev.1 / 发布版本 1.15.0-dev.1 [skip ci] ([a755e2a](https://github.com/perfect-panel/frontend/commit/a755e2a6b11d50d55ca5197e913dc9ad9adc8c2a)) +* sync main into develop ([892459f](https://github.com/perfect-panel/frontend/commit/892459fae23c08c9feea98441e75c1c238b2f96b)) + ## [1.15.0-dev.1](https://github.com/perfect-panel/frontend/compare/v1.14.0...v1.15.0-dev.1) (2026-08-09) ### ✨ Features / 新功能 diff --git a/package.json b/package.json index 0afa92a..c203646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.15.0-dev.1", + "version": "1.15.0", "private": true, "homepage": "https://github.com/perfect-panel/frontend", "bugs": { From 0e91712a32217455e5ec15c80e464ce6025fdb5a Mon Sep 17 00:00:00 2001 From: web-ppanel Date: Sun, 9 Aug 2026 19:22:06 +0000 Subject: [PATCH 2/2] fix(admin): prevent transaction number overflow --- apps/admin/src/sections/order/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/src/sections/order/index.tsx b/apps/admin/src/sections/order/index.tsx index 9682432..d29a7b8 100644 --- a/apps/admin/src/sections/order/index.tsx +++ b/apps/admin/src/sections/order/index.tsx @@ -111,14 +111,14 @@ export default function Order() { - +
{order.trade_no && ( <>
{t("tradeNo", "Transaction Number")}
- + {order.trade_no}