Skip to content

Commit b53cf22

Browse files
author
cloudinary-bot
committed
Version 2.12.3
1 parent 7654e56 commit b53cf22

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.12.3 / 2022-01-06
2+
==================
3+
4+
* Fix transparent video on safari 14.1 by using fetch instead of XHR (#282)
5+
6+
17
2.12.2 / 2022-01-03
28
==================
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_js",
3-
"version": "2.12.2",
3+
"version": "2.12.3",
44
"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.",
55
"main": "js/jquery.cloudinary.js",
66
"directories": {

pkg/cloudinary-core/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.12.2",
3+
"version": "2.12.3",
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",

pkg/cloudinary-jquery-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery-file-upload",
3-
"version": "2.12.2",
3+
"version": "2.12.3",
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. Cloudinary's jQuery File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
55
"main": "cloudinary-jquery-file-upload.js",
66
"types": "cloudinary-jquery-file-upload.d.ts",

pkg/cloudinary-jquery/package.json

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

0 commit comments

Comments
 (0)