You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/02/06 12:44:24 UTC

[echarts-www] branch master updated: add 5.0.2 release

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

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d635c0  add 5.0.2 release
3d635c0 is described below

commit 3d635c00e675f843a824aa02ab666ea75e77a0ec
Author: pissang <bm...@gmail.com>
AuthorDate: Sat Feb 6 20:44:04 2021 +0800

    add 5.0.2 release
---
 _jade/zh/download.jade | 4 ----
 js/download.js         | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_jade/zh/download.jade b/_jade/zh/download.jade
index 96f6ada..5beb354 100644
--- a/_jade/zh/download.jade
+++ b/_jade/zh/download.jade
@@ -3,7 +3,3 @@ extends ../components/download
 block vars
     - var downloadPath = 'dist';
     - var isECharts4 = true;
-    - var sizeCommon = '473 KB'; //- deprecated
-    - var sizeSimple = '308 KB'; //- deprecated
-    - var sizeFull = '2.89 MB'; //- deprecated
-    - var sizeMin = '748 KB'; //- deprecated
diff --git a/js/download.js b/js/download.js
index c8567f1..204e27c 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,6 +1,10 @@
 // $.getJSON("https://api.github.com/repos/apache/echarts/releases").done(function (param) {
     // `yyyy-MM-dd` should be correct. `hh:mm:ss` doesn't matter.
     var param = [{
+        publishedAt: '2021-02-06T00:00:00Z',
+        prerelease: false,
+        name: '5.0.2'
+    }, {
         publishedAt: '2020-12-18T00:00:00Z',
         prerelease: false,
         name: '5.0.1'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org