Skip to content

Commit 87ccbdf

Browse files
committed
2.0.0
1 parent f3f9576 commit 87ccbdf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VERSIONS.md

Lines changed: 1 addition & 0 deletions
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.0.0 | 15.4.2 |
1314
| 1.11.0 | 15.4.2 |
1415
| 1.10.0 | 15.4.1 |
1516
| 1.9.0 | 15.3.0 |

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 the version hint in README.md, if needed
5-
VERSION = "1.11.0"
5+
VERSION = "2.0.0"
66
end
77
end

react_ujs/package.json

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

0 commit comments

Comments
 (0)