We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e959a4 commit 3b96f13Copy full SHA for 3b96f13
VERSIONS.md
@@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
9
10
| Gem | React.js |
11
|----------|----------|
12
-| master | 16.4.1 |
+| master | 16.4.2 |
13
+| 2.4.7 | 16.4.2 |
14
| 2.4.6 | 16.4.1 |
15
| 2.4.5 | 16.3.2 |
16
| 2.4.4 | 16.2.0 |
lib/react/rails/version.rb
@@ -2,6 +2,6 @@ module React
2
module Rails
3
# If you change this, make sure to update VERSIONS.md
4
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5
- VERSION = '2.4.6'
+ VERSION = '2.4.7'
6
end
7
0 commit comments