Skip to content

Commit bbab8a7

Browse files
committed
Update docs for 2.3.1 release
1 parent fbc891a commit bbab8a7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
#### Breaking Changes
44

5+
#### New Features
6+
7+
#### Deprecation
8+
9+
#### Bug Fixes
10+
11+
## 2.3.1
12+
13+
#### Breaking Changes
14+
515
- React Deprecations for 15.4, 15.5, 15.6 in preparation for 16 handled in prebundled version
616

717
#### New Features

VERSIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99

1010
| Gem | React.js |
1111
|----------|----------|
12-
| master | 15.6.2 |
12+
| master | 16.0.0 |
13+
| 2.3.1 | 15.6.2 | Updated Addons
1314
| 2.3.0 | 15.6.2 |
1415
| 2.2.1 | 15.4.2 |
1516
| 2.2.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.3.0'
5+
VERSION = '2.3.1'
66
end
77
end

0 commit comments

Comments
 (0)