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 8b7305c add 5.3.0 8b7305c is described below commit 8b7305cb67c129b6577eacd2271c9d7ccd2b432c Author: pissang <bm2736...@gmail.com> AuthorDate: Wed Jan 26 19:50:14 2022 +0800 add 5.3.0 --- _jade/en/index.jade | 2 +- _jade/zh/index.jade | 2 +- js/download.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_jade/en/index.jade b/_jade/en/index.jade index b57e180..5f39c67 100644 --- a/_jade/en/index.jade +++ b/_jade/en/index.jade @@ -41,7 +41,7 @@ block content #home-landing-animation-close-btn include ../components/svg/close.svg - section#new-version-section π£ Apache ECharts 5.2 is out! See <a href='#{host}/handbook/#{ecWWWLang}/basics/release-note/5-2-0?ref=banner' target='_blank'>what's new</a> + section#new-version-section π£ Apache ECharts 5.3 is out! See <a href='#{host}/handbook/#{ecWWWLang}/basics/release-note/5-3-0?ref=banner' target='_blank'>what's new</a> //- section#events-section //- .container diff --git a/_jade/zh/index.jade b/_jade/zh/index.jade index c82656f..2dbfddb 100644 --- a/_jade/zh/index.jade +++ b/_jade/zh/index.jade @@ -40,7 +40,7 @@ block content #home-landing-animation-close-btn include ../components/svg/close.svg - section#new-version-section π£ Apache ECharts 5.2 εεΈδΊ! ζ₯η<a href='#{host}/handbook/#{ecWWWLang}/basics/release-note/5-2-0?ref=banner' target='_blank'>ζ°ηΉζ§</a> + section#new-version-section π£ Apache ECharts 5.3 εεΈδΊ! ζ₯η<a href='#{host}/handbook/#{ecWWWLang}/basics/release-note/5-3-0?ref=banner' target='_blank'>ζ°ηΉζ§</a> //- section#events-section //- .container diff --git a/js/download.js b/js/download.js index ce89d1c..7bfa1ca 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-01-27T00:00:00Z', + prerelease: false, + name: '5.3.0' + }, { publishedAt: '2021-11-01T00:00:00Z', prerelease: false, name: '5.2.2' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org