Skip to content

Commit

Permalink
✨ release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 10, 2018
1 parent cb9377c commit a8322ca
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 7 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change log

## 1.0.1 - 10.03.2018

adding echarts-china-misc-js and echarts-united-kingdom-js

## 1.0.0 - 27.02.2018

jupyter-echarts, echarts-countries-js, echarts-china-provinces-js and echarts-china-cities-js
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const FILES =[
'./node_modules/jupyter-echarts/echarts/*.js',
'./node_modules/echarts-countries-js/echarts-countries-js/*.js',
'./node_modules/echarts-china-provinces-js/echarts-china-provinces-js/*.js',
'./node_modules/echarts-china-cities-js/echarts-china-cities-js/*.js'
'./node_modules/echarts-china-cities-js/echarts-china-cities-js/*.js',
'./node_modules/echarts-china-misc-js/echarts-china-misc-js/*.js',
'./node_modules/echarts-united-kingdom-js/echarts-united-kingdom-js/*.js'
]

gulp.task('default', function(){
Expand Down
1 change: 1 addition & 0 deletions js/china-regions.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/dong1_bei3.js

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

1 change: 1 addition & 0 deletions js/hua2_bei3.js

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

Loading

0 comments on commit a8322ca

Please sign in to comment.