From 00d1cdacdccbdb71113a0592117151397a8124ed Mon Sep 17 00:00:00 2001 From: Raya Straus Date: Mon, 29 Jun 2020 14:55:48 +0300 Subject: [PATCH 1/2] Added support for angular 10 --- projects/angular-cld/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index 3d96330..22bd83c 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -2,8 +2,8 @@ "name": "@cloudinary/angular-5.x", "version": "1.2.2", "peerDependencies": { - "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "@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" }, "devDependencies": { "cloudinary-core": "^2.9.0", From 1489c505283301e7d9090fb3fa0df85de1016694 Mon Sep 17 00:00:00 2001 From: Raya Straus Date: Mon, 29 Jun 2020 15:57:27 +0300 Subject: [PATCH 2/2] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9dfd8..380fc7d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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-9, use `5.x` +* For Angular 5-10, use `5.x` For example: