Skip to content

Commit df4b37e

Browse files
committed
Release 16.0.0
1 parent 8f3d178 commit df4b37e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = "15.0.0"
4+
VERSION = "16.0.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": "15.0.0",
3+
"version": "16.0.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: ../..
33
specs:
4-
react_on_rails (15.0.0)
4+
react_on_rails (16.0.0)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
88
rails (>= 5.2)
99
rainbow (~> 3.0)
10-
shakapacker (~> 8.0)
10+
shakapacker (>= 6.0)
1111

1212
GEM
1313
remote: https://rubygems.org/

0 commit comments

Comments
 (0)