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:21:20 UTC

[echarts] branch release updated (789bad0 -> 000ee7d)

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

shenyi pushed a change to branch release
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
     new 000ee7d  Merge pull request #15951 from apache/release-dev

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 #15951 from apache/release-dev

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 000ee7d2d1272cee96b0bd19bff9207301096c8d
Merge: 789bad0 4f980f6
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Oct 27 12:21:07 2021 +0800

    Merge pull request #15951 from apache/release-dev
    
    Release 5.2.2

 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