Skip to content

Commit b39860b

Browse files
authored
Merge pull request #791 from reactjs/prepare-release
Prepare for 2.3.0 release
2 parents e99592f + 91c2350 commit b39860b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-rails
22

3+
#### Breaking Changes
4+
5+
#### New Features
6+
7+
#### Deprecation
8+
9+
#### Bug Fixes
10+
11+
## 2.3.0
12+
313
#### New Features
414

515
- Webpacker and Webpack 3 support #777

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 | 15.6.2 |
13+
| 2.3.0 | 15.6.2 |
1314
| 2.2.1 | 15.4.2 |
1415
| 2.2.0 | 15.4.2 |
1516
| 2.1.0 | 15.4.2 |

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.2.1'
5+
VERSION = '2.3.0'
66
end
77
end

0 commit comments

Comments
 (0)