Skip to content

Commit

Permalink
chore: release 5.2.0 (#6334)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Jun 28, 2024
1 parent 08c66db commit d51c470
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.23",
"version": "5.2.0",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit d51c470

Please sign in to comment.