Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-jenkins committed Nov 24, 2019
1 parent ebea282 commit 1fadf84
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions pkg/cloudinary-jquery-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,5 +32,4 @@
"scripts": {
"prepublishOnly": "../copy_deployment jquery-file-upload"
}

}
4 changes: 1 addition & 3 deletions pkg/cloudinary-jquery/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,7 +11,6 @@
"cloudinary-jquery.d.ts",
"src/**/*"
],

"repository": {
"type": "git",
"url": "https://github.com/cloudinary/cloudinary_js.git"
Expand All @@ -32,5 +31,4 @@
"scripts": {
"prepublishOnly": "../copy_deployment jquery"
}

}

0 comments on commit 1fadf84

Please sign in to comment.