Skip to content

Commit

Permalink
Adds support for Angular 12 (#308)
Browse files Browse the repository at this point in the history
* Update Angular support to v12
  • Loading branch information
martinsotirov authored May 24, 2021
1 parent ee19b62 commit 142c9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install the SDK version that supports the Angular version you are using:

* For Angular 2, use `2.x`
* For Angular 4, use `4.x`
* For Angular 5-11, use `5.x`
* For Angular 5-12, use `5.x`

For example:

Expand Down
4 changes: 2 additions & 2 deletions projects/angular-cld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@cloudinary/angular-5.x",
"version": "1.4.1",
"peerDependencies": {
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
},
"devDependencies": {
"cloudinary-core": "^2.10.2",
Expand Down

0 comments on commit 142c9ad

Please sign in to comment.