Skip to content

Commit

Permalink
Update to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BookOfGreg committed Nov 27, 2017
1 parent 03e3903 commit 96a0fbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

#### Deprecation

#### Bug Fixes

## 2.4.3
#### Bug Fixes
- Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842

Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
| Gem | React.js |
|----------|----------|
| master | 16.1.1 |
| 2.4.3 | 16.1.1 |
| 2.4.2 | 16.1.1 |
| 2.4.1 | 16.0.0 |
| 2.4.0 | 16.0.0 |
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module React
module Rails
# If you change this, make sure to update VERSIONS.md
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
VERSION = '2.4.2'
VERSION = '2.4.3'
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react_ujs",
"version": "2.4.2",
"version": "2.4.3",
"description": "Rails UJS for the react-rails gem",
"main": "react_ujs/index.js",
"files": [
Expand Down

0 comments on commit 96a0fbd

Please sign in to comment.