Skip to content

Commit f9dd412

Browse files
committed
release 4.0.0.rc4
1 parent 42bbcb1 commit f9dd412

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 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.rc3)
4+
view_component (4.0.0.rc4)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

@@ -151,7 +151,7 @@ GEM
151151
jbuilder (2.13.0)
152152
actionview (>= 5.0.0)
153153
activesupport (>= 5.0.0)
154-
json (2.12.2)
154+
json (2.13.0)
155155
language_server-protocol (3.17.0.5)
156156
lint_roller (1.1.0)
157157
logger (1.7.0)
@@ -171,7 +171,7 @@ GEM
171171
method_source (1.1.0)
172172
mini_mime (1.1.5)
173173
minitest (5.25.5)
174-
net-imap (0.5.8)
174+
net-imap (0.5.9)
175175
date
176176
net-protocol
177177
net-pop (0.1.2)
@@ -205,7 +205,7 @@ GEM
205205
prettyprint
206206
prettyprint (0.2.0)
207207
prism (1.4.0)
208-
propshaft (1.2.0)
208+
propshaft (1.2.1)
209209
actionpack (>= 7.0.0)
210210
activesupport (>= 7.0.0)
211211
rack
@@ -294,7 +294,7 @@ GEM
294294
rubocop-ast (>= 1.44.0, < 2.0)
295295
ruby-progressbar (~> 1.7)
296296
unicode-display_width (>= 2.4.0, < 4.0)
297-
rubocop-ast (1.45.1)
297+
rubocop-ast (1.46.0)
298298
parser (>= 3.3.7.2)
299299
prism (~> 1.4)
300300
rubocop-md (2.0.1)
@@ -321,7 +321,7 @@ GEM
321321
ansi
322322
simplecov
323323
terminal-table
324-
simplecov-html (0.13.1)
324+
simplecov-html (0.13.2)
325325
simplecov_json_formatter (0.1.4)
326326
slim (5.2.1)
327327
temple (~> 0.10.0)
@@ -352,7 +352,7 @@ GEM
352352
terminal-table (4.0.0)
353353
unicode-display_width (>= 1.1.1, < 4)
354354
thor (1.4.0)
355-
tilt (2.6.0)
355+
tilt (2.6.1)
356356
timeout (0.4.3)
357357
turbo-rails (2.0.16)
358358
actionpack (>= 7.1.0)

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.rc4
14+
1315
* Fix issue where generators were not included in published gem.
1416

1517
*Jean-Louis Giordano*

docs/Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@ GEM
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
1919
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
2222
coffee-script (2.4.1)
2323
coffee-script-source
2424
execjs
2525
coffee-script-source (1.12.2)
2626
colorator (1.1.0)
2727
commonmarker (0.23.11)
2828
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.2)
30-
csv (3.3.4)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
3131
dnsruby (1.72.4)
3232
base64 (~> 0.2.0)
3333
logger (~> 1.6.5)
3434
simpleidn (~> 0.2.1)
35-
drb (2.2.1)
35+
drb (2.2.3)
3636
em-websocket (0.5.3)
3737
eventmachine (>= 0.12.9)
3838
http_parser.rb (~> 0)
3939
ethon (0.16.0)
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.13.0)
43+
faraday (2.13.2)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.0)
47+
faraday-net_http (3.4.1)
4848
net-http (>= 0.5.0)
4949
ffi (1.17.2)
5050
ffi (1.17.2-x86_64-darwin)
@@ -218,7 +218,7 @@ GEM
218218
gemoji (>= 3, < 5)
219219
html-pipeline (~> 2.2)
220220
jekyll (>= 3.0, < 5.0)
221-
json (2.10.2)
221+
json (2.13.0)
222222
kramdown (2.4.0)
223223
rexml
224224
kramdown-parser-gfm (1.1.0)
@@ -229,18 +229,18 @@ GEM
229229
rb-inotify (~> 0.9, >= 0.9.10)
230230
logger (1.6.6)
231231
mercenary (0.3.6)
232-
mini_portile2 (2.8.8)
232+
mini_portile2 (2.8.9)
233233
minima (2.5.1)
234234
jekyll (>= 3.5, < 5.0)
235235
jekyll-feed (~> 0.9)
236236
jekyll-seo-tag (~> 2.1)
237237
minitest (5.25.5)
238238
net-http (0.6.0)
239239
uri
240-
nokogiri (1.18.8)
240+
nokogiri (1.18.9)
241241
mini_portile2 (~> 2.8.2)
242242
racc (~> 1.4)
243-
nokogiri (1.18.8-x86_64-darwin)
243+
nokogiri (1.18.9-x86_64-darwin)
244244
racc (~> 1.4)
245245
octokit (4.25.1)
246246
faraday (>= 1, < 3)

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 = "rc3"
8+
PRE = "rc4"
99

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

test/sandbox/test/rendering_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_render_inline_allocations
2020
MyComponent.__vc_ensure_compiled
2121

2222
with_instrumentation_enabled_option(false) do
23-
assert_allocations({"3.5" => 68, "3.4" => 74, "3.3" => 72, "3.2" => 71}) do
23+
assert_allocations({"3.5" => 67, "3.4" => 74, "3.3" => 72, "3.2" => 71}) do
2424
render_inline(MyComponent.new)
2525
end
2626
end
@@ -34,7 +34,7 @@ def test_render_collection_inline_allocations
3434
ViewComponent::CompileCache.cache.delete(ProductComponent)
3535
ProductComponent.__vc_ensure_compiled
3636

37-
allocations = {"3.5" => 77, "3.4" => 82, "3.3" => 86, "3.2" => 84}
37+
allocations = {"3.5" => 76, "3.4" => 82, "3.3" => 86, "3.2" => 84}
3838

3939
products = [Product.new(name: "Radio clock"), Product.new(name: "Mints")]
4040
notice = "On sale"

0 commit comments

Comments
 (0)