Skip to content

Commit

Permalink
release 3.8.0 (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 27, 2023
1 parent acdf36e commit ab99379
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (3.7.0)
view_component (3.8.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -331,9 +331,6 @@ DEPENDENCIES
jbuilder (~> 2)
m (~> 1)
minitest (~> 5.18)
net-imap
net-pop
net-smtp
pry (~> 0.13)
puma (~> 6)
rails (~> 7.0.0)
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@ nav_order: 5

## main

## 3.8.0

* Use correct value for the `config.action_dispatch.show_exceptions` config option for edge Rails.

*Cameron Dutro*
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
@@ -1 +1 @@
version: 3.7.0
version: 3.8.0
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 3
MINOR = 7
MINOR = 8
PATCH = 0
PRE = nil

Expand Down

0 comments on commit ab99379

Please sign in to comment.