Skip to content

Commit 3e36e99

Browse files
authored
Bump version for UJS to 2.6.0 (#1009)
1 parent 43b97a5 commit 3e36e99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### New Features
1616

1717
- Typescript component generator #990
18+
- Enhanced Turbolinks Support #978 #962
1819

1920
#### Deprecation
2021

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [
@@ -14,6 +14,6 @@
1414
"webpack": "^2.3.3"
1515
},
1616
"dependencies": {
17-
"react_ujs": "^2.5.0"
17+
"react_ujs": "^2.6.0"
1818
}
1919
}

0 commit comments

Comments
 (0)