We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49090a4 commit 0bdeeafCopy full SHA for 0bdeeaf
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- react-rails (3.1.1)
+ react-rails (3.2.0)
5
babel-transpiler (>= 0.7.0)
6
connection_pool
7
execjs
lib/react/rails/version.rb
@@ -4,6 +4,6 @@ module React
module Rails
# If you change this, make sure to update VERSIONS.md
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
- VERSION = "3.1.1"
+ VERSION = "3.2.0"
8
end
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react_ujs",
- "version": "3.1.1",
+ "version": "3.2.0",
"description": "Rails UJS for the react-rails gem",
"repository": "reactjs/react-rails",
"main": "react_ujs/index.js",
0 commit comments