Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b39860b

Browse files
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

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /