Skip to content

Commit 9f3f4fd

Browse files
authored
release 3.23.2 (#2325)
1 parent fdef54c commit 9f3f4fd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (3.23.1)
4+
view_component (3.23.2)
55
activesupport (>= 5.2.0, < 8.1)
66
concurrent-ruby (~> 1)
77
method_source (~> 1.0)

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ nav_order: 6
1010

1111
## main
1212

13+
## 3.23.2
14+
1315
* Include .tt files in published gem. Fixes templates not being available when using generators.
1416

1517
*Florian Aßmann*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.23.1
1+
version: 3.23.2

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 3
66
MINOR = 23
7-
PATCH = 1
7+
PATCH = 2
88
PRE = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")

0 commit comments

Comments
 (0)