Skip to content

Commit

Permalink
Updated @renet-consulting/viewport-change to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
JlaTyHu committed Feb 19, 2024
1 parent 5c98e61 commit 5916d1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/viewport-change/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This library has an implementation of viewport-change (a helper to determinate ``RangeList`` of view elements inside ``cdk-virtual-scroll-viewport``).

## Release v16.0.0
Converted project to Angular v16

## Release v15.0.0
Converted project to Angular v15

Expand Down
6 changes: 3 additions & 3 deletions Services/ngx-utils-demo/projects/viewport-change/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/viewport-change",
"version": "15.0.2",
"version": "16.0.0",
"author": "Michael Vasyliv, Alexander Altotsky",
"license": "MIT",
"private": false,
Expand All @@ -17,8 +17,8 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/core": "^15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/core": "^16.2.12",
"@angular/cdk": "^16.2.14",
"rxjs": "^7.4.0"
}
}

0 comments on commit 5916d1c

Please sign in to comment.