Skip to content

Commit 6afbe79

Browse files
committed
Update all versions
1 parent dadaa74 commit 6afbe79

File tree

8 files changed

+20550
-15331
lines changed

8 files changed

+20550
-15331
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
#### Bug Fixes
1010

11+
## 2.6.1
12+
13+
#### Breaking Changes
14+
15+
#### New Features
16+
17+
- React 16.9.0
18+
- Sprockets users get React_UJS 2.6.0
19+
20+
#### Deprecation
21+
22+
#### Bug Fixes
23+
1124
## 2.6.0
1225

1326
#### Breaking Changes

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 | 16.8.6 |
12+
| master | 16.9.0 |
13+
| 2.6.1 | 16.9.0 |
1314
| 2.6.0 | 16.8.6 |
1415
| 2.5.0 | 16.8.6 |
1516
| 2.4.7 | 16.4.2 |

lib/assets/react-source/development/react-server.js

Lines changed: 937 additions & 275 deletions
Large diffs are not rendered by default.

lib/assets/react-source/development/react.js

Lines changed: 19459 additions & 14928 deletions
Large diffs are not rendered by default.

lib/assets/react-source/production/react-server.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/assets/react-source/production/react.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

react-builds/yarn.lock

Lines changed: 126 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)