Skip to content

Commit

Permalink
release: update echarts version to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 11, 2024
1 parent 5764d0c commit 74203be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts",
"version": "5.5.1",
"version": "5.6.0",
"description": "Apache ECharts is a powerful, interactive charting and data visualization library for browser",
"license": "Apache-2.0",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/core/echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ declare let global: any;

type ModelFinder = modelUtil.ModelFinder;

export const version = '5.5.1';
export const version = '5.6.0';

export const dependencies = {
zrender: '5.6.0'
zrender: '5.6.1'
};

const TEST_FRAME_REMAIN_TIME = 1;
Expand Down

0 comments on commit 74203be

Please sign in to comment.