Skip to content

Commit 62c8bc6

Browse files
committed
v1.7.4 release
1 parent d183273 commit 62c8bc6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@ Pull Rerquest should include source code (./scr) changes, may include tests (./t
475475

476476
## Change log
477477

478+
### v1.7.4
479+
* Fixed jqLite/jQuery confrontation.
480+
478481
### v1.7.3
479482
* Fixed some html-attributes and Adapter.reload argument parsing.
480483

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
33
"description": "AngularJS infinite scrolling module",
4-
"version": "1.7.3",
4+
"version": "1.7.4",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
33
"description": "AngularJS infinite scrolling module",
4-
"version": "1.7.3",
4+
"version": "1.7.4",
55
"src": "./src/",
66
"public": "./dist/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)