diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c0bb7a4b6..35be0480dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## [5.2.3](https://github.com/antvis/g2/compare/5.2.2...5.2.3) (2024-08-12)
+
+
+### Bug Fixes
+
+* **tooltip:** replaceChildren compatible with lower versions ([#321](https://github.com/antvis/component/pull/321))
+
+
+### Features
+
+* export registerSymbol ([#6381](https://github.com/antvis/g2/issues/6381)) ([38b6711](https://github.com/antvis/g2/commit/38b6711619ef741be2604b41f0526867d38cb80d))
+
+
+
## [5.2.2](https://github.com/antvis/g2/compare/5.2.1...5.2.2) (2024-07-25)
diff --git a/README.md b/README.md
index 3cef035c0c..22e1f9870c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
English | [简体中文](./README.zh-CN.md)
diff --git a/README.zh-CN.md b/README.zh-CN.md
index bc361423c1..e582e5d8e7 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,7 +1,7 @@
[English](./README.md) | 简体中文
-G2 5.0
+G2
diff --git a/jest.config.js b/jest.config.js
index dd04ade423..016f956a20 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,6 +1,6 @@
// Installing third-party modules by tnpm or cnpm will name modules with underscore as prefix.
// In this case _{module} is also necessary.
-const esm = ['internmap', 'd3-*', 'lodash-es']
+const esm = ['internmap', 'd3-*', 'lodash-es', 'chroma-js']
.map((d) => `_${d}|${d}`)
.join('|');
diff --git a/package.json b/package.json
index 704683b7f7..52541615c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
- "version": "5.2.2",
+ "version": "5.2.3",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
@@ -65,7 +65,6 @@
"@antv/g": "^6.0.0",
"@antv/g-canvas": "^2.0.0",
"@antv/g-plugin-dragndrop": "^2.0.0",
- "@antv/path-util": "^3.0.1",
"@antv/scale": "^0.4.12",
"@antv/util": "^3.3.5",
"d3-array": "^3.2.4",
@@ -77,7 +76,6 @@
"d3-path": "^3.1.0",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.2.0",
- "d3-voronoi": "^1.1.4",
"flru": "^1.0.2",
"fmin": "^0.0.2",
"pdfast": "^0.2.0"
diff --git a/site/package.json b/site/package.json
index defe55e9c3..5eed07e18f 100644
--- a/site/package.json
+++ b/site/package.json
@@ -1,5 +1,5 @@
{
- "version": "5.2.2",
+ "version": "5.2.3",
"scripts": {
"start": "dumi dev",
"build": "dumi build",