Skip to content

Commit 96a0fbd

Browse files
committed
Update to 2.4.3
1 parent 03e3903 commit 96a0fbd

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
#### Deprecation
88

9+
#### Bug Fixes
10+
11+
## 2.4.3
912
#### Bug Fixes
1013
- Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842
1114

VERSIONS.md

+1
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 | 16.1.1 |
13+
| 2.4.3 | 16.1.1 |
1314
| 2.4.2 | 16.1.1 |
1415
| 2.4.1 | 16.0.0 |
1516
| 2.4.0 | 16.0.0 |

lib/react/rails/version.rb

+1-1
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 republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5-
VERSION = '2.4.2'
5+
VERSION = '2.4.3'
66
end
77
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [

0 commit comments

Comments
 (0)