Skip to content

Commit

Permalink
release v2.76.0 (ViewComponent#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored and claudiob committed Jan 3, 2024
1 parent 8b381b3 commit bb8d79e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 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.75.0)
view_component (2.76.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
14 changes: 8 additions & 6 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nav_order: 5

## main

## 2.76.0

* `Component.with_collection` supports components that accept splatted keyword arguments.

*Zee Spencer*
Expand All @@ -18,21 +20,21 @@ nav_order: 5

*Blake Williams*

* Fix YARD docs build task.

*Hans Lemuet*

* Prevent polymorphic slots from calculating `content` when setting a slot.

*Blake Williams*

* Add ability to pass in the preview class to `render_preview`.

*Jon Rohan*

* Fix issue causing PVC tests to fail in CI.

*Cameron Dutro*

* Add ability to pass in the preview class to `render_preview`.
* Fix YARD docs build task.

*Jon Rohan*
*Hans Lemuet*

* Add Startup Jobs to list of companies using ViewComponent.

Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 2.75.0
version: 2.76.0
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 = 75
MINOR = 76
PATCH = 0

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

0 comments on commit bb8d79e

Please sign in to comment.