Skip to content

Commit 283fd5a

Browse files
committed
build: 4.5.22
1 parent 0a1a577 commit 283fd5a

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

3571-
version: '4.5.21'
3571+
version: '4.5.22'
35723572
};
35733573

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

3567-
version: '4.5.21'
3567+
version: '4.5.22'
35683568
};
35693569

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

3573-
version: '4.5.21'
3573+
version: '4.5.22'
35743574
};
35753575

35763576
/* 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
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
3333
},
34-
"version": "4.5.21",
34+
"version": "4.5.22",
3535
"devDependencies": {
3636
"babel-core": "^6.26.0",
3737
"babel-helper-vue-jsx-merge-props": "^2.0.3",

0 commit comments

Comments
 (0)