Skip to content

Commit 09e7f68

Browse files
committed
Release 16.1.0
1 parent 59455ed commit 09e7f68

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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.0.1.rc.4"
4+
VERSION = "16.1.0"
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",
3-
"version": "16.0.1-rc.4",
3+
"version": "16.1.0",
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"main": "node_package/lib/ReactOnRails.full.js",
66
"type": "module",

spec/dummy/Gemfile.lock

Lines changed: 5 additions & 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.0.1.rc.4)
4+
react_on_rails (16.1.0)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -193,6 +193,7 @@ GEM
193193
nokogiri (1.18.10)
194194
mini_portile2 (~> 2.8.2)
195195
racc (~> 1.4)
196+
ostruct (0.6.3)
196197
package_json (0.1.0)
197198
parallel (1.24.0)
198199
parser (3.3.0.2)
@@ -406,6 +407,7 @@ PLATFORMS
406407

407408
DEPENDENCIES
408409
amazing_print
410+
benchmark
409411
bootsnap
410412
capybara
411413
capybara-screenshot
@@ -418,6 +420,8 @@ DEPENDENCIES
418420
launchy
419421
lefthook
420422
listen
423+
logger
424+
ostruct
421425
package_json
422426
pry
423427
pry-byebug

0 commit comments

Comments
 (0)