From 96a0fbd5b97c6ac3625a15bb43b5e33d143ab7d9 Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Mon, 27 Nov 2017 21:58:37 +0000 Subject: [PATCH] Update to 2.4.3 --- CHANGELOG.md | 3 +++ VERSIONS.md | 1 + lib/react/rails/version.rb | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e579403a..ac3d82317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSIONS.md b/VERSIONS.md index cf8ccc2e5..21ee898d8 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -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 | diff --git a/lib/react/rails/version.rb b/lib/react/rails/version.rb index 8b9fa36f4..8d5498bea 100644 --- a/lib/react/rails/version.rb +++ b/lib/react/rails/version.rb @@ -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 diff --git a/package.json b/package.json index 454eb4660..ca7ddecb2 100644 --- a/package.json +++ b/package.json @@ -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": [