Skip to content

Commit

Permalink
build: 4.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed May 18, 2018
1 parent 9a4a6aa commit 7c902e0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dist/vuescroll.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @name: vuescroll 4.5.16
* @name: vuescroll 4.5.17
* @author: (c) 2018-2018 wangyi7099
* @description: A reactive virtual scrollbar based on vue.js 2.X
* @license: MIT
Expand Down Expand Up @@ -3579,7 +3579,7 @@ var Vuescroll = {
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
},

version: '4.5.16'
version: '4.5.17'
};

/* istanbul ignore if */
Expand Down
4 changes: 2 additions & 2 deletions dist/vuescroll.common.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vuescroll.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @name: vuescroll 4.5.16
* @name: vuescroll 4.5.17
* @author: (c) 2018-2018 wangyi7099
* @description: A reactive virtual scrollbar based on vue.js 2.X
* @license: MIT
Expand Down Expand Up @@ -3575,7 +3575,7 @@ var Vuescroll = {
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
},

version: '4.5.16'
version: '4.5.17'
};

/* istanbul ignore if */
Expand Down
4 changes: 2 additions & 2 deletions dist/vuescroll.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vuescroll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @name: vuescroll 4.5.16
* @name: vuescroll 4.5.17
* @author: (c) 2018-2018 wangyi7099
* @description: A reactive virtual scrollbar based on vue.js 2.X
* @license: MIT
Expand Down Expand Up @@ -3581,7 +3581,7 @@ var Vuescroll = {
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
},

version: '4.5.16'
version: '4.5.17'
};

/* istanbul ignore if */
Expand Down
4 changes: 2 additions & 2 deletions dist/vuescroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"report-coverage": "codecov",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"version": "4.5.16",
"version": "4.5.17",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
Expand Down

0 comments on commit 7c902e0

Please sign in to comment.