Skip to content

Commit ca42e05

Browse files
authored
release 2.56.1 (#1374)
1 parent 50098e5 commit ca42e05

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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 (2.56.0)
4+
view_component (2.56.1)
55
activesupport (>= 5.0.0, < 8.0)
66
method_source (~> 1.0)
77

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ title: Changelog
99

1010
## main
1111

12+
## 2.56.1
13+
1214
* Rename private accessor `rendered_component` to `rendered_content`.
1315

1416
*Yoshiyuki Hirano*, *Simon Dawson*

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 = 2
66
MINOR = 56
7-
PATCH = 0
7+
PATCH = 1
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)