Skip to content

Commit

Permalink
Merge pull request #762 from github/release-v2-29-0
Browse files Browse the repository at this point in the history
release 2.29.0
  • Loading branch information
joelhawksley authored Apr 2, 2021
2 parents b86427c + c6eb8b5 commit 36f4ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 2.29.0

* Allow Slot lambdas to share data from the parent component and allow chaining on the returned component.

*Sjors Baltus, Blake Williams*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GIT
PATH
remote: .
specs:
view_component (2.28.0)
view_component (2.29.0)
activesupport (>= 5.0.0, < 7.0)

GEM
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 @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 28
MINOR = 29
PATCH = 0

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

0 comments on commit 36f4ecb

Please sign in to comment.