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 0fb9daa + 111538c commit b30c35cCopy full SHA for b30c35c
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 2.21.0
6
+
7
* Only compile components at application initialization if eager loading is enabled.
8
9
*Joel Hawksley*
lib/view_component/version.rb
@@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
- MINOR = 20
+ MINOR = 21
PATCH = 0
STRING = [MAJOR, MINOR, PATCH].join(".")
0 commit comments