Skip to content

Commit c0129a9

Browse files
Merge pull request #442 from github/release-2.18.1
Release 2.18.1
2 parents 986c9f6 + 6046a48 commit c0129a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 2.18.1
4+
35
* Fix bug where previews didn't work when monkey patch was disabled.
46

57
*Mixer Gutierrez*

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-
view_component (2.18.0)
4+
view_component (2.18.1)
55
activesupport (>= 5.0.0, < 7.0)
66

77
GEM

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 2
66
MINOR = 18
7-
PATCH = 0
7+
PATCH = 1
88

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

0 commit comments

Comments
 (0)