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 2022/09/25 16:24:42 UTC

[echarts-www] branch master updated: add 5.4.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/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 66872e32 add 5.4.0
66872e32 is described below

commit 66872e328db8e3b7c29f983a69371f42baeb61e7
Author: 100pah <su...@gmail.com>
AuthorDate: Mon Sep 26 00:24:31 2022 +0800

    add 5.4.0
---
 js/download.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/download.js b/js/download.js
index 23755995..56f6d129 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,9 +1,9 @@
 // $.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: '2022-06-14T00:00:00Z',
+        publishedAt: '2022-09-25T00:00:00Z',
         prerelease: false,
-        name: '5.3.3'
+        name: '5.4.0'
     }];
     var table = document.getElementById('download-table');
 


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