Skip to content

Commit 94d6b93

Browse files
committed
4.6.7
1 parent 5ae0d1e commit 94d6b93

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

dist/vuescroll.css

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.6.6
2+
* Vuescroll v4.6.7
33
* (c) 2018-2018 Yi(Yves) Wang
44
* Released under the MIT License
55
* Github Link: https://github.com/YvesCoding/vuescroll
@@ -3733,7 +3733,7 @@ var Vuescroll = {
37333733
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
37343734
},
37353735

3736-
version: '4.6.6',
3736+
version: '4.6.7',
37373737
refreshAll: refreshAll
37383738
};
37393739

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.

dist/vuescroll.min.js.map

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
@@ -36,7 +36,7 @@
3636
"report-coverage": "codecov",
3737
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3838
},
39-
"version": "4.6.6",
39+
"version": "4.6.7",
4040
"devDependencies": {
4141
"babel-core": "^6.26.0",
4242
"babel-helper-vue-jsx-merge-props": "^2.0.3",

src/style/vuescroll.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Vuescroll v4.6.6
2+
* Vuescroll v4.6.7
33
* (c) 2018-2018 Yi(Yves) Wang
44
* Released under the MIT License
55
* Github Link: https://github.com/YvesCoding/vuescroll
@@ -10,8 +10,6 @@
1010

1111
&-panel {
1212
box-sizing: border-box;
13-
width: 100%;
14-
height: 100%;
1513
.vuescroll-content {
1614
position: relative;
1715
height: 100%;

0 commit comments

Comments
 (0)