Skip to content

Commit e341a6f

Browse files
authored
release v3.0.0.rc4 (#1679)
1 parent 94dce11 commit e341a6f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ DEPENDENCIES
303303
jbuilder (~> 2)
304304
m (~> 1)
305305
minitest (= 5.6.0)
306-
net-imap
307-
net-pop
308-
net-smtp
309306
pry (~> 0.13)
310307
puma (~> 5)
311308
rails (~> 7.0.0)

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 5
1010

1111
## main
1212

13+
## v3.0.0.rc4
14+
15+
Run into an issue with this release candidate? [Let us know](https://github.com/ViewComponent/view_component/issues/1629).
16+
1317
* Add `TestHelpers#vc_test_request`.
1418

1519
*Joel Hawksley*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.0.0.rc3
1+
version: 3.0.0.rc4

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
MAJOR = 3
66
MINOR = 0
77
PATCH = 0
8-
PRE = "rc3"
8+
PRE = "rc4"
99

1010
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
1111
end

0 commit comments

Comments
 (0)