Skip to content

Commit 5776d24

Browse files
committed
build: 4.5.19
1 parent 50c1ca1 commit 5776d24

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.18
2+
* @name: vuescroll 4.5.19
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3587,7 +3587,7 @@ var Vuescroll = {
35873587
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35883588
},
35893589

3590-
version: '4.5.18'
3590+
version: '4.5.19'
35913591
};
35923592

35933593
/* 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.18
2+
* @name: vuescroll 4.5.19
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3583,7 +3583,7 @@ var Vuescroll = {
35833583
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35843584
},
35853585

3586-
version: '4.5.18'
3586+
version: '4.5.19'
35873587
};
35883588

35893589
/* 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.18
2+
* @name: vuescroll 4.5.19
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3589,7 +3589,7 @@ var Vuescroll = {
35893589
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
35903590
},
35913591

3592-
version: '4.5.18'
3592+
version: '4.5.19'
35933593
};
35943594

35953595
/* 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.18",
34+
"version": "4.5.19",
3535
"devDependencies": {
3636
"babel-core": "^6.26.0",
3737
"babel-helper-vue-jsx-merge-props": "^2.0.3",

0 commit comments

Comments
 (0)