Skip to content

Commit

Permalink
Merge pull request #165 from github/release-v1.6.1
Browse files Browse the repository at this point in the history
release v1.6.1
  • Loading branch information
joelhawksley authored Dec 25, 2019
2 parents a599226 + ffb46da commit 445a7e3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.6.1

* Allow Previews to have no layout.

*Jon Palmer*

* Bump rack from 2.0.7 to 2.0.8.

*Dependabot*

* Compile components on application boot when eager loading is enabled.

*Joel Hawksley*

* Previews support content blocks.

*Cesario Uy*

* Follow Rails conventions. (refactor)

*Rainer Borene*

* Fix edge case issue with extracting variants from less conventional source_locations.

*Ryan Workman*

# v1.6.0

* Avoid dropping elements in the render_inline test helper.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
actionview-component (1.6.0)
actionview-component (1.6.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/action_view/component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Component
module VERSION
MAJOR = 1
MINOR = 6
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 445a7e3

Please sign in to comment.