We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3d178 commit df4b37eCopy full SHA for df4b37e
lib/react_on_rails/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ReactOnRails
4
- VERSION = "15.0.0"
+ VERSION = "16.0.0"
5
end
package.json
@@ -1,6 +1,6 @@
{
"name": "react-on-rails",
- "version": "15.0.0",
+ "version": "16.0.0",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.full.js",
6
"type": "module",
spec/dummy/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../..
specs:
- react_on_rails (15.0.0)
+ react_on_rails (16.0.0)
addressable
connection_pool
7
execjs (~> 2.5)
8
rails (>= 5.2)
9
rainbow (~> 3.0)
10
- shakapacker (~> 8.0)
+ shakapacker (>= 6.0)
11
12
GEM
13
remote: https://rubygems.org/
0 commit comments