Skip to content

Commit bc490e6

Browse files
committed
v3.2.2
1 parent 64ba09f commit bc490e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scroller/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scroller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-ui-scroll",
33
"description": "Virtual scrolling library for Angular applications",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"license": "MIT",
66
"author": "Denis Hilt <dhilt.public@gmail.com>",
77
"homepage": "https://github.com/dhilt/ngx-ui-scroll",
@@ -27,4 +27,4 @@
2727
"ng-packagr": "^12.0.0",
2828
"typescript": "~4.3.0"
2929
}
30-
}
30+
}

scroller/src/ui-scroll.version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
22
name: 'ngx-ui-scroll',
3-
version: '3.2.1'
3+
version: '3.2.2'
44
};

0 commit comments

Comments
 (0)