Skip to content

Commit 43e07ac

Browse files
committed
2.2.1
1 parent 8803126 commit 43e07ac

File tree

5 files changed

+108
-92
lines changed

5 files changed

+108
-92
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
#### Bug Fixes
1010

11+
## 2.2.1
12+
13+
#### New Features
14+
15+
- Support `config.react.server_renderer_directories` in initializers #729
16+
17+
#### Bug Fixes
18+
19+
- Fix Railtie watcher to update its timestamp when files change #722
20+
- Don't use `yarn` binstub because webpacker doesn't provide it anymore #717
21+
1122
## 2.2.0
1223

1324
#### New Features

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 | 15.4.2 |
13+
| 2.2.1 | 15.4.2 |
1314
| 2.2.0 | 15.4.2 |
1415
| 2.1.0 | 15.4.2 |
1516
| 2.0.2 | 15.4.2 |

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.2.0"
5+
VERSION = "2.2.1"
66
end
77
end

react_ujs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "index.js",
66
"repository": "reactjs/react-rails",

0 commit comments

Comments
 (0)