Skip to content

Commit 038d49c

Browse files
committed
release 4.0.0.alpha3
1 parent c145dc8 commit 038d49c

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (4.0.0.alpha2)
4+
view_component (4.0.0.alpha3)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

@@ -178,21 +178,21 @@ GEM
178178
net-smtp (0.5.1)
179179
net-protocol
180180
nio4r (2.7.4)
181-
nokogiri (1.18.6-aarch64-linux-gnu)
181+
nokogiri (1.18.8-aarch64-linux-gnu)
182182
racc (~> 1.4)
183-
nokogiri (1.18.6-aarch64-linux-musl)
183+
nokogiri (1.18.8-aarch64-linux-musl)
184184
racc (~> 1.4)
185-
nokogiri (1.18.6-arm-linux-gnu)
185+
nokogiri (1.18.8-arm-linux-gnu)
186186
racc (~> 1.4)
187-
nokogiri (1.18.6-arm-linux-musl)
187+
nokogiri (1.18.8-arm-linux-musl)
188188
racc (~> 1.4)
189-
nokogiri (1.18.6-arm64-darwin)
189+
nokogiri (1.18.8-arm64-darwin)
190190
racc (~> 1.4)
191-
nokogiri (1.18.6-x86_64-darwin)
191+
nokogiri (1.18.8-x86_64-darwin)
192192
racc (~> 1.4)
193-
nokogiri (1.18.6-x86_64-linux-gnu)
193+
nokogiri (1.18.8-x86_64-linux-gnu)
194194
racc (~> 1.4)
195-
nokogiri (1.18.6-x86_64-linux-musl)
195+
nokogiri (1.18.8-x86_64-linux-musl)
196196
racc (~> 1.4)
197197
parallel (1.27.0)
198198
parser (3.3.8.0)
@@ -210,7 +210,7 @@ GEM
210210
psych (5.2.3)
211211
date
212212
stringio
213-
public_suffix (6.0.1)
213+
public_suffix (6.0.2)
214214
puma (6.6.0)
215215
nio4r (~> 2.0)
216216
racc (1.8.1)
@@ -294,7 +294,7 @@ GEM
294294
rubocop-ast (1.44.1)
295295
parser (>= 3.3.7.2)
296296
prism (~> 1.4)
297-
rubocop-md (2.0.0)
297+
rubocop-md (2.0.1)
298298
lint_roller (~> 1.1)
299299
rubocop (>= 1.72.1)
300300
rubocop-performance (1.25.0)
@@ -304,7 +304,7 @@ GEM
304304
ruby-progressbar (1.13.0)
305305
rubyzip (2.4.1)
306306
securerandom (0.4.1)
307-
selenium-webdriver (4.30.1)
307+
selenium-webdriver (4.31.0)
308308
base64 (~> 0.2)
309309
logger (~> 1.4)
310310
rexml (~> 3.2, >= 3.2.5)

docs/CHANGELOG.md

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

1111
## main
1212

13+
## 4.0.0.alpha3
14+
1315
* BREAKING: Remove dependency on `ActionView::Base`, eliminating the need for capture compatibility patch.
1416

1517
*Cameron Dutro*

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 = 4
66
MINOR = 0
77
PATCH = 0
8-
PRE = "alpha2"
8+
PRE = "alpha3"
99

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

0 commit comments

Comments
 (0)
close