Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
hm.hm committed May 2, 2018
1 parent b31383b commit eb73c7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.1.6(5.2, 2018)
- up g2 version
- fix ts issue
- fix package browser module

# 3.1.5(4.10, 2018)
- fix issue 244\249\210

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bizcharts",
"version": "3.1.5",
"version": "3.1.6",
"description": "A powerful React chart library based G2 for browser",
"main": "lib/BizCharts.js",
"module": "es6/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@antv/g2": "3.0.6",
"@antv/g2": "3.0.9",
"invariant": "^2.2.2",
"warning": "^3.0.0",
"prop-types": "^15.6.0"
Expand Down

0 comments on commit eb73c7f

Please sign in to comment.