Skip to content

Commit

Permalink
Merge pull request #121 from github/release-v1.5.0
Browse files Browse the repository at this point in the history
release v1.5.0
  • Loading branch information
joelhawksley authored Nov 21, 2019
2 parents 5039508 + aede9c1 commit 038ad46
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.5.0

Note: `actionview-component` is now loaded by requiring `actionview/component`, not `actionview/component/base`.

* Fix issue with generating component method signatures.

*Ryan Workman, Dylan Clark*

* Create component generator.

*Vinicius Stock*

* Add helpers proxy.

*Kasper Meyer*

* Introduce ActionView::Component::Previews.

*Juan Manuel Ramallo*

# v1.4.0

* Fix bug where components broke in application paths with periods.
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.4.0)
actionview-component (1.5.0)

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 @@ -4,7 +4,7 @@ module ActionView
module Component
module VERSION
MAJOR = 1
MINOR = 4
MINOR = 5
PATCH = 0

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

0 comments on commit 038ad46

Please sign in to comment.