Skip to content

Commit 343e93a

Browse files
visikyvisiky
andauthored
chore: v4.1.30 & changelog (#3648)
Co-authored-by: visiky <[email protected]>
1 parent db9ce59 commit 343e93a

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.1.30 (2021-09-28)
2+
3+
##### Bug Fixes
4+
5+
* **state-style:** 修复存在状态时,动画丢失 ([2619645a](https://github.com/antvis/g2/commit/2619645a1162c97f66af0d8949ca1ba03e398e03))
6+
17
#### 4.1.29 (2021-09-26)
28

39
##### Bug Fixes

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

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

0 commit comments

Comments
 (0)