File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717#### Bug Fixes
1818
1919- Fix deprecation warnings on Sprockets 3.7+ #574
20+ - Stop building broken addons files #576
2021
2122## 1.8.0 (June 29, 2016)
2223
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99
1010| Gem | React.js |
1111| ----------| ----------|
12- | master | 15.0.2 |
12+ | master | 15.2.1 |
13+ | 1.8.1 | 15.2.1 |
1314| 1.8.0 | 15.0.2 |
1415| 1.7.2 | 15.0.2 |
1516| 1.7.1 | 15.0.2 |
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module React
22 module Rails
33 # If you change this, make sure to update VERSIONS.md
44 # And the version hint in README.md, if needed
5- VERSION = "1.8.0 "
5+ VERSION = "1.8.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments