Skip to content

Commit 551a519

Browse files
authored
release 2.40.0 (#1066)
1 parent 4eef237 commit 551a519

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.39.0)
90+
view_component (2.40.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.40.0
11+
1012
* Replace antipatterns section in the documentation with best practices.
1113

1214
*Blake Williams*

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 = 39
6+
MINOR = 40
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)