Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit bedcc7f

Browse files
author
Amir Tocker
committed
Version 2.5.0
1 parent fccd451 commit bedcc7f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-core-shrinkwrap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* Cloudinary's JavaScript library - Version 2.4.0
3+
* Cloudinary's JavaScript library - Version 2.5.0
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -7405,7 +7405,7 @@ var slice = [].slice,
74057405
Cloudinary = (function() {
74067406
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SEO_TYPES, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;
74077407

7408-
VERSION = "2.4.0";
7408+
VERSION = "2.5.0";
74097409

74107410
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
74117411

@@ -8261,7 +8261,7 @@ var slice = [].slice,
82618261
TextLayer: TextLayer,
82628262
SubtitlesLayer: SubtitlesLayer,
82638263
Cloudinary: Cloudinary,
8264-
VERSION: "2.4.0"
8264+
VERSION: "2.5.0"
82658265
};
82668266
return cloudinary;
82678267
});

cloudinary-core-shrinkwrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudinary-core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* Cloudinary's JavaScript library - Version 2.4.0
3+
* Cloudinary's JavaScript library - Version 2.5.0
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -3581,7 +3581,7 @@ var slice = [].slice,
35813581
Cloudinary = (function() {
35823582
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SEO_TYPES, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;
35833583

3584-
VERSION = "2.4.0";
3584+
VERSION = "2.5.0";
35853585

35863586
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
35873587

@@ -4437,7 +4437,7 @@ var slice = [].slice,
44374437
TextLayer: TextLayer,
44384438
SubtitlesLayer: SubtitlesLayer,
44394439
Cloudinary: Cloudinary,
4440-
VERSION: "2.4.0"
4440+
VERSION: "2.5.0"
44414441
};
44424442
return cloudinary;
44434443
});

cloudinary-core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h4><span class="type-signature"></span>slice<span class="type-signature"></span
141141
<dd>
142142

143143
<div class="description">
144-
<p>Cloudinary's JavaScript library - Version 2.4.0
144+
<p>Cloudinary's JavaScript library - Version 2.5.0
145145
Copyright Cloudinary
146146
see https://github.com/cloudinary/cloudinary_js</p>
147147
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"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.",
55
"main": "cloudinary-core.js",
66
"types": "cloudinary-core.d.ts",

0 commit comments

Comments
 (0)