Skip to content

Commit 7dfd90b

Browse files
committed
Bump version to 16.2.0.beta.5
1 parent af32746 commit 7dfd90b

File tree

10 files changed

+32
-23
lines changed

10 files changed

+32
-23
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-
react_on_rails (16.2.0.beta.4)
4+
react_on_rails (16.2.0.beta.5)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

lib/react_on_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ReactOnRails
4-
VERSION = "16.2.0.beta.4"
4+
VERSION = "16.2.0.beta.5"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails-workspace",
3-
"version": "16.2.0-beta.4",
3+
"version": "16.2.0-beta.5",
44
"description": "react-on-rails monorepo workspace manager",
55
"private": true,
66
"type": "module",

packages/react-on-rails-pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails-pro",
3-
"version": "16.2.0-beta.4",
3+
"version": "16.2.0-beta.5",
44
"description": "React on Rails Pro package with React Server Components support",
55
"type": "module",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
"./ServerComponentFetchError": "./lib/ServerComponentFetchError.js"
5757
},
5858
"dependencies": {
59-
"react-on-rails": "16.2.0-beta.4"
59+
"react-on-rails": "16.2.0-beta.5"
6060
},
6161
"peerDependencies": {
6262
"react": ">= 16",

packages/react-on-rails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails",
3-
"version": "16.2.0-beta.4",
3+
"version": "16.2.0-beta.5",
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"main": "lib/ReactOnRails.full.js",
66
"type": "module",

react_on_rails_pro/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
react_on_rails (16.2.0.beta.4)
12+
react_on_rails (16.2.0.beta.5)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,15 +20,15 @@ PATH
2020
PATH
2121
remote: .
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.4)
23+
react_on_rails_pro (16.2.0.beta.5)
2424
addressable
2525
async (>= 2.6)
2626
connection_pool
2727
execjs (~> 2.9)
2828
httpx (~> 1.5)
2929
jwt (~> 2.7)
3030
rainbow
31-
react_on_rails (= 16.2.0.beta.4)
31+
react_on_rails (= 16.2.0.beta.5)
3232

3333
GEM
3434
remote: https://rubygems.org/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module ReactOnRailsPro
4-
VERSION = "16.2.0.beta.4"
4+
VERSION = "16.2.0.beta.5"
55
PROTOCOL_VERSION = "2.0.0"
66
end

react_on_rails_pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails-pro-node-renderer",
3-
"version": "16.2.0-beta.4",
3+
"version": "16.2.0-beta.5",
44
"protocolVersion": "2.0.0",
55
"description": "react-on-rails-pro JavaScript for react_on_rails_pro Ruby gem",
66
"exports": {

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ../../..
1111
specs:
12-
react_on_rails (16.2.0.beta.4)
12+
react_on_rails (16.2.0.beta.5)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,14 +20,15 @@ PATH
2020
PATH
2121
remote: ../..
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.4)
23+
react_on_rails_pro (16.2.0.beta.5)
2424
addressable
25+
async (>= 2.6)
2526
connection_pool
2627
execjs (~> 2.9)
2728
httpx (~> 1.5)
2829
jwt (~> 2.7)
2930
rainbow
30-
react_on_rails (= 16.2.0.beta.4)
31+
react_on_rails (= 16.2.0.beta.5)
3132

3233
GEM
3334
remote: https://rubygems.org/
@@ -107,6 +108,12 @@ GEM
107108
public_suffix (>= 2.0.2, < 7.0)
108109
amazing_print (1.6.0)
109110
ast (2.4.2)
111+
async (2.34.0)
112+
console (~> 1.29)
113+
fiber-annotation
114+
io-event (~> 1.11)
115+
metrics (~> 0.12)
116+
traces (~> 0.18)
110117
base64 (0.2.0)
111118
benchmark (0.4.0)
112119
bigdecimal (3.1.9)
@@ -131,6 +138,10 @@ GEM
131138
coderay (1.1.3)
132139
concurrent-ruby (1.3.5)
133140
connection_pool (2.5.0)
141+
console (1.34.2)
142+
fiber-annotation
143+
fiber-local (~> 1.1)
144+
json
134145
coveralls (0.8.23)
135146
json (>= 1.8, < 3)
136147
simplecov (~> 0.16.1)
@@ -165,6 +176,9 @@ GEM
165176
ffi (1.17.0-x86_64-darwin)
166177
ffi (1.17.0-x86_64-linux-gnu)
167178
ffi (1.17.0-x86_64-linux-musl)
179+
fiber-annotation (0.2.0)
180+
fiber-local (1.1.0)
181+
fiber-storage
168182
fiber-storage (1.0.0)
169183
generator_spec (0.10.0)
170184
activesupport (>= 3.0.0)
@@ -184,6 +198,7 @@ GEM
184198
i18n (1.14.7)
185199
concurrent-ruby (~> 1.0)
186200
io-console (0.8.0)
201+
io-event (1.14.2)
187202
irb (1.15.1)
188203
pp (>= 0.6.0)
189204
rdoc (>= 4.0.0)
@@ -216,6 +231,7 @@ GEM
216231
marcel (1.0.4)
217232
matrix (0.4.2)
218233
method_source (1.1.0)
234+
metrics (0.15.0)
219235
mini_mime (1.1.5)
220236
mini_portile2 (2.8.8)
221237
minitest (5.25.4)
@@ -447,6 +463,7 @@ GEM
447463
tins (1.33.0)
448464
bigdecimal
449465
sync
466+
traces (0.18.2)
450467
turbolinks (5.2.1)
451468
turbolinks-source (~> 5.2)
452469
turbolinks-source (5.2.0)

spec/dummy/Gemfile.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
react_on_rails (16.2.0.beta.4)
4+
react_on_rails (16.2.0.beta.5)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -327,11 +327,6 @@ GEM
327327
rubocop-factory_bot (~> 2.22)
328328
ruby-progressbar (1.13.0)
329329
rubyzip (2.3.2)
330-
sass (3.7.4)
331-
sass-listen (~> 4.0.0)
332-
sass-listen (4.0.0)
333-
rb-fsevent (~> 0.9, >= 0.9.4)
334-
rb-inotify (~> 0.9, >= 0.9.7)
335330
sass-rails (6.0.0)
336331
sassc-rails (~> 2.1, >= 2.1.1)
337332
sassc (2.4.0)
@@ -342,8 +337,6 @@ GEM
342337
sprockets (> 3.0)
343338
sprockets-rails
344339
tilt
345-
scss_lint (0.60.0)
346-
sass (~> 3.5, >= 3.5.5)
347340
sdoc (2.6.1)
348341
rdoc (>= 5.0)
349342
securerandom (0.4.1)
@@ -466,7 +459,6 @@ DEPENDENCIES
466459
rubocop-performance (~> 1.20.0)
467460
rubocop-rspec (~> 2.26)
468461
sass-rails (~> 6.0)
469-
scss_lint
470462
sdoc
471463
selenium-webdriver (= 4.9.0)
472464
shakapacker (= 9.3.0)

0 commit comments

Comments
 (0)