From 1f2b433338209254aceefc4a39cb02c479f6a404 Mon Sep 17 00:00:00 2001 From: Martin Sotirov Date: Thu, 20 May 2021 11:29:23 +0200 Subject: [PATCH 1/3] chore: update Angular support to v12 --- package.json | 2 +- projects/angular-cld/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 289a622..c422611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.4.1", + "version": "1.4.2", "scripts": { "lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json", "test": "npm run test-es5 && npm run test-es2015", diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index 6852102..bc1131b 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,9 +1,9 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.4.1", + "version": "1.4.2", "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", From e6b15f162d0581a7309683c8b82985cb796075b3 Mon Sep 17 00:00:00 2001 From: Martin Sotirov Date: Thu, 20 May 2021 11:36:32 +0200 Subject: [PATCH 2/3] chore: update README with info about v12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From f9899c9d5b12fc3110f6dad76566f629a8ebf3b5 Mon Sep 17 00:00:00 2001 From: Martin Sotirov Date: Sun, 23 May 2021 12:43:19 +0200 Subject: [PATCH 3/3] build: reset package version to previously released --- package.json | 2 +- projects/angular-cld/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c422611..289a622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.4.2", + "version": "1.4.1", "scripts": { "lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json", "test": "npm run test-es5 && npm run test-es2015", diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index bc1131b..fb1195e 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.4.2", + "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 || ^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"