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 6332565 commit 4504161Copy full SHA for 4504161
VERSIONS.md
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
10
| Gem | React.js |
11
|----------|----------|
12
| master | 15.3.0 |
13
+| 1.8.2 | 15.3.0 |
14
| 1.8.1 | 15.2.1 |
15
| 1.8.0 | 15.0.2 |
16
| 1.7.2 | 15.0.2 |
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 the version hint in README.md, if needed
5
- VERSION = "1.8.1"
+ VERSION = "1.8.2"
6
end
7
0 commit comments