Skip to content

Commit 6ebd7a2

Browse files
committed
0.2.7-dev -> 0.3.0-dev
1 parent ca95e7b commit 6ebd7a2

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
2626
- [Using gridstack.js with jQuery UI](#using-gridstackjs-with-jquery-ui)
2727
- [Install](#install)
2828
- [Basic usage](#basic-usage)
29-
- [Migrating to v0.2.7](#migrating-to-v027)
29+
- [Migrating to v0.3.0](#migrating-to-v030)
3030
- [Migrating to v0.2.5](#migrating-to-v025)
3131
- [API Documentation](#api-documentation)
3232
- [Questions and Answers](#questions-and-answers)
@@ -47,7 +47,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4747
- [Using AniJS](#using-anijs)
4848
- [The Team](#the-team)
4949
- [Changes](#changes)
50-
- [v0.2.7-dev (Development Version)](#v027-dev-development-version)
50+
- [v0.3.0-dev (Development Version)](#v030-dev-development-version)
5151
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
5252
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
5353
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
@@ -134,7 +134,7 @@ $(function () {
134134
</script>
135135
```
136136

137-
## Migrating to v0.2.7
137+
## Migrating to v0.3.0
138138

139139
As of v0.2.7, gridstack introduces a new plugin system. The drag'n'drop functionality has been modified to take advantage of this system. Because of this, and to avoid dependency on core code from jQuery UI, the plugin was functionality was moved to a separate file.
140140

@@ -501,7 +501,7 @@ for help.
501501
Changes
502502
=======
503503

504-
#### v0.2.7-dev (Development Version)
504+
#### v0.3.0-dev (Development Version)
505505

506506
- add oneColumnModeClass option to grid.
507507
- remove 768px CSS styles, moved to grid-stack-one-column-mode class.

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

dist/gridstack.all.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/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.2.7-dev
2+
* gridstack.js 0.3.0-dev
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

dist/gridstack.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.7-dev",
3+
"version": "0.3.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.2.7-dev
2+
* gridstack.js 0.3.0-dev
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 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.2.7-dev
2+
* gridstack.js 0.3.0-dev
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)