Skip to content

Commit 43b97a5

Browse files
authored
Prep for 2.6 (#1006)
1 parent a03a404 commit 43b97a5

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88

99
#### Bug Fixes
1010

11+
## 2.6.0
12+
13+
#### Breaking Changes
14+
15+
#### New Features
16+
17+
- Typescript component generator #990
18+
19+
#### Deprecation
20+
21+
#### Bug Fixes
22+
23+
- assert_react_component will not pass tests where the case was different #979
24+
- action_controller/test_case was accidentally `required` in dev #996
25+
1126
## 2.5.0
1227

1328
#### Breaking Changes

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 | 16.8.6 |
13+
| 2.6.0 | 16.8.6 |
1314
| 2.5.0 | 16.8.6 |
1415
| 2.4.7 | 16.4.2 |
1516
| 2.4.6 | 16.4.1 |

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

0 commit comments

Comments
 (0)