Skip to content

Commit df3ae6d

Browse files
committed
Bump version to 16.2.0.beta.17
1 parent d67c1aa commit df3ae6d

File tree

10 files changed

+54
-14
lines changed

10 files changed

+54
-14
lines changed

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.16",
3+
"version": "16.2.0-beta.17",
44
"description": "react-on-rails monorepo workspace manager",
55
"private": true,
66
"type": "module",

packages/react-on-rails-pro-node-renderer/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.16",
3+
"version": "16.2.0-beta.17",
44
"protocolVersion": "2.0.0",
55
"description": "React on Rails Pro Node Renderer for server-side rendering",
66
"directories": {

packages/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",
3-
"version": "16.2.0-beta.16",
3+
"version": "16.2.0-beta.17",
44
"description": "React on Rails Pro package with React Server Components support",
55
"type": "module",
66
"scripts": {

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.16",
3+
"version": "16.2.0-beta.17",
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"main": "lib/ReactOnRails.full.js",
66
"type": "module",

react_on_rails/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.16)
4+
react_on_rails (16.2.0.beta.17)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
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.16"
4+
VERSION = "16.2.0.beta.17"
55
end

react_on_rails/spec/dummy/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.16)
4+
react_on_rails (16.2.0.beta.17)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

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.16)
12+
react_on_rails (16.2.0.beta.17)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,7 +20,7 @@ PATH
2020
PATH
2121
remote: .
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.16)
23+
react_on_rails_pro (16.2.0.beta.17)
2424
addressable
2525
async (>= 2.6)
2626
connection_pool
@@ -29,7 +29,7 @@ PATH
2929
httpx (~> 1.5)
3030
jwt (~> 2.7)
3131
rainbow
32-
react_on_rails (= 16.2.0.beta.16)
32+
react_on_rails (= 16.2.0.beta.17)
3333

3434
GEM
3535
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.16"
4+
VERSION = "16.2.0.beta.17"
55
PROTOCOL_VERSION = "2.0.0"
66
end

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 43 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.16)
12+
react_on_rails (16.2.0.beta.17)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.5)
@@ -20,7 +20,7 @@ PATH
2020
PATH
2121
remote: ../..
2222
specs:
23-
react_on_rails_pro (16.2.0.beta.16)
23+
react_on_rails_pro (16.2.0.beta.17)
2424
addressable
2525
async (>= 2.6)
2626
connection_pool
@@ -29,7 +29,7 @@ PATH
2929
httpx (~> 1.5)
3030
jwt (~> 2.7)
3131
rainbow
32-
react_on_rails (= 16.2.0.beta.16)
32+
react_on_rails (= 16.2.0.beta.17)
3333

3434
GEM
3535
remote: https://rubygems.org/
@@ -108,6 +108,7 @@ GEM
108108
addressable (2.8.7)
109109
public_suffix (>= 2.0.2, < 7.0)
110110
amazing_print (1.6.0)
111+
ast (2.4.3)
111112
async (2.34.0)
112113
console (~> 1.29)
113114
fiber-annotation
@@ -214,6 +215,7 @@ GEM
214215
json (2.7.2)
215216
jwt (2.9.3)
216217
base64
218+
language_server-protocol (3.17.0.5)
217219
launchy (3.0.1)
218220
addressable (~> 2.8)
219221
childprocess (~> 5.0)
@@ -271,10 +273,15 @@ GEM
271273
nokogiri (1.18.10-x86_64-linux-musl)
272274
racc (~> 1.4)
273275
package_json (0.2.0)
276+
parallel (1.27.0)
277+
parser (3.3.10.0)
278+
ast (~> 2.4.1)
279+
racc
274280
pg (1.5.6)
275281
pp (0.6.3)
276282
prettyprint
277283
prettyprint (0.2.0)
284+
prism (1.6.0)
278285
prism-rails (1.5.0)
279286
railties
280287
protocol (2.0.0)
@@ -375,6 +382,35 @@ GEM
375382
rspec-support (3.13.1)
376383
rspec_junit_formatter (0.6.0)
377384
rspec-core (>= 2, < 4, != 2.12.0)
385+
rubocop (1.61.0)
386+
json (~> 2.3)
387+
language_server-protocol (>= 3.17.0)
388+
parallel (~> 1.10)
389+
parser (>= 3.3.0.2)
390+
rainbow (>= 2.2.2, < 4.0)
391+
regexp_parser (>= 1.8, < 3.0)
392+
rexml (>= 3.2.5, < 4.0)
393+
rubocop-ast (>= 1.30.0, < 2.0)
394+
ruby-progressbar (~> 1.7)
395+
unicode-display_width (>= 2.4.0, < 3.0)
396+
rubocop-ast (1.48.0)
397+
parser (>= 3.3.7.2)
398+
prism (~> 1.4)
399+
rubocop-capybara (2.21.0)
400+
rubocop (~> 1.41)
401+
rubocop-factory_bot (2.26.1)
402+
rubocop (~> 1.61)
403+
rubocop-performance (1.20.2)
404+
rubocop (>= 1.48.1, < 2.0)
405+
rubocop-ast (>= 1.30.0, < 2.0)
406+
rubocop-rspec (2.31.0)
407+
rubocop (~> 1.40)
408+
rubocop-capybara (~> 2.17)
409+
rubocop-factory_bot (~> 2.22)
410+
rubocop-rspec_rails (~> 2.28)
411+
rubocop-rspec_rails (2.29.1)
412+
rubocop (~> 1.61)
413+
ruby-progressbar (1.13.0)
378414
ruby_parser (3.21.0)
379415
racc (~> 1.5)
380416
sexp_processor (~> 4.16)
@@ -453,6 +489,7 @@ GEM
453489
concurrent-ruby (~> 1.0)
454490
uglifier (4.2.0)
455491
execjs (>= 0.3.0, < 3)
492+
unicode-display_width (2.6.0)
456493
uri (1.0.3)
457494
useragent (0.16.11)
458495
web-console (4.2.1)
@@ -531,6 +568,9 @@ DEPENDENCIES
531568
rspec-rails
532569
rspec-retry
533570
rspec_junit_formatter
571+
rubocop (= 1.61.0)
572+
rubocop-performance (~> 1.20.0)
573+
rubocop-rspec (~> 2.26)
534574
sass-rails
535575
scss_lint
536576
selenium-webdriver (= 4.9.0)

0 commit comments

Comments
 (0)