You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2022/09/13 10:26:45 UTC

[echarts] branch release updated (4d218b10c -> 6347c2c3e)

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

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


    from 4d218b10c Merge pull request #17614 from apache/master
     add 6037f16af chore: fix test case.
     add 2e71525c4 fix: upgrade typescript-eslint to enable ts check with the currently used ts version.
     add 1acad3895 release: 5.4.0
     new 6347c2c3e Merge pull request #17645 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                   | 1207 ++++++++++++-----------
 dist/echarts.common.js.map               |    2 +-
 dist/echarts.common.min.js               |    4 +-
 dist/echarts.esm.js                      | 1557 +++++++++++++++++-------------
 dist/echarts.esm.js.map                  |    2 +-
 dist/echarts.esm.min.js                  |    4 +-
 dist/echarts.js                          | 1557 +++++++++++++++++-------------
 dist/echarts.js.map                      |    2 +-
 dist/echarts.min.js                      |    4 +-
 dist/echarts.simple.js                   | 1164 ++++++++++++----------
 dist/echarts.simple.js.map               |    2 +-
 dist/echarts.simple.min.js               |    4 +-
 dist/extension/bmap.js                   |   14 +-
 dist/extension/bmap.js.map               |    2 +-
 src/i18n/langUA.ts => i18n/langUA-obj.js |   65 +-
 src/i18n/langUA.ts => i18n/langUA.js     |   61 +-
 package-lock.json                        |  728 +++++---------
 package.json                             |    8 +-
 src/core/echarts.ts                      |    4 +-
 test/dataView.html                       |    6 +-
 20 files changed, 3459 insertions(+), 2938 deletions(-)
 copy src/i18n/langUA.ts => i18n/langUA-obj.js (76%)
 copy src/i18n/langUA.ts => i18n/langUA.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 #17645 from apache/release-dev

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

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

commit 6347c2c3e9707ae34d004d72ede087e9eb23359d
Merge: 4d218b10c 1acad3895
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Sep 13 18:26:39 2022 +0800

    Merge pull request #17645 from apache/release-dev
    
    Release 5.4.0

 dist/echarts.common.js     | 1207 ++++++++++++++++++----------------
 dist/echarts.common.js.map |    2 +-
 dist/echarts.common.min.js |    4 +-
 dist/echarts.esm.js        | 1557 +++++++++++++++++++++++++-------------------
 dist/echarts.esm.js.map    |    2 +-
 dist/echarts.esm.min.js    |    4 +-
 dist/echarts.js            | 1557 +++++++++++++++++++++++++-------------------
 dist/echarts.js.map        |    2 +-
 dist/echarts.min.js        |    4 +-
 dist/echarts.simple.js     | 1164 ++++++++++++++++++---------------
 dist/echarts.simple.js.map |    2 +-
 dist/echarts.simple.min.js |    4 +-
 dist/extension/bmap.js     |   14 +-
 dist/extension/bmap.js.map |    2 +-
 i18n/langUA-obj.js         |  174 +++++
 i18n/langUA.js             |  170 +++++
 package-lock.json          |  728 +++++++--------------
 package.json               |    8 +-
 src/core/echarts.ts        |    4 +-
 test/dataView.html         |    6 +-
 20 files changed, 3711 insertions(+), 2904 deletions(-)


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