-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3b7529
commit 7ddb74a
Showing
18 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.1.2" | ||
"version": "2.1.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/infinity", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "The ability to inject a infinity load for BetterScroll.", | ||
"author": "fengweiyao <[email protected]>", | ||
"main": "dist/infinity.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/infinity" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.1.2" | ||
"@better-scroll/core": "^2.1.3" | ||
}, | ||
"gitHead": "f441227b6137d44ba0b44b97ed4cd49de9386130" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/observe-image", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Observe image loading for BetterScroll", | ||
"author": "theniceangel <[email protected]>", | ||
"homepage": "https://github.com/ustbhuangyi/better-scroll/tree/master/packages/observe-image#readme", | ||
|
@@ -28,6 +28,6 @@ | |
"url": "https://github.com/ustbhuangyi/better-scroll/issues" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.1.2" | ||
"@better-scroll/core": "^2.1.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/scroll-bar", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "scrollbar is used to BetterScroll, which behaves like browser scrollbar", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/scroll-bar.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/scroll-bar" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.1.2" | ||
"@better-scroll/core": "^2.1.3" | ||
}, | ||
"gitHead": "f441227b6137d44ba0b44b97ed4cd49de9386130" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@better-scroll/shared-utils", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "shared-utils for BetterScroll", | ||
"author": { | ||
"name": "jizhi", | ||
"email": "[email protected]" | ||
}, | ||
"name": "jizhi", | ||
"email": "[email protected]" | ||
}, | ||
"main": "dist/shared-utils.min.js", | ||
"module": "dist/shared-utils.esm.js", | ||
"typings": "dist/types/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@better-scroll/slide", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "a carousel effect triggered by BetterScroll", | ||
"author": { | ||
"name": "jizhi", | ||
"email": "[email protected]" | ||
}, | ||
"name": "jizhi", | ||
"email": "[email protected]" | ||
}, | ||
"main": "dist/slide.min.js", | ||
"module": "dist/slide.esm.js", | ||
"typings": "dist/types/index.d.ts", | ||
|
@@ -30,7 +30,7 @@ | |
"directory": "packages/slide" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.1.2" | ||
"@better-scroll/core": "^2.1.3" | ||
}, | ||
"gitHead": "f441227b6137d44ba0b44b97ed4cd49de9386130" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/wheel", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "a BetterScroll plugin to imitate IOS Picker", | ||
"author": { | ||
"name": "jizhi", | ||
|
@@ -29,7 +29,7 @@ | |
"url": "[email protected]:ustbhuangyi/better-scroll.git" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.1.2" | ||
"@better-scroll/core": "^2.1.3" | ||
}, | ||
"gitHead": "f441227b6137d44ba0b44b97ed4cd49de9386130" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters