Skip to content

Commit 0da452c

Browse files
committed
build: release 4.8.4
1 parent 6afe142 commit 0da452c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dist/vuescroll-native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Vuescroll v4.8.2
2+
* Vuescroll v4.8.4
33
* (c) 2018-2018 Yi(Yves) Wang
44
* Released under the MIT License
55
* Github: https://github.com/YvesCoding/vuescroll
@@ -1990,7 +1990,7 @@ function install(Vue$$1) {
19901990

19911991
var Vuescroll = {
19921992
install: install,
1993-
version: '4.8.2',
1993+
version: '4.8.4',
19941994
refreshAll: refreshAll
19951995
};
19961996

dist/vuescroll-native.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuescroll-slide.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Vuescroll v4.8.2
2+
* Vuescroll v4.8.4
33
* (c) 2018-2018 Yi(Yves) Wang
44
* Released under the MIT License
55
* Github: https://github.com/YvesCoding/vuescroll
@@ -4007,7 +4007,7 @@ function install(Vue$$1) {
40074007

40084008
var Vuescroll = {
40094009
install: install,
4010-
version: '4.8.2',
4010+
version: '4.8.4',
40114011
refreshAll: refreshAll
40124012
};
40134013

dist/vuescroll-slide.min.js

Lines changed: 1 addition & 1 deletion
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-
* Vuescroll v4.8.2
2+
* Vuescroll v4.8.4
33
* (c) 2018-2018 Yi(Yves) Wang
44
* Released under the MIT License
55
* Github: https://github.com/YvesCoding/vuescroll
@@ -4351,7 +4351,7 @@ function install(Vue$$1) {
43514351

43524352
var Vuescroll = {
43534353
install: install,
4354-
version: '4.8.2',
4354+
version: '4.8.4',
43554355
refreshAll: refreshAll
43564356
};
43574357

dist/vuescroll.min.js

Lines changed: 1 addition & 1 deletion
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
@@ -43,7 +43,7 @@
4343
"report-coverage": "codecov",
4444
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
4545
},
46-
"version": "4.8.2",
46+
"version": "4.8.4",
4747
"devDependencies": {
4848
"babel-core": "^6.26.0",
4949
"babel-eslint": "^8.2.5",

0 commit comments

Comments
 (0)