Skip to content

Commit

Permalink
release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Nov 24, 2016
1 parent aaae1c1 commit 8cc6dee
Show file tree
Hide file tree
Showing 8 changed files with 5,384 additions and 3,096 deletions.
2,792 changes: 1,812 additions & 980 deletions dist/echarts.common.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

4,098 changes: 2,541 additions & 1,557 deletions dist/echarts.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions dist/echarts.min.js

Large diffs are not rendered by default.

1,500 changes: 986 additions & 514 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/echarts.simple.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "echarts",
"version": "3.3.1",
"version": "3.3.2",
"description": "A powerful charting and visualization library for browser",
"keywords": [
"visualization",
Expand Down Expand Up @@ -45,6 +45,6 @@
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"webpack": "^1.12.13",
"zrender": "^3.2.1"
"zrender": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions src/echarts.js
Expand Up @@ -1427,9 +1427,9 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.3.1',
version: '3.3.2',
dependencies: {
zrender: '3.2.1'
zrender: '3.2.2'
}
};

Expand Down

0 comments on commit 8cc6dee

Please sign in to comment.