Skip to content

Commit 13c71b7

Browse files
authored
Merge pull request #470 from github/release-v2.18.2
Bump to v2.18.2
2 parents a980579 + 5ff435b commit 13c71b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.2
4+
35
* Raise an error if controller or view context is accessed during initialize as they are only available in render.
46

57
*Julian Nadeau*

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

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

0 commit comments

Comments
 (0)