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/04/27 04:37:38 UTC

[echarts-www] branch master updated: add 5.1.1 source 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 045d1e7  add 5.1.1 source release
045d1e7 is described below

commit 045d1e7fcdca4b12a03a69d1935612c5e3b0dab4
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Apr 27 12:37:26 2021 +0800

    add 5.1.1 source release
---
 js/download.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/js/download.js b/js/download.js
index a5490e5..61682d6 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,6 +1,14 @@
 // $.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-04-27T00:00:00Z',
+        prerelease: false,
+        name: '5.1.1'
+    }, {
+        publishedAt: '2021-04-15T00:00:00Z',
+        prerelease: false,
+        name: '5.1.0'
+    }, {
         publishedAt: '2021-02-06T00:00:00Z',
         prerelease: false,
         name: '5.0.2'

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