Skip to content

Commit 355f6fa

Browse files
committed
v3.2.1
1 parent 337964e commit 355f6fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
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.0",
4+
"version": "3.2.1",
55
"license": "MIT",
66
"author": "Denis Hilt <dhilt.public@gmail.com>",
77
"homepage": "https://github.com/dhilt/ngx-ui-scroll",

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.0'
3+
version: '3.2.1'
44
};

0 commit comments

Comments
 (0)