We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b719cb6 commit 0512a2bCopy full SHA for 0512a2b
lib/react_on_rails/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module ReactOnRails
3
- VERSION = "6.4.1".freeze
+ VERSION = "6.5.0.beta.1".freeze
4
end
package.json
@@ -1,6 +1,6 @@
{
"name": "react-on-rails",
- "version": "6.4.1",
+ "version": "6.5.0-beta.1",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
"main": "node_package/lib/ReactOnRails.js",
6
"directories": {
spec/dummy/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
- react_on_rails (6.4.1)
+ react_on_rails (6.5.0.beta.1)
addressable
connection_pool
7
execjs (~> 2.5)
0 commit comments