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 6e1b099 chore: update echarts version
6e1b099 is described below
commit 6e1b09963b2e17eb78717953965e92381222482d
Author: Ovilia <[email protected]>
AuthorDate: Mon Mar 7 14:50:27 2022 +0800
chore: update echarts version
---
js/download.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/js/download.js b/js/download.js
index 7bfa1ca..707e16c 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: '2022-03-07T00:00:00Z',
+ prerelease: false,
+ name: '5.3.1'
+ }, {
publishedAt: '2022-01-27T00:00:00Z',
prerelease: false,
name: '5.3.0'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]