From 1fadf8466b86558a9af0d25204a6bfad5f0c7472 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2019 14:50:05 +0000 Subject: [PATCH] Version 2.8.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- pkg/cloudinary-core/package.json | 2 +- pkg/cloudinary-jquery-file-upload/package.json | 3 +-- pkg/cloudinary-jquery/package.json | 4 +--- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d91a077..c95b13be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +2.8.0 / 2019-11-24 +================== + +New functionality and features +------------------------------ + * Add support for option to function (#198) + +Other Changes +------------- + * Add npm package test (#187) + * Fix lodash imports + * Fix responsive and minified tests + * Fix files list for npm package in + 2.7.4 / 2019-08-18 ================== diff --git a/package.json b/package.json index 862c3594..f657ace4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.7.4", + "version": "2.8.0", "description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "js/jquery.cloudinary.js", "directories": { diff --git a/pkg/cloudinary-core/package.json b/pkg/cloudinary-core/package.json index d5daa8d3..1bf434c2 100644 --- a/pkg/cloudinary-core/package.json +++ b/pkg/cloudinary-core/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-core", - "version": "2.7.4", + "version": "2.8.0", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-core.js", "types": "cloudinary-core.d.ts", diff --git a/pkg/cloudinary-jquery-file-upload/package.json b/pkg/cloudinary-jquery-file-upload/package.json index 09b03db6..d683f2f7 100644 --- a/pkg/cloudinary-jquery-file-upload/package.json +++ b/pkg/cloudinary-jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery-file-upload", - "version": "2.7.4", + "version": "2.8.0", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "cloudinary-jquery-file-upload.js", "types": "cloudinary-jquery-file-upload.d.ts", @@ -32,5 +32,4 @@ "scripts": { "prepublishOnly": "../copy_deployment jquery-file-upload" } - } diff --git a/pkg/cloudinary-jquery/package.json b/pkg/cloudinary-jquery/package.json index 292e9843..b8354d9e 100644 --- a/pkg/cloudinary-jquery/package.json +++ b/pkg/cloudinary-jquery/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery", - "version": "2.7.4", + "version": "2.8.0", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-jquery.js", "types": "cloudinary-jquery.d.ts", @@ -11,7 +11,6 @@ "cloudinary-jquery.d.ts", "src/**/*" ], - "repository": { "type": "git", "url": "https://github.com/cloudinary/cloudinary_js.git" @@ -32,5 +31,4 @@ "scripts": { "prepublishOnly": "../copy_deployment jquery" } - }