From dba48c49a6a743dad615dd0706caf22b357f4b91 Mon Sep 17 00:00:00 2001 From: MiniPear Date: Fri, 5 May 2023 17:46:09 +0800 Subject: [PATCH] chore: update version of @antv/component to 0.8.33 for dist build (#3541) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc689d25f3..67d5453d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +#### 2.4.30 (2023-05-05) + +* upgrade version of @antv/component to [0.8.33] for dist build. + #### 2.4.29 (2023-04-03) +* update version in index.ts ([#3513](https://github.com/antvis/G2plot/pull/3513)) ([eff8d4d0](https://github.com/antvis/G2plot/commit/eff8d4d0a0ff923f1ed4f4018caeba107d32326a)) + * upgrade version of @antv/component to [0.8.33](https://github.com/antvis/component/pull/299). #### 2.4.27 (2023-03-16) diff --git a/package.json b/package.json index 7afa7b27fa..75309de56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.29", + "version": "2.4.30", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 2032b257e7..30efbf6ecc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.29'; +export const version = '2.4.30'; // G2 自定义能力透出 import * as G2 from '@antv/g2';