Skip to content

Commit

Permalink
5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Jan 23, 2018
1 parent 7a21136 commit e69b9af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "dropzone",
"location": "enyo/dropzone",
"version": "5.2.0",
"version": "5.3.0",
"description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.",
"homepage": "http://www.dropzonejs.com",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/dropzone-amd-module.js
Expand Up @@ -2850,7 +2850,7 @@ var Dropzone = function (_Emitter) {

Dropzone.initClass();

Dropzone.version = "5.2.0";
Dropzone.version = "5.3.0";

// This is a map of options for your different dropzones. Add configurations
// to this object for your different dropzone elemens.
Expand Down
2 changes: 1 addition & 1 deletion dist/dropzone.js
Expand Up @@ -2838,7 +2838,7 @@ var Dropzone = function (_Emitter) {

Dropzone.initClass();

Dropzone.version = "5.2.0";
Dropzone.version = "5.3.0";

// This is a map of options for your different dropzones. Add configurations
// to this object for your different dropzone elemens.
Expand Down
2 changes: 1 addition & 1 deletion dist/min/dropzone-amd-module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/min/dropzone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dropzone",
"version": "5.2.0",
"version": "5.3.0",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
Expand Down

2 comments on commit e69b9af

@perifer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the release @enyo ! It seem like dist files was not updated to the new versions though.

@maxalmonte14
Copy link

@maxalmonte14 maxalmonte14 commented on e69b9af Feb 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's nice to see that the package is constantly updated, but would be great solve this bug too:

#1643

Please sign in to comment.