Skip to content

Commit 540cace

Browse files
committed
Release 16.0.1-rc.1
1 parent 4c93dbb commit 540cace

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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.0"
4+
VERSION = "16.0.1.rc.1"
55
end

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "16.0.1-rc.1",
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: 3 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.0)
4+
react_on_rails (16.0.1.rc.1)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -159,6 +159,7 @@ GEM
159159
language_server-protocol (3.17.0.3)
160160
launchy (2.5.2)
161161
addressable (~> 2.8)
162+
lefthook (1.13.1)
162163
listen (3.8.0)
163164
rb-fsevent (~> 0.10, >= 0.10.3)
164165
rb-inotify (~> 0.9, >= 0.9.10)
@@ -415,6 +416,7 @@ DEPENDENCIES
415416
jbuilder
416417
jquery-rails
417418
launchy
419+
lefthook
418420
listen
419421
package_json
420422
pry

0 commit comments

Comments
 (0)