Skip to content

Commit 35a58f1

Browse files
committed
v1.11.0-rc
1 parent aed5af8 commit 35a58f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-scroll",
3-
"version": "1.10.0",
3+
"version": "1.11.0-rc",
44
"description": "Infinite/virtual scroll for Angular",
55
"main": "./bundles/ngx-ui-scroll.umd.js",
66
"module": "./fesm5/ngx-ui-scroll.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"deploy-app": "npm run build-app && firebase deploy",
1515
"preinstall": "cd server && npm install",
1616
"postinstall": "npm run build-app",
17-
"pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.10.0.tgz --no-save",
17+
"pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.11.0-rc.tgz --no-save",
1818
"pack:start": "npm run pack:install && npm start",
1919
"build": "node build.js",
2020
"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 +1 @@
1-
export default '1.10.0';
1+
export default '1.11.0-rc';

0 commit comments

Comments
 (0)