Skip to content

Commit

Permalink
build: 4.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Jun 27, 2018
1 parent 5dcec90 commit 47802bc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="4.6.11"></a>
## [4.6.10](https://github.com/YvesCoding/vuescroll/compare/v4.6.9...v4.6.10) (2018-06-27)


### Features

* Add typescript support ([5dcec90](https://github.com/YvesCoding/vuescroll/commit/5dcec90))



<a name="4.6.10"></a>
## [4.6.10](https://github.com/YvesCoding/vuescroll/compare/v4.6.9...v4.6.10) (2018-06-26)

Expand Down
4 changes: 2 additions & 2 deletions dist/vuescroll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Vuescroll v4.6.10
* Vuescroll v4.6.11
* (c) 2018-2018 Yi(Yves) Wang
* Released under the MIT License
* Github Link: https://github.com/YvesCoding/vuescroll
Expand Down Expand Up @@ -3739,7 +3739,7 @@ var Vuescroll = {
Vue$$1.prototype.$vuescrollConfig = deepMerge(GCF, {});
},

version: '4.6.10',
version: '4.6.11',
refreshAll: refreshAll
};

Expand Down
2 changes: 1 addition & 1 deletion dist/vuescroll.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/YvesCoding/vuescroll/issues"
},
"dependencies": {
"vue": "^2.5.11"
"vue": "^2.5.16"
},
"typings": "types/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"report-coverage": "codecov",
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"version": "4.6.10",
"version": "4.6.11",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.5",
Expand Down

0 comments on commit 47802bc

Please # to comment.