From 4ebff33a056031f96fba2d10606474c1322bdf30 Mon Sep 17 00:00:00 2001 From: lxfu1 <954055752@qq.com> Date: Fri, 18 Oct 2024 14:31:59 +0800 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6ba23987..9332b52505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.2.8](https://github.com/antvis/g2/compare/5.2.6...5.2.8) (2024-10-18) + + +### Bug Fixes + +* prevent label overlap in multiple charts ([#6490](https://github.com/antvis/g2/issues/6490)) ([6013d72](https://github.com/antvis/g2/commit/6013d72881276aca9d17d93908d33b21194979c6)) +* tooptip position offset in dodgeX ([#6483](https://github.com/antvis/g2/issues/6483)) ([df4920f](https://github.com/antvis/g2/commit/df4920f7305966b00a3ae252b11f7f7df94136d1)) + + + ## [5.2.7](https://github.com/antvis/g2/compare/5.2.6...5.2.7) (2024-10-08) diff --git a/package.json b/package.json index d943b8bc6f..5d5f786e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.2.7", + "version": "5.2.8", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js",