Skip to content

Commit 8186255

Browse files
authored
chore: changelog (#6443)
1 parent 8e3538c commit 8186255

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.2.5](https://github.com/antvis/g2/compare/5.2.4...5.2.5) (2024-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* sankey tooltip interaction when type is view ([#6417](https://github.com/antvis/g2/issues/6417)) ([8e3538c](https://github.com/antvis/g2/commit/8e3538ca65908112c60588097bfc1d811bbee468))
7+
* 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))
8+
9+
10+
111
## [5.2.4](https://github.com/antvis/g2/compare/5.2.3...5.2.4) (2024-08-26)
212

313

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "the Grammar of Graphics in Javascript",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -177,4 +177,4 @@
177177
"bugs": {
178178
"url": "https://github.com/antvis/g2/issues"
179179
}
180-
}
180+
}

0 commit comments

Comments
 (0)