Skip to content

Commit 74203be

Browse files
committed
release: update echarts version to 5.6.0
1 parent 5764d0c commit 74203be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echarts",
3-
"version": "5.5.1",
3+
"version": "5.6.0",
44
"description": "Apache ECharts is a powerful, interactive charting and data visualization library for browser",
55
"license": "Apache-2.0",
66
"keywords": [

src/core/echarts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ declare let global: any;
137137

138138
type ModelFinder = modelUtil.ModelFinder;
139139

140-
export const version = '5.5.1';
140+
export const version = '5.6.0';
141141

142142
export const dependencies = {
143-
zrender: '5.6.0'
143+
zrender: '5.6.1'
144144
};
145145

146146
const TEST_FRAME_REMAIN_TIME = 1;

0 commit comments

Comments
 (0)