Skip to content

Commit a764c73

Browse files
committed
Bump version to 16.2.0.beta.19
1 parent 2ddbe80 commit a764c73

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-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-test.7",
3+
"version": "16.2.0-beta.19",
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-test.7",
3+
"version": "16.2.0-beta.19",
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-test.7",
3+
"version": "16.2.0-beta.19",
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-test.7",
3+
"version": "16.2.0-beta.19",
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.test.7)
4+
react_on_rails (16.2.0.beta.19)
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.test.7"
4+
VERSION = "16.2.0.beta.19"
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.test.7)
4+
react_on_rails (16.2.0.beta.19)
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.test.7)
12+
react_on_rails (16.2.0.beta.19)
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.test.7)
23+
react_on_rails_pro (16.2.0.beta.19)
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.test.7)
32+
react_on_rails (= 16.2.0.beta.19)
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.test.7"
4+
VERSION = "16.2.0.beta.19"
55
PROTOCOL_VERSION = "2.0.0"
66
end

react_on_rails_pro/spec/dummy/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.test.7)
12+
react_on_rails (16.2.0.beta.19)
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.test.7)
23+
react_on_rails_pro (16.2.0.beta.19)
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.test.7)
32+
react_on_rails (= 16.2.0.beta.19)
3333

3434
GEM
3535
remote: https://rubygems.org/

0 commit comments

Comments
 (0)