Skip to content

Commit

Permalink
Merge pull request #128 from github/release-v1.5.2
Browse files Browse the repository at this point in the history
v1.5.2
  • Loading branch information
joelhawksley authored Nov 22, 2019
2 parents 439ac2b + e5e9484 commit 6c943a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.5.2

* Disable eager loading initializer.

*Kasper Meyer*

# v1.5.1

* Update railties class to work with Rails 6.
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.5.1)
actionview-component (1.5.2)

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 = 5
PATCH = 1
PATCH = 2

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

0 comments on commit 6c943a7

Please sign in to comment.