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/11/01 08:26:27 UTC

[echarts] branch master updated (e66d871 -> c2cdc02)

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

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


    from e66d871  Merge pull request #15878 from apache/fix-yaxis-max
     add 789bad0  Merge pull request #15950 from apache/master
     add 4f980f6  release 5.2.2
     add 000ee7d  Merge pull request #15951 from apache/release-dev
     new c2cdc02  Merge pull request #15982 from apache/release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[echarts] 01/01: Merge pull request #15982 from apache/release

Posted by sh...@apache.org.
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.git

commit c2cdc02d6f5f2436104061f97236b4f182625231
Merge: e66d871 000ee7d
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Mon Nov 1 16:25:53 2021 +0800

    Merge pull request #15982 from apache/release
    
    Merge release back to master

 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 +-
 i18n/langPL-obj.js         | 173 ++++++++++++++++++++++++++++++++++++++++++++
 i18n/langPL.js             | 169 +++++++++++++++++++++++++++++++++++++++++++
 i18n/langRU-obj.js         | 174 +++++++++++++++++++++++++++++++++++++++++++++
 i18n/langRU.js             | 170 +++++++++++++++++++++++++++++++++++++++++++
 package-lock.json          |   2 +-
 package.json               |   2 +-
 src/core/echarts.ts        |   2 +-
 19 files changed, 1082 insertions(+), 136 deletions(-)

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