From 91c2350841e6b7d6143d8f8900b06122ff42dd6a Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 27 Sep 2017 12:50:29 +0100 Subject: [PATCH] Prepare for 2.3.0 release --- CHANGELOG.md | 10 ++++++++++ VERSIONS.md | 1 + lib/react/rails/version.rb | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4a28358..8f9ef4519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # react-rails +#### Breaking Changes + +#### New Features + +#### Deprecation + +#### Bug Fixes + +## 2.3.0 + #### New Features - Webpacker and Webpack 3 support #777 diff --git a/VERSIONS.md b/VERSIONS.md index 2cf6428d6..ec40a1308 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 | 15.6.2 | +| 2.3.0 | 15.6.2 | | 2.2.1 | 15.4.2 | | 2.2.0 | 15.4.2 | | 2.1.0 | 15.4.2 | diff --git a/lib/react/rails/version.rb b/lib/react/rails/version.rb index ab255dfaa..827842e11 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.2.1' + VERSION = '2.3.0' end end