File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# react-rails
2
2
3
+ #### Breaking Changes
4
+
5
+ #### New Features
6
+
7
+ #### Deprecation
8
+
9
+ #### Bug Fixes
10
+
11
+ ## 2.3.0
12
+
3
13
#### New Features
4
14
5
15
- Webpacker and Webpack 3 support #777
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
10
10
| Gem | React.js |
11
11
| ----------| ----------|
12
12
| master | 15.6.2 |
13
+ | 2.3.0 | 15.6.2 |
13
14
| 2.2.1 | 15.4.2 |
14
15
| 2.2.0 | 15.4.2 |
15
16
| 2.1.0 | 15.4.2 |
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module React
2
2
module Rails
3
3
# If you change this, make sure to update VERSIONS.md
4
4
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5
- VERSION = '2.2.1 '
5
+ VERSION = '2.3.0 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments