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

ovilia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git

commit 4ee4e94e7626a4ed7b3cb5c1edc807960d008379
Merge: 1a86a35 9859c85
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Fri Aug 15 17:22:17 2025 +0800

    Merge pull request #6 from apache/dev
    
    chore: release all

 custom-series/barRange/README.md                   |  38 +++-
 custom-series/barRange/examples/ssr.js             |   4 +
 custom-series/barRange/package-lock.json           |   4 +-
 custom-series/barRange/package.json                |   2 +-
 custom-series/contour/README.md                    |  38 +++-
 custom-series/contour/examples/ssr.js              |   4 +
 custom-series/contour/package-lock.json            |   4 +-
 custom-series/contour/package.json                 |   2 +-
 custom-series/lineRange/README.md                  |  76 +++++--
 .../lineRange/dist/{index.js => index.auto.js}     |  14 +-
 custom-series/lineRange/dist/index.auto.min.js     |  22 ++
 custom-series/lineRange/dist/index.auto.min.js.map |   1 +
 custom-series/lineRange/dist/index.d.ts            |   5 +
 custom-series/lineRange/dist/index.esm.min.mjs     |  20 ++
 custom-series/lineRange/dist/index.esm.min.mjs.map |   1 +
 custom-series/lineRange/dist/index.esm.mjs         | 109 ++++++++++
 custom-series/lineRange/dist/index.js              |   1 +
 custom-series/lineRange/dist/index.min.js          |   3 +-
 custom-series/lineRange/dist/index.min.js.map      |   2 +-
 custom-series/lineRange/examples/index.html        |  95 +++++++++
 .../{barRange => lineRange}/examples/ssr.js        |  49 +++--
 custom-series/lineRange/package-lock.json          |  42 ++--
 custom-series/lineRange/package.json               |  41 +++-
 custom-series/lineRange/rollup.config.js           |  38 ----
 .../lineRange/screenshots}/lineRange.svg           |  72 +++----
 custom-series/lineRange/src/index.ts               |  22 +-
 custom-series/lineRange/test/index.html            |  73 -------
 custom-series/lineRange/test/vertical.html         |  73 -------
 custom-series/segmentedDoughnut/README.md          |  70 +++++-
 .../dist/{index.js => index.auto.js}               |  22 +-
 .../segmentedDoughnut/dist/index.auto.min.js       |  22 ++
 .../segmentedDoughnut/dist/index.auto.min.js.map   |   1 +
 custom-series/segmentedDoughnut/dist/index.d.ts    |   5 +
 .../segmentedDoughnut/dist/index.esm.min.mjs       |  20 ++
 .../segmentedDoughnut/dist/index.esm.min.mjs.map   |   1 +
 custom-series/segmentedDoughnut/dist/index.esm.mjs | 138 ++++++++++++
 custom-series/segmentedDoughnut/dist/index.js      |   9 +-
 custom-series/segmentedDoughnut/dist/index.min.js  |   3 +-
 .../segmentedDoughnut/dist/index.min.js.map        |   2 +-
 .../segmentedDoughnut/examples/index.html          | 111 ++++++++++
 .../{contour => segmentedDoughnut}/examples/ssr.js |  92 ++++----
 custom-series/segmentedDoughnut/package-lock.json  |  37 ++--
 custom-series/segmentedDoughnut/package.json       |  41 +++-
 custom-series/segmentedDoughnut/rollup.config.js   |  38 ----
 .../screenshots}/segmentedDoughnut.svg             |  58 ++---
 custom-series/segmentedDoughnut/src/index.ts       |  44 ++--
 custom-series/segmentedDoughnut/test/index.html    |  88 --------
 custom-series/stage/README.md                      |  70 +++++-
 .../stage/dist/{index.js => index.auto.js}         |  35 ++-
 custom-series/stage/dist/index.auto.min.js         |  22 ++
 custom-series/stage/dist/index.auto.min.js.map     |   1 +
 custom-series/stage/dist/index.d.ts                |   5 +
 custom-series/stage/dist/index.esm.min.mjs         |  20 ++
 custom-series/stage/dist/index.esm.min.mjs.map     |   1 +
 custom-series/stage/dist/index.esm.mjs             | 229 ++++++++++++++++++++
 custom-series/stage/dist/index.js                  |  22 +-
 custom-series/stage/dist/index.min.js              |   3 +-
 custom-series/stage/dist/index.min.js.map          |   2 +-
 custom-series/stage/examples/index.html            | 164 ++++++++++++++
 custom-series/stage/examples/ssr.js                | 160 ++++++++++++++
 custom-series/stage/package-lock.json              |  42 ++--
 custom-series/stage/package.json                   |  37 +++-
 custom-series/stage/rollup.config.js               |  38 ----
 .../stage/screenshots}/stage.svg                   |  88 ++++----
 custom-series/stage/src/index.ts                   |  15 +-
 custom-series/stage/test/index.html                | 146 -------------
 custom-series/violin/README.md                     |  36 +++-
 custom-series/violin/package-lock.json             |   4 +-
 custom-series/violin/package.json                  |   2 +-
 screenshots/barRange.svg                           |  54 -----
 screenshots/contour.svg                            | 101 ---------
 screenshots/violin.svg                             | 235 ---------------------
 scripts/generate.js                                |   5 -
 scripts/template/README.md                         |  38 +++-
 scripts/template/package.json                      |   2 +-
 75 files changed, 1956 insertions(+), 1278 deletions(-)


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

Reply via email to