Skip to content

Commit 3bde72d

Browse files
committed
v1.9.0
1 parent e8ff0dc commit 3bde72d

10 files changed

+13
-10
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17-
timeout-minutes: 10
17+
timeout-minutes: 5
1818
steps:
1919
- name: Dispatched?
2020
if: ${{ github.event_name == 'workflow_dispatch' }}

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te
478478

479479
## Change log
480480

481+
### v1.9.0
482+
* Webpack 5 build.
483+
481484
### v1.8.2
482485
* Fixed edge cases when removing items.
483486

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.8.2",
4+
"version": "1.9.0",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

dist/ui-scroll-grid.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 virtual scrolling module",
4-
"version": "1.8.2",
4+
"version": "1.9.0",
55
"src": "./src/",
66
"public": "./dist/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)