This is an automated email from the ASF dual-hosted git repository.
100pah 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 ffb6af87 Upgrade download version to 6.1.0
ffb6af87 is described below
commit ffb6af87e9e805241815194836daa6c052f64c2f
Author: 100pah <[email protected]>
AuthorDate: Mon May 25 18:39:10 2026 +0800
Upgrade download version to 6.1.0
---
js/download.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/download.js b/js/download.js
index d0641458..1cbac13e 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: '2025-07-30T00:00:00Z',
+ publishedAt: '2026-05-19T00:00:00Z',
prerelease: false,
- name: '6.0.0'
+ name: '6.1.0'
}];
var table = document.getElementById('download-table');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]