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/11/01 04:16:16 UTC

[echarts-www] branch master updated: add 5.2.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 7487f40  add 5.2.2 release
     new 91990c0  Merge branch 'master' of https://github.com/apache/echarts-www
7487f40 is described below

commit 7487f40119cf8249a38ab98d38a2431b8c886ea2
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Nov 1 12:14:35 2021 +0800

    add 5.2.2 release
---
 js/download.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/js/download.js b/js/download.js
index d9e32af..ce89d1c 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-11-01T00:00:00Z',
+        prerelease: false,
+        name: '5.2.2'
+    }, {
         publishedAt: '2021-09-21T00:00:00Z',
         prerelease: false,
         name: '5.2.1'

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