Skip to content

Commit

Permalink
release 2.35.0 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Jul 2, 2021
1 parent 19c4d0c commit 3a6a2d7
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
Expand Up @@ -87,7 +87,7 @@ GIT
PATH
remote: .
specs:
view_component (2.34.0)
view_component (2.35.0)
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 @@ -7,6 +7,8 @@ title: Changelog

## main

## 2.35.0

* Only load assets for Preview source highlighting if previews are enabled.

*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 @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 34
MINOR = 35
PATCH = 0

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

0 comments on commit 3a6a2d7

Please sign in to comment.