This is an automated email from the ASF dual-hosted git repository.

xingfudeshi pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 1b2a4860b5 bugfix:  fix comma missing (#7856)
1b2a4860b5 is described below

commit 1b2a4860b5404e01e599486b400e8a4eadaf02a1
Author: lokidundun <[email protected]>
AuthorDate: Sat Dec 13 20:00:19 2025 +0800

    bugfix:  fix comma missing (#7856)
---
 changes/en-us/2.x.md                                      | 1 +
 changes/zh-cn/2.x.md                                      | 1 +
 console/src/main/resources/static/console-fe/package.json | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index f863bc7198..3740063c62 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -55,6 +55,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7785](https://github.com/apache/incubator-seata/pull/7785)] fix the 
failure test
 - [[#7796](https://github.com/apache/incubator-seata/pull/7796)] fix the NPE 
on ConsulConfigurationTest method
 - [[#7839](https://github.com/apache/incubator-seata/pull/7839)] resolve 
TransactionAutoConfiguration compatibility with Spring Boot 4.x
+- [[#7855](https://github.com/apache/incubator-seata/pull/7855)] fix comma 
missing in package.json/min-document
 
 
 ### optimize:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 287f9b1289..3236c9f6ab 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -55,6 +55,7 @@
 - [[#7785](https://github.com/apache/incubator-seata/pull/7785)] 修复失败的测试方法
 - [[#7796](https://github.com/apache/incubator-seata/pull/7796)] 修复 Consul 
监听器空值 NPE 问题
 - [[#7839](https://github.com/apache/incubator-seata/pull/7839)] 
解决TransactionAutoConfiguration与Spring Boot 4.x的兼容性问题
+- [[#7855](https://github.com/apache/incubator-seata/pull/7855)] 
修复package.json中min-document的逗号缺失
 
 
 ### optimize:
diff --git a/console/src/main/resources/static/console-fe/package.json 
b/console/src/main/resources/static/console-fe/package.json
index e1085f0c38..75ab16362f 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -111,7 +111,7 @@
     "micromatch": "4.0.8",
     "serialize-javascript": "6.0.2",
     "node-forge": "^1.3.3",
-    "min-document": "^2.19.1"
+    "min-document": "^2.19.1",
     "js-yaml": "^3.14.2"
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to