From 4a58def4fb2e03f5b9a10f111fc4dab7a7e55a47 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 1 Mar 2020 19:16:54 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=202.6.2.RELEASE=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=94=AF=E6=8C=81seata1.1=20=E6=94=AF=E6=8C=81=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BA=91oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- package.json | 5 +++-- src/pages/Dashboard/Workplace.js | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 49c3d1f..85650bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- Downloads + Downloads Build Status Build Status - Coverage Status - Downloads + Coverage Status + Downloads Downloads diff --git a/package.json b/package.json index e3e159e..d466035 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "sword", - "version": "2.6.1", + "version": "2.6.2", "description": "An out-of-box UI solution for enterprise applications", "private": true, "scripts": { "presite": "cd functions && npm install", - "start": "cross-env APP_TYPE=site PORT=8888 umi dev", + "start": "cross-env MOCK=none PORT=8888 umi dev", "start:no-mock": "cross-env MOCK=none PORT=8888 umi dev", + "start:mock": "cross-env APP_TYPE=site PORT=8888 umi dev", "build": "umi build", "site": "npm run presite && cross-env APP_TYPE=site npm run build && firebase deploy && npm run docker:push", "analyze": "cross-env ANALYZE=1 umi build", diff --git a/src/pages/Dashboard/Workplace.js b/src/pages/Dashboard/Workplace.js index 3b87443..850b767 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -14,14 +14,14 @@ class Workplace extends PureComponent {

- Downloads + Downloads Build Status Coverage Status Downloads @@ -206,7 +206,15 @@ class Workplace extends PureComponent { - + + +
1.升级SpringBoot 2.2.5.RELEASE
+
2.升级SpringCloud Hoxton.SR2
+
3.升级Seata 1.1.0
+
4.增加阿里云对象存储封装
+
5.优化BladeFeignTargeter的加载逻辑
+
6.优化系统配置
+
1.升级SpringBoot 2.2.4.RELEASE
2.升级Alibaba Cloud 2.2.0.RELEASE