Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawi137 committed May 8, 2024
1 parent af77b62 commit a3c9a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Upgrade instructions
For a list of breaking changes and update instructions, go to [releases](https://github.com/Mawi137/ngx-image-cropper/releases).
Only Angular 16+ is supported.
Only Angular 16+ is supported since version 8.0.0.

### Example usage

Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-image-cropper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-image-cropper",
"version": "7.2.1",
"version": "8.0.0",
"description": "An image cropper for Angular",
"author": "Martijn Willekens",
"repository": {
Expand All @@ -22,7 +22,7 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
}

0 comments on commit a3c9a8d

Please sign in to comment.