Skip to content

Commit a7924b2

Browse files
author
Alain Dumesny
authored
Merge pull request #1040 from adumesny/develop
setup for next release...
2 parents fef7f6f + 7ce180b commit a7924b2

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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.2",
3+
"version": "0.5.2-dev",
44
"homepage": "https://github.com/gridstack/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <[email protected]>",

doc/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.2-dev (upcoming changes)](#v052-dev-upcoming-changes)
89
- [v0.5.2 (2019-11-13)](#v052-2019-11-13)
910
- [v0.5.1 (2019-11-07)](#v051-2019-11-07)
1011
- [v0.5.0 (2019-11-06)](#v050-2019-11-06)
@@ -21,6 +22,10 @@ Change log
2122

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

25+
## v0.5.2-dev (upcoming changes)
26+
27+
TBD
28+
2429
## v0.5.2 (2019-11-13)
2530

2631
- undefined x,y position messes up grid ([#1017](https://github.com/gridstack/gridstack.js/issues/1017)).

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.2",
3+
"version": "0.5.2-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.2
2+
* gridstack.js 0.5.2-dev
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
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.2
2+
* gridstack.js 0.5.2-dev
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)