File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gridstack" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.6.0-dev " ,
4
4
"homepage" : " https://github.com/gridstack/gridstack.js" ,
5
5
"authors" : [
6
6
" Pavel Reznikov <pashka.reznikov@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change log
5
5
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
6
6
** Table of Contents** * generated with [ DocToc] ( http://doctoc.herokuapp.com/ ) *
7
7
8
- - [ v0.5.0 (2019-03-29 )] ( #v050-2019-03-29 )
8
+ - [ v0.5.0 (2019-11-06 )] ( #v050-2019-11-06 )
9
9
- [ v0.4.0 (2018-05-11)] ( #v040-2018-05-11 )
10
10
- [ v0.3.0 (2017-04-21)] ( #v030-2017-04-21 )
11
11
- [ v0.2.6 (2016-08-17)] ( #v026-2016-08-17 )
@@ -19,7 +19,7 @@ Change log
19
19
20
20
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21
21
22
- ## v0.5.0 (2019-03-29 )
22
+ ## v0.5.0 (2019-11-06 )
23
23
24
24
- emit ` dropped ` event when a widget is dropped from one grid into another ([ #823 ] ( https://github.com/gridstack/gridstack.js/issues/823 ) ).
25
25
- don't throw error if no bounding scroll element is found ([ #891 ] ( https://github.com/gridstack/gridstack.js/issues/891 ) ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gridstack" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.6.0-dev " ,
4
4
"description" : " gridstack.js is a jQuery plugin for widget layout" ,
5
5
"main" : " dist/gridstack.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
/**
2
- * gridstack.js 0.5.0
2
+ * gridstack.js 0.6.0-dev
3
3
* http://troolee.github.io/gridstack.js/
4
4
* (c) 2014-2017 Pavel Reznikov, Dylan Weiss
5
5
* gridstack.js may be freely distributed under the MIT license.
Original file line number Diff line number Diff line change 1
1
/**
2
- * gridstack.js 0.5.0
2
+ * gridstack.js 0.6.0-dev
3
3
* http://troolee.github.io/gridstack.js/
4
4
* (c) 2014-2018 Pavel Reznikov, Dylan Weiss
5
5
* gridstack.js may be freely distributed under the MIT license.
You can’t perform that action at this time.
0 commit comments