Skip to content

Commit 1aad6f4

Browse files
authored
Merge pull request #125 from github/release-v1.5.1
v1.5.1
2 parents d256b9e + 93e0609 commit 1aad6f4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.5.1
2+
3+
* Update railties class to work with Rails 6.
4+
5+
*Juan Manuel Ramallo*
6+
17
# v1.5.0
28

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
actionview-component (1.5.0)
4+
actionview-component (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/action_view/component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Component
55
module VERSION
66
MAJOR = 1
77
MINOR = 5
8-
PATCH = 0
8+
PATCH = 1
99

1010
STRING = [MAJOR, MINOR, PATCH].join(".")
1111
end

0 commit comments

Comments
 (0)