We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a980579 + 5ff435b commit 13c71b7Copy full SHA for 13c71b7
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# master
2
3
+# 2.18.2
4
+
5
* Raise an error if controller or view context is accessed during initialize as they are only available in render.
6
7
*Julian Nadeau*
lib/view_component/version.rb
@@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 18
- PATCH = 1
+ PATCH = 2
8
9
STRING = [MAJOR, MINOR, PATCH].join(".")
10
end
0 commit comments