We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc2447 commit 46a2ff2Copy full SHA for 46a2ff2
4 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- view_component (3.16.0)
+ view_component (3.17.0)
5
activesupport (>= 5.2.0, < 8.0)
6
concurrent-ruby (~> 1.0)
7
method_source (~> 1.0)
docs/CHANGELOG.md
@@ -10,6 +10,8 @@ nav_order: 5
10
11
## main
12
13
+## 3.17.0
14
+
15
* Use struct instead openstruct in lib code.
16
17
*Oleksii Vasyliev*
docs/_data/library.yml
@@ -1 +1 @@
-version: 3.16.0
+version: 3.17.0
lib/view_component/version.rb
@@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 3
- MINOR = 16
+ MINOR = 17
PATCH = 0
8
PRE = nil
9
0 commit comments