Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Released v.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdietrich committed Aug 17, 2016
1 parent 7285d16 commit 643b19f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gridstack-angular is an Angular.js directive for the widget layout plugin gridst
- [Demo](#demo)
- [Requirements](#requirements)
- [Changes](#changes)
- [v0.5.0-dev](#v050-dev)
- [v0.5.0 (2016-08-17)](#v050-2016-08-17)
- [v0.4.0 (2016-04-08)](#v040-2016-04-08)
- [v0.3.0 (2016-02-17)](#v030-2016-02-17)
- [v.0.2.0 (2015-10-27)](#v020-2015-10-27)
Expand Down Expand Up @@ -38,9 +38,10 @@ Demo is available [here](http://kdietrich.github.io/gridstack-angular/demo/).

##Changes

####v0.5.0-dev
####v0.5.0 (2016-08-17)
- `gridstack-handler` attribute (thanks to @huytd)
- `data-gs-id` attribute (thanks to @jvelezc)
- misc fixes (thanks to @epelc)
- gridstack.js 0.2.6 support

####v0.4.0 (2016-04-08)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridstack-angular",
"version": "0.5.0-dev",
"version": "0.5.0",
"homepage": "https://github.com/kdietrich/gridstack-angular",
"authors": [
"Kevin Dietrich <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/gridstack-angular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* gridstack-angular - Angular Gridstack.js directive
* @version v0.5.0-dev
* @version v0.5.0
* @author Kevin Dietrich
* @link https://github.com/kdietrich/gridstack-angular#readme
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/gridstack-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridstack-angular",
"version": "0.5.0-dev",
"version": "0.5.0",
"description": "Angular Gridstack.js directive",
"repository": {
"type": "git",
Expand Down

0 comments on commit 643b19f

Please sign in to comment.