Skip to content

Commit b30c35c

Browse files
authored
Merge pull request #510 from github/release-v2.21.0
Upgrade gem version to v2.21.0
2 parents 0fb9daa + 111538c commit b30c35c

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
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.21.0
6+
57
* Only compile components at application initialization if eager loading is enabled.
68

79
*Joel Hawksley*

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 20
6+
MINOR = 21
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)