Skip to content

Commit 53e6eb3

Browse files
committed
build: release 4.5.16
chore: add unit test fix: window onresize may throw an error
1 parent bec1541 commit 53e6eb3

File tree

8 files changed

+1213
-13
lines changed

8 files changed

+1213
-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.15
2+
* @name: vuescroll 4.5.16
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3477,7 +3477,7 @@ var scroll = {
34773477

34783478
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
34793479
scroll.isInstalled = true;
3480-
scroll.version = '4.5.15';
3480+
scroll.version = '4.5.16';
34813481
}
34823482
};
34833483
/* 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.15
2+
* @name: vuescroll 4.5.16
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3473,7 +3473,7 @@ var scroll = {
34733473

34743474
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
34753475
scroll.isInstalled = true;
3476-
scroll.version = '4.5.15';
3476+
scroll.version = '4.5.16';
34773477
}
34783478
};
34793479
/* 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.15
2+
* @name: vuescroll 4.5.16
33
* @author: (c) 2018-2018 wangyi7099
44
* @description: A reactive virtual scrollbar based on vue.js 2.X
55
* @license: MIT
@@ -3479,7 +3479,7 @@ var scroll = {
34793479

34803480
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
34813481
scroll.isInstalled = true;
3482-
scroll.version = '4.5.15';
3482+
scroll.version = '4.5.16';
34833483
}
34843484
};
34853485
/* 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.15",
34+
"version": "4.5.16",
3535
"devDependencies": {
3636
"babel-core": "^6.26.0",
3737
"babel-helper-vue-jsx-merge-props": "^2.0.3",

0 commit comments

Comments
 (0)