-
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
991a811
commit 00b314e
Showing
17 changed files
with
38 additions
and
38 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.0.5" | ||
"version": "2.0.6" | ||
} |
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.0.5", | ||
"version": "2.0.6", | ||
"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.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/mouse-wheel", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "support for MouseWheel in PC", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/mouse-wheel.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/mouse-wheel" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/movable", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Movable plugin for BetterScroll", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/movable.min.js", | ||
|
@@ -27,6 +27,6 @@ | |
"directory": "packages/observe-dom" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
} | ||
} |
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-dom", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Dynamic recalculating container's size for BetterScroll", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/observe-dom.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/observe-dom" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/pull-down", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "pull down to refresh, behave likes App list refreshing", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/pull-down.min.js", | ||
|
@@ -28,7 +28,7 @@ | |
"directory": "packages/pull-down" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/pull-up", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "pull up to load more data", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/pull-up.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/pull-up" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/scroll-bar", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"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.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@better-scroll/shared-utils", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "shared-utils for BetterScroll", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/shared-utils.min.js", | ||
|
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/slide", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "a carousel effect triggered by BetterScroll", | ||
"author": "huangyi <[email protected]>", | ||
"main": "dist/slide.min.js", | ||
|
@@ -27,7 +27,7 @@ | |
"directory": "packages/slide" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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.0.5", | ||
"version": "2.0.6", | ||
"description": "a BetterScroll plugin to imitate IOS Picker", | ||
"author": { | ||
"name": "huangyi", | ||
|
@@ -29,7 +29,7 @@ | |
"url": "[email protected]:ustbhuangyi/better-scroll.git" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"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