Skip to content

Commit

Permalink
Merge pull request #510 from github/release-v2.21.0
Browse files Browse the repository at this point in the history
Upgrade gem version to v2.21.0
  • Loading branch information
joelhawksley authored Oct 26, 2020
2 parents 0fb9daa + 111538c commit b30c35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 2.21.0

* Only compile components at application initialization if eager loading is enabled.

*Joel Hawksley*
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 20
MINOR = 21
PATCH = 0

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

0 comments on commit b30c35c

Please sign in to comment.