Skip to content

Commit 06bc3ac

Browse files
author
Alain Dumesny
committed
0.6.0-dev name change
1 parent 50ab44e commit 06bc3ac

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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": "gridstack",
3-
"version": "0.5.0",
3+
"version": "0.6.0-dev",
44
"homepage": "https://github.com/gridstack/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <pashka.reznikov@gmail.com>",

doc/CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8-
- [v0.5.0 (2019-03-29)](#v050-2019-03-29)
8+
- [v0.5.0 (2019-11-06)](#v050-2019-11-06)
99
- [v0.4.0 (2018-05-11)](#v040-2018-05-11)
1010
- [v0.3.0 (2017-04-21)](#v030-2017-04-21)
1111
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
@@ -19,7 +19,7 @@ Change log
1919

2020
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2121

22-
## v0.5.0 (2019-03-29)
22+
## v0.5.0 (2019-11-06)
2323

2424
- emit `dropped` event when a widget is dropped from one grid into another ([#823](https://github.com/gridstack/gridstack.js/issues/823)).
2525
- don't throw error if no bounding scroll element is found ([#891](https://github.com/gridstack/gridstack.js/issues/891)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.5.0",
3+
"version": "0.6.0-dev",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.5.0
2+
* gridstack.js 0.6.0-dev
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2017 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.5.0
2+
* gridstack.js 0.6.0-dev
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2018 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)