Skip to content

Commit 83d3f2f

Browse files
committed
Release 2.7.0-rc.0
1 parent 6b302c3 commit 83d3f2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react-rails (2.6.2)
4+
react-rails (2.7.0.rc.0)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -221,7 +221,7 @@ GEM
221221
test-unit (2.5.5)
222222
thor (1.2.1)
223223
thread_safe (0.3.6)
224-
tilt (2.0.10)
224+
tilt (2.1.0)
225225
turbolinks (5.2.1)
226226
turbolinks-source (~> 5.2)
227227
turbolinks-source (5.2.0)

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.6.2'
5+
VERSION = '2.7.0.rc.0'
66
end
77
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.6.2",
3+
"version": "2.7.0-rc.0",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [

0 commit comments

Comments
 (0)