We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05003fd commit cda7f9cCopy full SHA for cda7f9c
2 files changed
README.md
@@ -36,7 +36,7 @@ Install the SDK version that supports the Angular version you are using:
36
37
* For Angular 2, use `2.x`
38
* For Angular 4, use `4.x`
39
-* For Angular 5-9, use `5.x`
+* For Angular 5-10, use `5.x`
40
41
For example:
42
projects/angular-cld/package.json
@@ -2,8 +2,8 @@
2
"name": "@cloudinary/angular-5.x",
3
"version": "1.2.2",
4
"peerDependencies": {
5
- "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
6
- "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
+ "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
+ "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
7
},
8
"devDependencies": {
9
"cloudinary-core": "^2.9.0",
0 commit comments