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 1406db3 + be4afae commit e733e40Copy full SHA for e733e40
docs/CHANGELOG.md
@@ -10,6 +10,10 @@ nav_order: 6
10
11
## main
12
13
+* Make `ViewComponent::VERSION` accessible to other gems by default.
14
+
15
+ *Hans Lemuet*
16
17
* Added Reinvented Hospitality to the list of companies using ViewComponent.
18
19
*Torgil Zechel*
lib/view_component.rb
@@ -2,6 +2,7 @@
2
3
require "action_view"
4
require "active_support/dependencies/autoload"
5
+require "view_component/version"
6
7
module ViewComponent
8
extend ActiveSupport::Autoload
0 commit comments