Skip to content

Commit 226018a

Browse files
committed
Release 4.0.0
1 parent f155a5d commit 226018a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
react_on_rails_pro (4.0.0.rc.14)
12+
react_on_rails_pro (4.0.0)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.9)

lib/react_on_rails_pro/version.rb

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 = "4.0.0.rc.14"
4+
VERSION = "4.0.0"
55
PROTOCOL_VERSION = "2.0.0"
66
end

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": "4.0.0-rc.14",
3+
"version": "4.0.0",
44
"protocolVersion": "2.0.0",
55
"description": "react-on-rails-pro JavaScript for react_on_rails_pro Ruby gem",
66
"exports": {

spec/dummy/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ GIT
99
PATH
1010
remote: ../..
1111
specs:
12-
react_on_rails_pro (4.0.0.rc.14)
12+
react_on_rails_pro (4.0.0)
1313
addressable
1414
connection_pool
1515
execjs (~> 2.9)
16-
httpx (= 1.3.4)
16+
httpx (~> 1.5)
1717
rainbow
1818
react_on_rails (>= 14.1.0)
1919

@@ -167,7 +167,7 @@ GEM
167167
logger
168168
hashdiff (1.1.0)
169169
http-2 (1.0.2)
170-
httpx (1.3.4)
170+
httpx (1.5.1)
171171
http-2 (>= 1.0.0)
172172
i18n (1.14.7)
173173
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)