Skip to content

Commit

Permalink
Merge pull request #791 from reactjs/prepare-release
Browse files Browse the repository at this point in the history
Prepare for 2.3.0 release
  • Loading branch information
BookOfGreg authored Sep 27, 2017
2 parents e99592f + 91c2350 commit b39860b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-rails

#### Breaking Changes

#### New Features

#### Deprecation

#### Bug Fixes

## 2.3.0

#### New Features

- Webpacker and Webpack 3 support #777
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 | 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 |
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.2.1'
VERSION = '2.3.0'
end
end

0 comments on commit b39860b

Please sign in to comment.