Skip to content

Commit 5d5900c

Browse files
committed
Bump version to 16.2.0.beta.14
1 parent 57de0bc commit 5d5900c

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
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.13",
3+
"version": "16.2.0-beta.14",
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.13",
3+
"version": "16.2.0-beta.14",
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.13",
3+
"version": "16.2.0-beta.14",
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.13",
3+
"version": "16.2.0-beta.14",
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.13)
4+
react_on_rails (16.2.0.beta.14)
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.13"
4+
VERSION = "16.2.0.beta.14"
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.13)
4+
react_on_rails (16.2.0.beta.14)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

react_on_rails_pro/Gemfile.lock

Lines changed: 5 additions & 5 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.13)
12+
react_on_rails (16.2.0.beta.14)
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.13)
23+
react_on_rails_pro (16.2.0.beta.14)
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.13)
32+
react_on_rails (= 16.2.0.beta.14)
3333

3434
GEM
3535
remote: https://rubygems.org/
@@ -402,7 +402,7 @@ GEM
402402
websocket (~> 1.0)
403403
semantic_range (3.1.0)
404404
sexp_processor (4.17.1)
405-
shakapacker (9.3.0)
405+
shakapacker (9.4.0)
406406
activesupport (>= 5.2)
407407
package_json
408408
rack-proxy (>= 0.6.1)
@@ -519,7 +519,7 @@ DEPENDENCIES
519519
sass-rails
520520
scss_lint
521521
selenium-webdriver (= 4.9.0)
522-
shakapacker (= 9.3.0)
522+
shakapacker (= 9.4.0)
523523
spring
524524
spring-watcher-listen
525525
sprockets
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.13"
4+
VERSION = "16.2.0.beta.14"
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.beta.13)
12+
react_on_rails (16.2.0.beta.14)
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.13)
23+
react_on_rails_pro (16.2.0.beta.14)
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.13)
32+
react_on_rails (= 16.2.0.beta.14)
3333

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

0 commit comments

Comments
 (0)