Skip to content

Commit 3851620

Browse files
committed
build: release 1.0.0-beta
1 parent ef11fa4 commit 3851620

File tree

9 files changed

+182
-190
lines changed

9 files changed

+182
-190
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0-beta (Mar 3, 2018)
4+
5+
- Release the beta version.
6+
37
## 1.0.0-alpha (Feb 28, 2018)
48

5-
- Init
9+
- Init.

dist/jquery-cropper.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* jQuery Cropper v1.0.0-alpha
2+
* jQuery Cropper v1.0.0-beta
33
* https://github.com/fengyuanchen/jquery-cropper
44
*
55
* Copyright (c) 2018 Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2018-02-28T13:54:23.767Z
8+
* Date: 2018-03-03T04:12:17.906Z
99
*/
1010

1111
'use strict';

dist/jquery-cropper.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* jQuery Cropper v1.0.0-alpha
2+
* jQuery Cropper v1.0.0-beta
33
* https://github.com/fengyuanchen/jquery-cropper
44
*
55
* Copyright (c) 2018 Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2018-02-28T13:54:23.767Z
8+
* Date: 2018-03-03T04:12:17.906Z
99
*/
1010

1111
import $ from 'jquery';

dist/jquery-cropper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* jQuery Cropper v1.0.0-alpha
2+
* jQuery Cropper v1.0.0-beta
33
* https://github.com/fengyuanchen/jquery-cropper
44
*
55
* Copyright (c) 2018 Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2018-02-28T13:54:23.767Z
8+
* Date: 2018-03-03T04:12:17.906Z
99
*/
1010

1111
(function (global, factory) {

dist/jquery-cropper.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* jQuery Cropper v1.0.0-alpha
2+
* jQuery Cropper v1.0.0-beta
33
* https://github.com/fengyuanchen/jquery-cropper
44
*
55
* Copyright (c) 2018 Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2018-02-28T13:54:23.767Z
8+
* Date: 2018-03-03T04:12:17.906Z
99
*/
1010
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(require("jquery"),require("cropperjs")):"function"==typeof define&&define.amd?define(["jquery","cropperjs"],r):r(e.jQuery,e.Cropper)}(this,function(e,r){"use strict";if(e=e&&e.hasOwnProperty("default")?e.default:e,r=r&&r.hasOwnProperty("default")?r.default:r,e.fn){var t=e.fn.cropper,n="cropper";e.fn.cropper=function(t){for(var o=arguments.length,f=Array(o>1?o-1:0),i=1;i<o;i++)f[i-1]=arguments[i];var p=void 0;return this.each(function(o,i){var a=e(i),u="destroy"===t,c=a.data(n);if(!c){if(u)return;var s=e.extend({},a.data(),e.isPlainObject(t)&&t);c=new r(i,s),a.data(n,c)}if("string"==typeof t){var d=c[t];e.isFunction(d)&&((p=d.apply(c,f))===c&&(p=void 0),u&&a.removeData(n))}}),void 0===p?this:p},e.fn.cropper.Constructor=r,e.fn.cropper.setDefaults=r.setDefaults,e.fn.cropper.noConflict=function(){return e.fn.cropper=t,this}}});

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="container">
4848
<div class="row">
4949
<div class="col-md">
50-
<h1>jquery-cropper <small class="h6">v1.0.0-alpha</small></h1>
50+
<h1>jquery-cropper <small class="h6">v1.0.0-beta</small></h1>
5151
<p class="lead">A jQuery plugin wrapper for Cropper.js.</p>
5252
</div>
5353
<div class="col-md">

docs/js/jquery-cropper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* jQuery Cropper v1.0.0-alpha
2+
* jQuery Cropper v1.0.0-beta
33
* https://github.com/fengyuanchen/jquery-cropper
44
*
55
* Copyright (c) 2018 Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2018-02-28T13:54:23.767Z
8+
* Date: 2018-03-03T04:12:17.906Z
99
*/
1010

1111
(function (global, factory) {

0 commit comments

Comments
 (0)