Skip to content

Commit d2dba07

Browse files
committed
1.7.2
1 parent aec90dd commit d2dba07

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
#### Bug Fixes
1010

11+
## 1.7.2 (Jun3 19, 2016)
12+
13+
#### New Features
14+
15+
- Improved error messages for missing components #538
16+
17+
#### Bug Fixes
18+
19+
- Fix `view_helper_implementation` config #551
20+
- Fallback to `EnvironmentContainer` for server rendering when manifest isn't available #545
21+
1122
## 1.7.1 (May 10, 2016)
1223

1324
#### New Features

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 15.0.2 |
13+
| 1.7.2 | 15.0.2 |
1314
| 1.7.1 | 15.0.2 |
1415
| 1.7.0 | 15.0.1 |
1516
| 1.6.2 | 0.14.6 |

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.7.1'
5+
VERSION = '1.7.2'
66
end
77
end

0 commit comments

Comments
 (0)