Skip to content

Commit

Permalink
release 2.56.2 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Jun 2, 2022
1 parent 99841b2 commit cd029f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (2.56.1)
view_component (2.56.2)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)

Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: Changelog

## main

## 2.56.2

* Restore removed `rendered_component`, marking it for deprecation in v3.0.0.

*Tyson Gach*, *Richard Macklin*, *Joel Hawksley*
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 56
PATCH = 1
PATCH = 2

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit cd029f7

Please sign in to comment.