Skip to content

Commit c242c77

Browse files
sersishen荊芥
andauthored
chore: update for 4.2.12 (#7137)
Co-authored-by: 荊芥 <shensiqi.ssq@alibaba-inc.com>
1 parent 53f06fe commit c242c77

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 4.2.12 (2025-09-18)
2+
3+
##### Bug Fixes
4+
5+
* 修复存在子视图时图元的获取 ([#7136](https://github.com/antvis/g2/pull/7136)) ([53f06fef](https://github.com/antvis/g2/commit/53f06fef3ba9c79f5eb8378aad90c5f694684c9d))
6+
17
#### 4.2.11 (2024-03-06)
28

39
##### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2",
3-
"version": "4.2.11",
3+
"version": "4.2.12",
44
"description": "the Grammar of Graphics in Javascript",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* G2 的一个壳子,不包含 Geometry,由开发者自己定义和引入 */
22

3-
export const VERSION = '4.2.11';
3+
export const VERSION = '4.2.12';
44

55
// 核心基类导出
66
export { Chart, View, Event } from './chart'; // Chart, View 类

0 commit comments

Comments
 (0)