Skip to content

Commit

Permalink
feat: require Angular 15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This version of Clarity will not be supported for
Angular 13 and 14.
  • Loading branch information
kevinbuhmann committed Dec 5, 2022
1 parent ddebc67 commit f25922d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular/package.json
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com/vmware-clarity/ng-clarity/issues"
},
"peerDependencies": {
"@angular/common": "13 || 14",
"@angular/core": "13 || 14",
"@angular/common": "15",
"@angular/core": "15",
"@cds/core": "^5.6.0 || ^6.0.0"
}
}

0 comments on commit f25922d

Please sign in to comment.