Skip to content

Commit 5dd1a97

Browse files
authored
release 3.22.0 (#2237)
1 parent 79c2c25 commit 5dd1a97

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (3.21.0)
4+
view_component (3.22.0)
55
activesupport (>= 5.2.0, < 8.1)
66
concurrent-ruby (= 1.3.4)
77
method_source (~> 1.0)

docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ nav_order: 5
1010

1111
## main
1212

13+
## 3.22.0
14+
1315
* Rewrite `ViewComponents at GitHub` documentation as more general `Best practices`.
1416

1517
*Phil Schalm*, *Joel Hawksley*

docs/_data/library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.21.0
1+
version: 3.22.0

lib/view_component/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 3
6-
MINOR = 21
6+
MINOR = 22
77
PATCH = 0
88
PRE = nil
99

0 commit comments

Comments
 (0)