From 142c9ad10f2ca9ac7c10762fc59eee0c5f347ad0 Mon Sep 17 00:00:00 2001 From: Martin Sotirov Date: Mon, 24 May 2021 08:42:44 +0200 Subject: [PATCH] Adds support for Angular 12 (#308) * Update Angular support to v12 --- README.md | 2 +- projects/angular-cld/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebf2269..f5487a8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index 6852102..fb1195e 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -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",