Skip to content

Commit

Permalink
chore: changelog (#6443)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Aug 30, 2024
1 parent 8e3538c commit 8186255
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [5.2.5](https://github.com/antvis/g2/compare/5.2.4...5.2.5) (2024-08-30)


### Bug Fixes

* sankey tooltip interaction when type is view ([#6417](https://github.com/antvis/g2/issues/6417)) ([8e3538c](https://github.com/antvis/g2/commit/8e3538ca65908112c60588097bfc1d811bbee468))
* the mouse position is offset of dodgeX tooltip event ([#6418](https://github.com/antvis/g2/issues/6418)) ([f003001](https://github.com/antvis/g2/commit/f003001b475367d2a3bfe8610eee78b2fc2b1db2))



## [5.2.4](https://github.com/antvis/g2/compare/5.2.3...5.2.4) (2024-08-26)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.2.4",
"version": "5.2.5",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -177,4 +177,4 @@
"bugs": {
"url": "https://github.com/antvis/g2/issues"
}
}
}

0 comments on commit 8186255

Please sign in to comment.