Skip to content

Commit

Permalink
Prepared 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
olejrosendahl committed Nov 10, 2015
1 parent 61b00e0 commit 21530f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

# [0.2.1] - 2015-26-10
# [0.2.2] - 2015-11-10
### Added
- Handle options[:title], set custom panel title.

# [0.2.1] - 2015-10-16
### Added
- Handle options[:id], set ID of html element.

# [0.2.0] - 2015-24-10
# [0.2.0] - 2015-10-24
### Added
- Made panels collapsable with options[:collapse]
- Collapse panel iwth options[:collapsed]

# [0.1.0] - 2015-21-10
# [0.1.0] - 2015-10-21
### Added
- Initial release, draw panels.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
panels_for (0.2.1)
panels_for (0.2.2)
font-awesome-rails (~> 4.0)
rails (>= 3.2, < 5.0)

Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
mime-types (>= 1.16, < 3)
mime-types (2.6.2)
mini_portile (0.6.2)
minitest (5.8.1)
minitest (5.8.2)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/panels_for/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PanelsFor
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 21530f8

Please sign in to comment.