Skip to content

Commit 6772835

Browse files
committed
Bump version to 16.2.0.beta.4
1 parent 16b88c5 commit 6772835

File tree

10 files changed

+44
-15
lines changed

10 files changed

+44
-15
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.3)
4+
react_on_rails (16.2.0.beta.4)
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.3"
4+
VERSION = "16.2.0.beta.4"
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.3",
3+
"version": "16.2.0-beta.4",
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.3",
3+
"version": "16.2.0-beta.4",
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.3"
59+
"react-on-rails": "16.2.0-beta.4"
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.3",
3+
"version": "16.2.0-beta.4",
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: 6 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.3)
12+
react_on_rails (16.2.0.beta.4)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,14 +20,14 @@ PATH
2020
PATH
2121
remote: .
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.3)
23+
react_on_rails_pro (16.2.0.beta.4)
2424
addressable
2525
connection_pool
2626
execjs (~> 2.9)
2727
httpx (~> 1.5)
2828
jwt (~> 2.7)
2929
rainbow
30-
react_on_rails (= 16.2.0.beta.3)
30+
react_on_rails (= 16.2.0.beta.4)
3131

3232
GEM
3333
remote: https://rubygems.org/
@@ -300,6 +300,8 @@ GEM
300300
rb-fsevent (0.11.2)
301301
rb-inotify (0.11.1)
302302
ffi (~> 1.0)
303+
rbs (3.9.5)
304+
logger
303305
rdoc (6.12.0)
304306
psych (>= 4.0.0)
305307
regexp_parser (2.9.2)
@@ -476,6 +478,7 @@ DEPENDENCIES
476478
pry-theme
477479
puma (~> 6)
478480
rails (~> 7.1)
481+
rbs
479482
react_on_rails!
480483
react_on_rails_pro!
481484
rspec-rails
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.3"
4+
VERSION = "16.2.0.beta.4"
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": "@shakacode-tools/react-on-rails-pro-node-renderer",
3-
"version": "16.2.0-beta.3",
3+
"version": "16.2.0-beta.4",
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: 6 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.3)
12+
react_on_rails (16.2.0.beta.4)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,14 +20,14 @@ PATH
2020
PATH
2121
remote: ../..
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.3)
23+
react_on_rails_pro (16.2.0.beta.4)
2424
addressable
2525
connection_pool
2626
execjs (~> 2.9)
2727
httpx (~> 1.5)
2828
jwt (~> 2.7)
2929
rainbow
30-
react_on_rails (= 16.2.0.beta.3)
30+
react_on_rails (= 16.2.0.beta.4)
3131

3232
GEM
3333
remote: https://rubygems.org/
@@ -327,6 +327,8 @@ GEM
327327
rb-fsevent (0.11.2)
328328
rb-inotify (0.11.1)
329329
ffi (~> 1.0)
330+
rbs (3.9.5)
331+
logger
330332
rdoc (6.12.0)
331333
psych (>= 4.0.0)
332334
redis (5.4.0)
@@ -524,6 +526,7 @@ DEPENDENCIES
524526
pry-theme
525527
puma (~> 6)
526528
rails (~> 7.1)
529+
rbs
527530
react_on_rails!
528531
react_on_rails_pro!
529532
redis

spec/dummy/Gemfile.lock

Lines changed: 24 additions & 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.3)
4+
react_on_rails (16.2.0.beta.4)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -122,6 +122,7 @@ GEM
122122
thor (>= 0.19.4, < 2.0)
123123
tins (~> 1.6)
124124
crass (1.0.6)
125+
csv (3.3.5)
125126
cypress-on-rails (1.19.0)
126127
rack
127128
date (3.4.1)
@@ -137,6 +138,7 @@ GEM
137138
erubi (1.13.1)
138139
execjs (2.10.0)
139140
ffi (1.15.5)
141+
fileutils (1.8.0)
140142
generator_spec (0.9.4)
141143
activesupport (>= 3.0.0)
142144
railties (>= 3.0.0)
@@ -371,10 +373,29 @@ GEM
371373
sprockets (>= 3.0.0)
372374
sqlite3 (1.6.3)
373375
mini_portile2 (~> 2.8.0)
376+
steep (1.9.4)
377+
activesupport (>= 5.1)
378+
concurrent-ruby (>= 1.1.10)
379+
csv (>= 3.0.9)
380+
fileutils (>= 1.1.0)
381+
json (>= 2.1.0)
382+
language_server-protocol (>= 3.15, < 4.0)
383+
listen (~> 3.0)
384+
logger (>= 1.3.0)
385+
parser (>= 3.1)
386+
rainbow (>= 2.2.2, < 4.0)
387+
rbs (~> 3.8)
388+
securerandom (>= 0.1)
389+
strscan (>= 1.0.0)
390+
terminal-table (>= 2, < 4)
391+
uri (>= 0.12.0)
374392
stringio (3.1.7)
393+
strscan (3.1.5)
375394
sync (0.5.0)
376395
term-ansicolor (1.7.1)
377396
tins (~> 1.0)
397+
terminal-table (3.0.2)
398+
unicode-display_width (>= 1.1.1, < 3)
378399
thor (1.4.0)
379400
tilt (2.2.0)
380401
timeout (0.4.3)
@@ -392,6 +413,7 @@ GEM
392413
uglifier (4.2.0)
393414
execjs (>= 0.3.0, < 3)
394415
unicode-display_width (2.5.0)
416+
uri (1.1.1)
395417
webdrivers (5.3.0)
396418
nokogiri (~> 1.6)
397419
rubyzip (>= 1.3.0)
@@ -451,6 +473,7 @@ DEPENDENCIES
451473
spring (~> 4.0)
452474
sprockets (~> 4.0)
453475
sqlite3 (~> 1.6)
476+
steep
454477
turbo-rails
455478
turbolinks
456479
uglifier

0 commit comments

Comments
 (0)