You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/10/27 04:19:37 UTC

[echarts] branch release-dev updated (789bad0 -> 4f980f6)

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

shenyi pushed a change to branch release-dev
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 789bad0  Merge pull request #15950 from apache/master
     add 4f980f6  release 5.2.2

No new revisions were added by this update.

Summary of changes:
 dist/echarts.common.js                   |  93 +++++++++++++----
 dist/echarts.common.js.map               |   2 +-
 dist/echarts.common.min.js               |   2 +-
 dist/echarts.esm.js                      | 157 ++++++++++++++++++++--------
 dist/echarts.esm.js.map                  |   2 +-
 dist/echarts.esm.min.js                  |   2 +-
 dist/echarts.js                          | 169 ++++++++++++++++++++++---------
 dist/echarts.js.map                      |   2 +-
 dist/echarts.min.js                      |   2 +-
 dist/echarts.simple.js                   |  91 ++++++++++++++---
 dist/echarts.simple.js.map               |   2 +-
 dist/echarts.simple.min.js               |   2 +-
 src/i18n/langPL.ts => i18n/langPL-obj.js |  33 +++++-
 src/i18n/langPL.ts => i18n/langPL.js     |  29 +++++-
 src/i18n/langRU.ts => i18n/langRU-obj.js |  65 ++++++++----
 src/i18n/langRU.ts => i18n/langRU.js     |  61 +++++++----
 package-lock.json                        |   2 +-
 package.json                             |   2 +-
 src/core/echarts.ts                      |   2 +-
 19 files changed, 548 insertions(+), 172 deletions(-)
 copy src/i18n/langPL.ts => i18n/langPL-obj.js (88%)
 copy src/i18n/langPL.ts => i18n/langPL.js (88%)
 copy src/i18n/langRU.ts => i18n/langRU-obj.js (76%)
 copy src/i18n/langRU.ts => i18n/langRU.js (77%)

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