Skip to content

Commit dc35e6f

Browse files
author
Alain Dumesny
committed
v0.5.5 release
1 parent c4d01bf commit dc35e6f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.4-dev",
3+
"version": "0.5.5",
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.4-dev (upcoming changes)](#v054-dev-upcoming-changes)
8+
- [v0.5.5 (2019-11-27)](#v055-2019-11-27)
99
- [v0.5.4 (2019-11-26)](#v054-2019-11-26)
1010
- [v0.5.3 (2019-11-20)](#v053-2019-11-20)
1111
- [v0.5.2 (2019-11-13)](#v052-2019-11-13)
@@ -24,7 +24,7 @@ Change log
2424

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

27-
## v0.5.4-dev (upcoming changes)
27+
## v0.5.5 (2019-11-27)
2828

2929
- min files include rev number/license [#1075](https://github.com/gridstack/gridstack.js/pull/1075)
3030
- npm package fix to exclude more temporary content [#1078](https://github.com/gridstack/gridstack.js/pull/1078)

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.4-dev",
3+
"version": "0.5.5",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack-poly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** gridstack.js 0.5.4-dev - IE and older browsers Polyfills for this library @preserve*/
1+
/** gridstack.js 0.5.5 - IE and older browsers Polyfills for this library @preserve*/
22
/**
33
* https://gridstackjs.com/
44
* (c) 2019 Alain Dumesny

src/gridstack.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Gridstack 0.5.4-dev
1+
// Type definitions for Gridstack 0.5.5
22
// Project: https://gridstackjs.com/
33
// Definitions by: Pascal Senn <https://github.com/PascalSenn>
44
// Ricky Blankenaufulland <https://github.com/ZoolWay>

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** gridstack.js 0.5.4-dev - JQuery UI Drag&Drop plugin @preserve */
1+
/** gridstack.js 0.5.5 - JQuery UI Drag&Drop plugin @preserve */
22
/**
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov

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.4-dev
2+
* gridstack.js 0.5.5
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)