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

ovilia 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 3dc0c805 chore: set 6.0.0 in download
3dc0c805 is described below

commit 3dc0c805fee37c658681755b8823083bb2dbd6ec
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Tue Aug 5 14:26:32 2025 +0800

    chore: set 6.0.0 in download
---
 .gitignore     | 1 +
 js/download.js | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 96bee05f..10d0a794 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ js/vendors/echarts-gl
 js/vendors/echarts-graph-modularity
 js/vendors/echarts-simple-transform
 js/vendors/echarts-simple-option-player
+js/vendors/zrender
diff --git a/js/download.js b/js/download.js
index 9059987e..d0641458 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: '2024-12-28T00:00:00Z',
+        publishedAt: '2025-07-30T00:00:00Z',
         prerelease: false,
-        name: '5.6.0'
+        name: '6.0.0'
     }];
     var table = document.getElementById('download-table');
 


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

Reply via email to