Skip to content

Commit 5ca725e

Browse files
authored
chore: v4.2.7 (#4099)
1 parent e2867e7 commit 5ca725e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6",
3+
"version": "4.2.7",
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.6';
3+
export const VERSION = '4.2.7';
44

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

0 commit comments

Comments
 (0)