Skip to content

Commit 0f8c8bf

Browse files
committed
v2.4.0
1 parent a4e7e9d commit 0f8c8bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-dist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-scroll",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Infinite/virtual scroll for Angular",
55
"main": "./bundles/ngx-ui-scroll.umd.js",
66
"module": "./fesm5/ngx-ui-scroll.js",
@@ -55,4 +55,4 @@
5555
"directive",
5656
"vscroll"
5757
]
58-
}
58+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build-app": "ng build --configuration production",
1414
"deploy-app": "npm run build-app && firebase deploy",
1515
"preinstall": "cd server && npm install",
16-
"pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-2.3.1.tgz --no-save",
16+
"pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-2.4.0.tgz --no-save",
1717
"pack:start": "npm run pack:install && npm start",
1818
"build": "node build.js",
1919
"publish:lib": "npm run build && npm publish ./dist",

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: '2.3.1'
3+
version: '2.4.0'
44
};

0 commit comments

Comments
 (0)