Skip to content

Commit 626db3b

Browse files
committed
Bump version to 16.2.0.beta.6
1 parent 47a9463 commit 626db3b

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-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.5)
4+
react_on_rails (16.2.0.beta.6)
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.5"
4+
VERSION = "16.2.0.beta.6"
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.5",
3+
"version": "16.2.0-beta.6",
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.5",
3+
"version": "16.2.0-beta.6",
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.5"
59+
"react-on-rails": "16.2.0-beta.6"
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.5",
3+
"version": "16.2.0-beta.6",
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.5)
12+
react_on_rails (16.2.0.beta.6)
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.5)
23+
react_on_rails_pro (16.2.0.beta.6)
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.5)
31+
react_on_rails (= 16.2.0.beta.6)
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.5"
4+
VERSION = "16.2.0.beta.6"
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.5",
3+
"version": "16.2.0-beta.6",
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: 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.5)
12+
react_on_rails (16.2.0.beta.6)
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.5)
23+
react_on_rails_pro (16.2.0.beta.6)
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.5)
31+
react_on_rails (= 16.2.0.beta.6)
3232

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

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

0 commit comments

Comments
 (0)