Skip to content

Commit

Permalink
Prep for 2.6 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
BookOfGreg committed Jul 27, 2019
1 parent a03a404 commit 43b97a5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

#### Bug Fixes

## 2.6.0

#### Breaking Changes

#### New Features

- Typescript component generator #990

#### Deprecation

#### Bug Fixes

- assert_react_component will not pass tests where the case was different #979
- action_controller/test_case was accidentally `required` in dev #996

## 2.5.0

#### Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
| Gem | React.js |
|----------|----------|
| master | 16.8.6 |
| 2.6.0 | 16.8.6 |
| 2.5.0 | 16.8.6 |
| 2.4.7 | 16.4.2 |
| 2.4.6 | 16.4.1 |
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module React
module Rails
# If you change this, make sure to update VERSIONS.md
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
VERSION = '2.5.0'
VERSION = '2.6.0'
end
end

0 comments on commit 43b97a5

Please sign in to comment.