diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbec14d56..409a58a8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.2.0](https://github.com/antvis/g2/compare/5.1.23...5.2.0) (2024-06-28) + + +### Bug Fixes + +* **slider:** update show sparkline condition and fix test ([#6317](https://github.com/antvis/g2/issues/6317)) ([1589404](https://github.com/antvis/g2/commit/15894048ee4ef8dd32a9d646404fe66cd9f602b1)) +* **tooltip:** group tooltip ([#6323](https://github.com/antvis/g2/issues/6323)) ([c2e7023](https://github.com/antvis/g2/commit/c2e7023d96678b806e736b2a8e9f76169a1b41d0)) + + +### Features + +* **tooltip:** click to show line tooltip ([#6330](https://github.com/antvis/g2/issues/6330)) ([08c66db](https://github.com/antvis/g2/commit/08c66db2fc7b2d3749896c00345dee601fbcfe5d)) + + + ## [5.1.23](https://github.com/antvis/g2/compare/5.1.22...5.1.23) (2024-06-24) diff --git a/package.json b/package.json index 23f1f4e5d5..27198f0605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.1.23", + "version": "5.2.0", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js", diff --git a/site/package.json b/site/package.json index b2fc6f492e..d383d1244b 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.23", + "version": "5.2.0", "scripts": { "start": "dumi dev", "build": "dumi build",