Skip to content

Commit 7c902e0

Browse files
committed
build: 4.5.17
1 parent 9a4a6aa commit 7c902e0

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

dist/vuescroll.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @name: vuescroll 4.5.16
2+
* @name: vuescroll 4.5.17
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3579,7 +3579,7 @@ var Vuescroll = {
35793579
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35803580
},
35813581

3582-
version: '4.5.16'
3582+
version: '4.5.17'
35833583
};
35843584

35853585
/* istanbul ignore if */

dist/vuescroll.common.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuescroll.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @name: vuescroll 4.5.16
2+
* @name: vuescroll 4.5.17
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3575,7 +3575,7 @@ var Vuescroll = {
35753575
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35763576
},
35773577

3578-
version: '4.5.16'
3578+
version: '4.5.17'
35793579
};
35803580

35813581
/* istanbul ignore if */

dist/vuescroll.esm.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuescroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @name: vuescroll 4.5.16
2+
* @name: vuescroll 4.5.17
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3581,7 +3581,7 @@ var Vuescroll = {
35813581
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35823582
},
35833583

3584-
version: '4.5.16'
3584+
version: '4.5.17'
35853585
};
35863586

35873587
/* istanbul ignore if */

dist/vuescroll.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"report-coverage": "codecov",
3232
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
3333
},
34-
"version": "4.5.16",
34+
"version": "4.5.17",
3535
"devDependencies": {
3636
"babel-core": "^6.26.0",
3737
"babel-helper-vue-jsx-merge-props": "^2.0.3",

0 commit comments

Comments
 (0)