Skip to content

Commit 3a6a2d7

Browse files
authored
release 2.35.0 (#999)
1 parent 19c4d0c commit 3a6a2d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GIT
8787
PATH
8888
remote: .
8989
specs:
90-
view_component (2.34.0)
90+
view_component (2.35.0)
9191
activesupport (>= 5.0.0, < 8.0)
9292
method_source (~> 1.0)
9393

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: Changelog
77

88
## main
99

10+
## 2.35.0
11+
1012
* Only load assets for Preview source highlighting if previews are enabled.
1113

1214
*Joel Hawksley*

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 34
6+
MINOR = 35
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)