Skip to content

Commit 34351b2

Browse files
authored
release 2.59.0 (#1418)
1 parent ed172d3 commit 34351b2

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (2.58.0)
4+
view_component (2.59.0)
55
activesupport (>= 5.0.0, < 8.0)
66
method_source (~> 1.0)
77

docs/CHANGELOG.md

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

1010
## main
1111

12+
## 2.59.0
13+
1214
* Expose Capybara DSL methods directly inside tests.
1315

1416
The following Capybara methods are now available directly without having to use the `page` method:

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

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

0 commit comments

Comments
 (0)