Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed May 17, 2023
1 parent 0e13d4f commit cfb2f2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te

## Change log

### v1.9.1
* Fixed ES5 build.

### v1.9.0
* Webpack 5 build.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.9.0",
"version": "1.9.1",
"main": "./dist/ui-scroll.js",
"homepage": "https://github.com/angular-ui/ui-scroll.git",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS virtual scrolling module",
"version": "1.9.0",
"version": "1.9.1",
"src": "./src/",
"public": "./dist/",
"main": "./dist/ui-scroll.js",
Expand Down

0 comments on commit cfb2f2c

Please sign in to comment.