提交 c91fdd63 编写于 作者: 1 100pah

release: 5.0.0

上级 87ccbdb9
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
{
"name": "echarts",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.1",
"description": "A powerful charting and visualization library for browser",
"license": "Apache-2.0",
"keywords": [
......@@ -37,7 +37,7 @@
"lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
},
"dependencies": {
"zrender": "5.0.0-beta.2",
"zrender": "5.0.0-rc.1",
"tslib": "1.10.0"
},
"devDependencies": {
......
......@@ -117,10 +117,10 @@ const each = zrUtil.each;
const isFunction = zrUtil.isFunction;
const isObject = zrUtil.isObject;
export const version = '5.0.0-beta.2';
export const version = '5.0.0';
export const dependencies = {
zrender: '5.0.0-beta.2'
zrender: '5.0.0'
};
const TEST_FRAME_REMAIN_TIME = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册