Skip to content

Commit e7c3fbe

Browse files
committed
1.8.1
1 parent 6c86646 commit e7c3fbe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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

VERSIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
end

0 commit comments

Comments
 (0)