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

[incubator-echarts-www] branch master updated: update download version to 5.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca206e9  update download version to 5.0.0
ca206e9 is described below

commit ca206e9f21d07a143e913114a1bf82afea9d63d2
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Dec 2 22:48:57 2020 +0800

    update download version to 5.0.0
---
 bin/build.js   | 2 +-
 js/download.js | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/build.js b/bin/build.js
index e9dc815..32854e8 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -79,7 +79,7 @@ function initEnv() {
     // Temp: give a fixed version until need to update.
     config.cdnPayVersion = '20200710_1';
 
-    config.downloadVersion = '4.9.0';
+    config.downloadVersion = '5.0.0';
 
     config.envType = envType;
 
diff --git a/js/download.js b/js/download.js
index 42ccbaa..1a2b581 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,6 +1,10 @@
 // $.getJSON("https://api.github.com/repos/apache/incubator-echarts/releases").done(function (param) {
     // `yyyy-MM-dd` should be correct. `hh:mm:ss` doesn't matter.
     var param = [{
+        publishedAt: '2020-12-02T00:00:00Z',
+        prerelease: false,
+        name: '5.0.0'
+    }, {
         publishedAt: '2020-09-01T00:00:00Z',
         prerelease: false,
         name: '4.9.0'


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