Skip to content

Commit 78e4fa5

Browse files
committed
1.4.0
1 parent e409a62 commit 78e4fa5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
#### Bug Fixes
1111

12+
## 1.4.0 (October 22, 2015)
13+
14+
#### Breaking Changes
15+
16+
#### New Features
17+
18+
- Include React.js 0.14
19+
20+
#### Deprecation
21+
22+
#### Bug Fixes
23+
1224
## 1.3.3 (October 21, 2015)
1325

1426
#### Breaking Changes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
2424
Add `react-rails` to your gemfile:
2525

2626
```ruby
27-
gem 'react-rails', '~> 1.3.0'
27+
gem 'react-rails', '~> 1.4.0'
2828
```
2929

3030
Next, run the installation script:

VERSIONS.md

+2-1
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 | 0.13.3 |
12+
| master | 0.14.0 |
13+
| 1.4.0 | 0.14.0 |
1314
| 1.3.3 | 0.13.3 |
1415
| 1.3.2 | 0.13.3 |
1516
| 1.3.1 | 0.13.3 |

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.3.3'
4+
VERSION = '1.4.0'
55
end
66
end

0 commit comments

Comments
 (0)